================
@@ -797,6 +797,90 @@ def StdcRotateRight : Builtin {
   let Prototype = "void(...)";
 }
 
+def StdcLeadingZeros: Builtin {
----------------
AaronBallman wrote:

Should these not be `LangBuiltin<"C23_LANG">` same as `__builtin_c23_va_start`?

Should we add the `LibBuiltin` spellings as well so that it hooks 
`stdc_leading_zeros` up to `__builtin_stdc_leading_zeros`?

https://github.com/llvm/llvm-project/pull/185978
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to