[clang-tools-extra] [clangd] [C++20] [Modules] Introduce initial support for C++20 Modules (PR #66462)

kadir çetinkaya via cfe-commits cfe-commits at lists.llvm.org
Wed May 22 01:57:46 PDT 2024


================
@@ -48,6 +48,9 @@ Major New Features
 Improvements to clangd
 ----------------------
 
+- Introduced exmperimental support for C++20 Modules. The experimental support can
+  be enabled by `-experimental-modules-support` option.
----------------
kadircet wrote:

i think we should also document current limitations here (we can update them as we implement more).

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


More information about the cfe-commits mailing list