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 9e2f12d commit d3ed992Copy full SHA for d3ed992
clang/lib/Sema/Sema.cpp
@@ -1254,7 +1254,7 @@ void Sema::ActOnEndOfTranslationUnit() {
1254
if (LangOpts.DelayedTemplateParsing) {
1255
// Try to parse any templates that have been delayed and never
1256
// instantiated so that their bodies are available for static
1257
- // analysis tools to analyze.
+ // analysis tools to analyze.
1258
Diags.setSuppressAllDiagnostics(true);
1259
for (auto &[Decl, Template] : LateParsedTemplateMap)
1260
if (Decl->isLateTemplateParsed())
0 commit comments