[clang] [C++20][Modules] Implement P1857R3 Modules Dependency Discovery (PR #107168)
Shafik Yaghmour via cfe-commits
cfe-commits at lists.llvm.org
Fri Aug 29 14:40:17 PDT 2025
================
@@ -1775,10 +1775,18 @@ def ext_bit_int : Extension<
} // end of Parse Issue category.
let CategoryName = "Modules Issue" in {
-def err_unexpected_module_decl : Error<
- "module declaration can only appear at the top level">;
+def err_invalid_module_or_import_directive : Error<
----------------
shafik wrote:
I am struggling to find where these diagnostics are tested.
https://github.com/llvm/llvm-project/pull/107168
More information about the cfe-commits
mailing list