[clang] [NFC][Clang] Introduce type aliases to replace use of auto in clang/lib/CodeGen/CGCall.cpp. (PR #135861)

Shafik Yaghmour via cfe-commits cfe-commits at lists.llvm.org
Fri Apr 18 21:01:18 PDT 2025


================
@@ -712,8 +713,7 @@ CodeGenTypes::arrangeBlockFunctionDeclaration(const FunctionProtoType *proto,
 const CGFunctionInfo &
 CodeGenTypes::arrangeBuiltinFunctionCall(QualType resultType,
                                          const CallArgList &args) {
-  // FIXME: Kill copy.
----------------
shafik wrote:

Did we actually fix the FIXMEs? They were removed but I don't functionally different code. Which makes sense considering the NFC label.

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


More information about the cfe-commits mailing list