[clang] [CIR][NFC] Use arrangeFunctionDeclaration to build function types (PR #139787)
Erich Keane via cfe-commits
cfe-commits at lists.llvm.org
Wed May 14 06:07:45 PDT 2025
================
@@ -58,8 +59,9 @@ class RequiredArgs {
}
static RequiredArgs
- forPrototypePlus(clang::CanQual<clang::FunctionProtoType> prototype) {
- return forPrototypePlus(prototype.getTypePtr());
+ forPrototypePlus(clang::CanQual<clang::FunctionProtoType> prototype,
----------------
erichkeane wrote:
Ok, that name still doesn't really make sense? `for-prototype-plus`? A prototype of a `for`? And `plus` what?
https://github.com/llvm/llvm-project/pull/139787
More information about the cfe-commits
mailing list