[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
Thu Jun 13 06:07:00 PDT 2024


================
@@ -710,6 +710,7 @@ class ASTWorker {
   TUScheduler::ASTCache &IdleASTs;
   TUScheduler::HeaderIncluderCache &HeaderIncluders;
   const bool RunSync;
+
----------------
kadircet wrote:

can you get rid of these new line changes as well?

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


More information about the cfe-commits mailing list