================
@@ -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
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to