[clang] [clang]Implement the c23 stdc bit builtins (PR #185978)

NagaChaitanya Vellanki via cfe-commits cfe-commits at lists.llvm.org
Fri Apr 3 14:06:27 PDT 2026


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

@AaronBallman I have added the LibBuiltin spellings, please review.

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


More information about the cfe-commits mailing list