[clang] [C23] Add __builtin_c23_va_start (PR #131166)

Aaron Ballman via cfe-commits cfe-commits at lists.llvm.org
Thu Mar 13 10:01:48 PDT 2025


================
@@ -4864,14 +4877,22 @@ bool Sema::BuiltinVAStart(unsigned BuiltinID, CallExpr *TheCall) {
     return true;
 
   // Verify that the second argument to the builtin is the last argument of the
----------------
AaronBallman wrote:

Yup, I'll fix.

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


More information about the cfe-commits mailing list