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