================
@@ -7213,7 +7213,8 @@ class Parser : public CodeCompletionHandler {
/// 'while', or 'for').
StmtResult
ParseStatement(SourceLocation *TrailingElseLoc = nullptr,
- ParsedStmtContext StmtCtx = ParsedStmtContext::SubStmt);
+ ParsedStmtContext StmtCtx = ParsedStmtContext::SubStmt,
+ SmallVectorImpl<LabelDecl *> *LoopOrSwitchNames = nullptr);
----------------
Sirraide wrote:
Done; that simplified everything a bit.
https://github.com/llvm/llvm-project/pull/152870
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits