================ @@ -1125,6 +1125,9 @@ class CIRGenFunction : public CIRGenTypeCache { mlir::Value emitOpOnBoolExpr(mlir::Location loc, const clang::Expr *cond); + mlir::LogicalResult emitLabel(const clang::LabelDecl *d); + mlir::LogicalResult emitLabelStmt(const clang::LabelStmt &s); ---------------- mmha wrote:
No action for you here, but we are pretty inconsistent with pass-by-pointer vs. pass-by-reference for `emit*` functions. https://github.com/llvm/llvm-project/pull/152802 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits