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

via cfe-commits cfe-commits at lists.llvm.org
Wed Jul 24 08:29:01 PDT 2024


yronglin wrote:

After investigation, it was found that the root cause of the problem was that this PR mistakenly treated some identifiers named module as module-keywords, and packaged the subsequent identifiers into annot_module_name.

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


More information about the cfe-commits mailing list