================
@@ -986,6 +989,14 @@ def warn_module_conflict : Warning<
   InGroup<ModuleConflict>;
 
 // C++20 modules
----------------
hubert-reinterpretcast wrote:

It seems the restriction on `import` directives in the 
_pp-global-module-fragment_ has not been implemented?
```cpp
module;
import m2;  // expected-error {{}}
export module m;
```

https://github.com/llvm/llvm-project/pull/107168
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to