[clang-tools-extra] [clangd] Support .clangd command line modifications for C++ modules (PR #122606)
Petr Polezhaev via cfe-commits
cfe-commits at lists.llvm.org
Sat Jan 18 03:58:17 PST 2025
================
@@ -32,9 +32,6 @@ namespace {
/// interfere with each other.
class ModuleDependencyScanner {
public:
- using CommandProvider =
- llvm::unique_function<void(tooling::CompileCommand &, PathRef) const>;
-
----------------
petr-polezhaev wrote:
Or `using CommandMangler = ProjectModules::CommandMangler`?
https://github.com/llvm/llvm-project/pull/122606
More information about the cfe-commits
mailing list