[clang] [CIR] Upstream support for emitting constructors (PR #143639)

Andy Kaylor via cfe-commits cfe-commits at lists.llvm.org
Wed Jun 11 12:55:46 PDT 2025


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

It's going to look like a typo, but OK. ;-)

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


More information about the cfe-commits mailing list