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

Erich Keane via cfe-commits cfe-commits at lists.llvm.org
Thu Mar 13 10:10:08 PDT 2025


================
@@ -833,6 +833,12 @@ def BuiltinVaStart : Builtin {
   let Prototype = "void(__builtin_va_list_ref, ...)";
 }
 
+def BuiltinC32VaStart : LangBuiltin<"C23_LANG"> {
----------------
erichkeane wrote:

still KIND OF sad. 

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


More information about the cfe-commits mailing list