[clang] [Clang] Implement P3034R1 Module Declarations Shouldn’t be Macros (PR #90574)

via cfe-commits cfe-commits at lists.llvm.org
Sun Jul 21 22:22:36 PDT 2024


yronglin wrote:

> I am also seeing breakages which are solved by reverting this change.
> 
> The failure occurs when importing modules from within header files:
> 
> ```
> error: expected a module name after 'import'
>    11 | import std;
> ```

It would be nice to have a reproducer. I can't tell the root cause from this error, so I can't use it to strengthen the current tests.

https://github.com/llvm/llvm-project/pull/90574


More information about the cfe-commits mailing list