[clang-tools-extra] [clangd] Support .clangd command line modifications for C++ modules (PR #122606)

kadir çetinkaya via cfe-commits cfe-commits at lists.llvm.org
Mon Jan 20 02:17:21 PST 2025


================
@@ -32,6 +32,9 @@ namespace {
 /// interfere with each other.
 class ModuleDependencyScanner {
 public:
+  using CommandProvider =
----------------
kadircet wrote:

Sorry I was just trying to say we don't need to have the same type-alias both in ModuleDependencyScanner and ProjectModules, you already unified them, so my comment is addressed.

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


More information about the cfe-commits mailing list