[clang] [Sema] Check arg count for builtins with CustomTypeChecking (PR #222841)
via cfe-commits
cfe-commits at lists.llvm.org
Sun Sep 13 09:22:55 PDT 2026
================
@@ -145,6 +145,16 @@ bool SemaPPC::CheckPPCBuiltinFunctionCall(const TargetInfo &TI,
// - IsIntType: enforces any integer type
// Lambdas centralize type checks for BCD builtin handlers
+ // reject calls with more args than the builtin's declared prototype
----------------
im-lunex wrote:
i think the better way to fix this will be by adding an external check like the previous version
https://github.com/llvm/llvm-project/pull/222841
More information about the cfe-commits
mailing list