[clang] [CIR] Upstream support for emitting constructors (PR #143639)
Erich Keane via cfe-commits
cfe-commits at lists.llvm.org
Wed Jun 11 07:01:24 PDT 2025
================
@@ -37,6 +37,10 @@ class CIRGenCXXABI {
void setCXXABIThisValue(CIRGenFunction &cgf, mlir::Value thisPtr);
+ /// Emit a single constructor/destructor with the gien type from a C++
+ /// constructor Decl.
----------------
erichkeane wrote:
```suggestion
/// constructor/destructor Decl.
```
https://github.com/llvm/llvm-project/pull/143639
More information about the cfe-commits
mailing list