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 490554f commit 89c4ae7Copy full SHA for 89c4ae7
clang/lib/Parse/ParseStmt.cpp
@@ -1554,7 +1554,8 @@ StmtResult Parser::ParseIfStatement(SourceLocation *TrailingElseLoc) {
1554
ConstevalLoc = ConsumeToken();
1555
} else if (Tok.is(tok::code_completion)) {
1556
cutOffParsing();
1557
- Actions.CodeCompletion().CodeCompleteKeywordAfterIf(NotLocation.isValid());
+ Actions.CodeCompletion().CodeCompleteKeywordAfterIf(
1558
+ NotLocation.isValid());
1559
return StmtError();
1560
}
1561
0 commit comments