[clang] [CIR] Upstream support for break and continue statements (PR #134181)
Erich Keane via cfe-commits
cfe-commits at lists.llvm.org
Thu Apr 3 08:34:26 PDT 2025
================
@@ -229,6 +229,10 @@ mlir::LogicalResult CIRGenFunction::emitSimpleStmt(const Stmt *s,
else
emitCompoundStmt(cast<CompoundStmt>(*s));
break;
+ case Stmt::ContinueStmtClass:
----------------
erichkeane wrote:
Won't let me choose a better line, but line 222 is not accurate anymroe.
https://github.com/llvm/llvm-project/pull/134181
More information about the cfe-commits
mailing list