Skip to content

Commit d3ed992

Browse files
committed
formatting
1 parent 9e2f12d commit d3ed992

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/lib/Sema/Sema.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1254,7 +1254,7 @@ void Sema::ActOnEndOfTranslationUnit() {
12541254
if (LangOpts.DelayedTemplateParsing) {
12551255
// Try to parse any templates that have been delayed and never
12561256
// instantiated so that their bodies are available for static
1257-
// analysis tools to analyze.
1257+
// analysis tools to analyze.
12581258
Diags.setSuppressAllDiagnostics(true);
12591259
for (auto &[Decl, Template] : LateParsedTemplateMap)
12601260
if (Decl->isLateTemplateParsed())

0 commit comments

Comments
 (0)