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

Matheus Izvekov via cfe-commits cfe-commits at lists.llvm.org
Sun Jul 21 20:57:24 PDT 2024


mizvekov 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;
```

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


More information about the cfe-commits mailing list