[clang] [C23] Add __builtin_c23_va_start (PR #131166)
Erich Keane via cfe-commits
cfe-commits at lists.llvm.org
Thu Mar 13 09:49:28 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
----------------
erichkeane wrote:
```suggestion
// Verify that the second argument to the builtin is the last non-variadic argument of the
```
right? Alternatively 'named', though that isn't really accurate.
https://github.com/llvm/llvm-project/pull/131166
More information about the cfe-commits
mailing list