[clang] [CIR] Add pass_object_size hidden parameter support (PR #191482)
Erich Keane via cfe-commits
cfe-commits at lists.llvm.org
Wed Apr 15 13:53:33 PDT 2026
================
@@ -708,20 +708,26 @@ static CanQual<FunctionProtoType> getFormalType(const CXXMethodDecl *md) {
.getAs<FunctionProtoType>();
}
-/// Adds the formal parameters in FPT to the given prefix. If any parameter in
-/// FPT has pass_object_size_attrs, then we'll add parameters for those, too.
+/// Adds the formal parameters in FPT to the given prefix. If any parameter in
----------------
erichkeane wrote:
I feel attacked.
https://github.com/llvm/llvm-project/pull/191482
More information about the cfe-commits
mailing list