[clang] [C++20][Modules] Implement P1857R3 Modules Dependency Discovery (PR #107168)

via cfe-commits cfe-commits at lists.llvm.org
Mon Sep 1 10:20:26 PDT 2025


================
@@ -349,8 +349,9 @@ void IdentifierTable::AddKeywords(const LangOptions &LangOpts) {
   if (LangOpts.IEEE128)
     AddKeyword("__ieee128", tok::kw___float128, KEYALL, LangOpts, *this);
 
-  // Add the 'import' contextual keyword.
+  // Add the 'import' and 'module' contextual keyword.
----------------
yronglin wrote:

Fixed.

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


More information about the cfe-commits mailing list