[clang] [C2y] Add stdcountof.h (PR #140890)

Erich Keane via cfe-commits cfe-commits at lists.llvm.org
Wed May 21 06:37:00 PDT 2025


================
@@ -260,6 +260,7 @@ static bool isBuiltinHeaderName(StringRef FileName) {
            .Case("stdarg.h", true)
            .Case("stdatomic.h", true)
            .Case("stdbool.h", true)
+           .Case("stdcountof.h", true)
----------------
erichkeane wrote:

These too!

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


More information about the cfe-commits mailing list