[clang] [Clang] Implement P3034R1 Module Declarations Shouldn’t be Macros (PR #90574)

via cfe-commits cfe-commits at lists.llvm.org
Mon Jul 8 09:23:32 PDT 2024


================
@@ -741,6 +757,9 @@ class IdentifierTable {
     if (Name == "import")
       II->setModulesImport(true);
 
+    if (Name == "module")
----------------
yronglin wrote:

Agree.

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


More information about the cfe-commits mailing list