[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:25 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++
----------------
erichkeane wrote:

```suggestion
  /// Emit a single constructor/destructor with the gen type from a C++
```

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


More information about the cfe-commits mailing list