[clang] [CIR] Function calls with aggregate arguments and return values (PR #143377)

Bruno Cardoso Lopes via cfe-commits cfe-commits at lists.llvm.org
Mon Jun 9 06:59:49 PDT 2025


================
@@ -274,6 +274,12 @@ class AggValueSlot {
 public:
   enum IsZeroed_t { IsNotZeroed, IsZeroed };
 
+  /// ignored - Returns an aggregate value slot indicating that the aggregate
----------------
bcardosolopes wrote:

"ignored - " not necessary

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


More information about the cfe-commits mailing list