[clang] [CIR] Call code gen; create empty cir.func op (PR #113483)

Erich Keane via cfe-commits cfe-commits at lists.llvm.org
Thu Oct 31 12:09:34 PDT 2024


================
@@ -24,9 +27,140 @@ CIRGenModule::CIRGenModule(mlir::MLIRContext &context,
                            clang::ASTContext &astctx,
----------------
erichkeane wrote:

Parm capitalization on this function is odd, usually we use capitals for this in clang?  Was this discussed on the previous patch?

https://github.com/llvm/llvm-project/pull/113483


More information about the cfe-commits mailing list