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

via cfe-commits cfe-commits at lists.llvm.org
Thu Jul 18 01:52:27 PDT 2024


================
@@ -1002,6 +1002,7 @@ PRAGMA_ANNOTATION(pragma_riscv)
 ANNOTATION(module_include)
 ANNOTATION(module_begin)
 ANNOTATION(module_end)
+ANNOTATION(module_name)
----------------
cor3ntin wrote:

```suggestion

// Annotations for c++ named modules
ANNOTATION(module_name)
```

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


More information about the cfe-commits mailing list