[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
Mon Jan 20 02:50:50 PST 2025
================
@@ -38,10 +39,6 @@ class MockDirectoryCompilationDatabase : public MockCompilationDatabase {
void addFile(llvm::StringRef Path, llvm::StringRef Contents);
- std::unique_ptr<ProjectModules> getProjectModules(PathRef) const override {
- return scanningProjectModules(MockedCDBPtr, TFS);
- }
-
----------------
petr-polezhaev wrote:
True. My bad, removed that accidentally - should have ran unit-tests before updating.
https://github.com/llvm/llvm-project/pull/122606
More information about the cfe-commits
mailing list