Issue |
146469
|
Summary |
C++: accepts invalid export module
|
Labels |
new issue
|
Assignees |
|
Reporter |
pinskia
|
Take:
```
module
;
export module unexpanded
;
```
as far I can read [P3034R1](https://wg21.link/P3034R1) this should be invalid as `export module` is handled during preprocessing and https://eel.is/c++draft/cpp#pre-1 gives `module\n;` as being an invalid directive too.
_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs