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 d6fd2da commit a290058Copy full SHA for a290058
clang/lib/CIR/CodeGen/CIRGenStmt.cpp
@@ -280,7 +280,7 @@ mlir::LogicalResult CIRGenFunction::emitLabelStmt(const clang::LabelStmt &s) {
280
if (emitLabel(*s.getDecl()).failed())
281
return mlir::failure();
282
283
-if (getContext().getLangOpts().EHAsynch && s.isSideEntry())
+ if (getContext().getLangOpts().EHAsynch && s.isSideEntry())
284
getCIRGenModule().errorNYI(s.getSourceRange(), "IsEHa: not implemented.");
285
286
return emitStmt(s.getSubStmt(), /*useCurrentScope*/ true);
0 commit comments