================
@@ -174,6 +174,11 @@ class CIRGenFunction : public CIRGenTypeCache {
   ImplicitParamDecl *cxxStructorImplicitParamDecl{};
   mlir::Value cxxStructorImplicitParamValue{};
 
+  /// If a ParmVarDecl had the pass_object_size attribute, this will contain a
+  /// mapping from said ParmVarDecl to its implicit "object_size" parameter.
+  llvm::SmallDenseMap<const ParmVarDecl *, const ImplicitParamDecl *, 2>
----------------
adams381 wrote:

Done -- removed size parameter and renamed to objectSizeArguments.

https://github.com/llvm/llvm-project/pull/191482
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to