We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9126d31 commit 2c7246eCopy full SHA for 2c7246e
lib/Parse/ParseGeneric.cpp
@@ -91,7 +91,7 @@ Parser::parseGenericParameters(SourceLoc LAngleLoc) {
91
Inherited.push_back(Ty.get());
92
}
93
94
- // We always create generic type parameters with a depth of zero.
+ // We always create generic type parameters with an invalid depth.
95
// Semantic analysis fills in the depth when it processes the generic
96
// parameter list.
97
auto Param = new (Context) GenericTypeParamDecl(
0 commit comments