================
@@ -2345,6 +2345,47 @@ static bool BuiltinPopcountg(Sema &S, CallExpr *TheCall)
{
return false;
}
+/// Checks stdc bit-utility builtins (__builtin_stdc_*):
----------------
erichkeane wrote:
Can we not do the list? That has the amazing ability to get out of sync one
day :)
Perhaps just say the 'set of __builtin_stdc_ builtins that take a single
unsigned integer and return either int, bool, or argument type'.
https://github.com/llvm/llvm-project/pull/185978
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits