================
@@ -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 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
