[clang] [C++20][Modules] Implement P1857R3 Modules Dependency Discovery (PR #107168)
Corentin Jabot via cfe-commits
cfe-commits at lists.llvm.org
Wed Dec 17 08:43:32 PST 2025
================
@@ -297,6 +297,11 @@ class Token {
/// Return the ObjC keyword kind.
tok::ObjCKeywordKind getObjCKeywordID() const;
+ /// Return true if we have an C++20 Modules contextual keyword(export, import
----------------
cor3ntin wrote:
```suggestion
/// Return true if we have a C++20 modules contextual keyword(export, import,
```
https://github.com/llvm/llvm-project/pull/107168
More information about the cfe-commits
mailing list