mirror of
https://github.com/MaskRay/ccls.git
synced 2025-06-26 09:57:42 +00:00
Compare commits
2 Commits
b8f4810824
...
3a1cad663d
Author | SHA1 | Date | |
---|---|---|---|
|
3a1cad663d | ||
|
9a90b44b17 |
@ -336,6 +336,9 @@ void Project::loadDirectory(const std::string &root, Project::Folder &folder) {
|
||||
rmdir(cdbDir.c_str());
|
||||
#endif
|
||||
}
|
||||
#if LLVM_VERSION_MAJOR >= 10
|
||||
cdb = tooling::expandResponseFiles(std::move(cdb), vfs::getRealFileSystem());
|
||||
#endif
|
||||
|
||||
ProjectProcessor proc(folder);
|
||||
StringSet<> seen;
|
||||
|
Loading…
Reference in New Issue
Block a user