[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
Fri Jan 17 06:02:04 PST 2025


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

nit: let's use the one from `ProjectModules` rather than duplicating it here

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


More information about the cfe-commits mailing list