[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


================
@@ -55,12 +59,29 @@ class CIRGenCXXABI {
     return md->getParent();
   }
 
+  /// Return whether the given global decl needs a VTT parameter.
----------------
erichkeane wrote:

can we say what a VTT parameter is?

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


More information about the cfe-commits mailing list