[clang] [clang]Implement the c23 stdc bit builtins (PR #185978)
Aaron Ballman via cfe-commits
cfe-commits at lists.llvm.org
Fri Apr 10 08:58:16 PDT 2026
================
@@ -0,0 +1 @@
+#include "../../CodeGen/Inputs/stdbit.h"
----------------
AaronBallman wrote:
Erm, I think Sema tests should be independent of codegen tests, so I'm not certain this is a good idea (though I understand the desire to not duplicate the test file, too).
https://github.com/llvm/llvm-project/pull/185978
More information about the cfe-commits
mailing list