Skip to content

Commit 500cccc

Browse files
committed
Remove spurious semicolon; NFC
1 parent 0f32809 commit 500cccc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/lib/Sema/AnalysisBasedWarnings.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -2496,7 +2496,7 @@ template <typename... Ts>
24962496
static bool areAnyEnabled(DiagnosticsEngine &D, SourceLocation Loc,
24972497
Ts... Diags) {
24982498
return (!D.isIgnored(Diags, Loc) || ...);
2499-
};
2499+
}
25002500

25012501
sema::AnalysisBasedWarnings::AnalysisBasedWarnings(Sema &s)
25022502
: S(s), IPData(std::make_unique<InterProceduralData>()),

0 commit comments

Comments
 (0)