================
@@ -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