================
@@ -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
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to