[clang] [C++20][Modules] Implement P1857R3 Modules Dependency Discovery (PR #107168)
via cfe-commits
cfe-commits at lists.llvm.org
Tue Sep 9 10:58:53 PDT 2025
================
@@ -912,6 +931,10 @@ bool Scanner::lexPPLine(const char *&First, const char *const End) {
CurDirToks.clear();
});
+ // FIXME: Shoule we handle @import as a preprocessing directive?
----------------
yronglin wrote:
I've basically implemented this in a separate patch https://github.com/llvm/llvm-project/pull/157726
https://github.com/llvm/llvm-project/pull/107168
More information about the cfe-commits
mailing list