[clang] [Clang] Implement P3034R1 Module Declarations Shouldn’t be Macros (PR #90574)
via cfe-commits
cfe-commits at lists.llvm.org
Thu Jul 18 06:03:53 PDT 2024
================
@@ -1002,6 +1002,7 @@ PRAGMA_ANNOTATION(pragma_riscv)
ANNOTATION(module_include)
ANNOTATION(module_begin)
ANNOTATION(module_end)
+ANNOTATION(module_name)
----------------
yronglin wrote:
Yeah, I've removed `c++` words in the comments, because it's also used for clang modules and objective-c modules.
https://github.com/llvm/llvm-project/pull/90574
More information about the cfe-commits
mailing list