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 51bf929 commit 4b56f34Copy full SHA for 4b56f34
clang/include/clang/Sema/Template.h
@@ -205,7 +205,7 @@ enum class TemplateSubstitutionKind : char {
205
206
/// Add a new outmost level to the multi-level template argument
207
/// list.
208
- /// A 'Final' substitution means that these Args are not needed to be
+ /// A 'Final' substitution means that these Args don't need to be
209
/// resugared later.
210
void addOuterTemplateArguments(Decl *AssociatedDecl, ArgList Args,
211
bool Final) {
0 commit comments