[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
================
@@ -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);
- }
-
----------------
kadircet wrote:
i think we still need to override this
https://github.com/llvm/llvm-project/pull/122606
More information about the cfe-commits
mailing list