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 674befc commit 525c6abCopy full SHA for 525c6ab
clang/lib/StaticAnalyzer/Core/BugReporter.cpp
@@ -589,8 +589,7 @@ static void removePiecesWithInvalidLocations(PathPieces &Pieces) {
589
590
PathDiagnosticLocation PathDiagnosticBuilder::ExecutionContinues(
591
const PathDiagnosticConstruct &C) const {
592
- if (const Stmt *S =
593
- C.getCurrentNode()->getNextStmtForDiagnostics())
+ if (const Stmt *S = C.getCurrentNode()->getNextStmtForDiagnostics())
594
return PathDiagnosticLocation(S, getSourceManager(),
595
C.getCurrLocationContext());
596
0 commit comments