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

via cfe-commits cfe-commits at lists.llvm.org
Tue Apr 30 09:33:13 PDT 2024


cor3ntin wrote:

> This means that no macros of any kind can appear in the module name.

Exactly. This is why the grammar in the wording is defined in terms of `pp-token` and not `identifiers`: no macro expansion takes place at all.


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


More information about the cfe-commits mailing list