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

Aaron Ballman via cfe-commits cfe-commits at lists.llvm.org
Thu May 22 05:41:20 PDT 2025


================
@@ -49,6 +49,11 @@ module cstd [system] [no_undeclared_includes] {
     export *
   }
 
+  module stdcountof {
+    header "stdcountof.h"
+    export *
+  }
+
----------------
AaronBallman wrote:

Good catch! I've updated that test as well.

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


More information about the cfe-commits mailing list