mirror of
https://github.com/MaskRay/ccls.git
synced 2025-04-05 16:32:08 +00:00
Merge 9a90b44b17
into 962c0e72b4
This commit is contained in:
commit
b8f4810824
@ -323,6 +323,9 @@ void Project::loadDirectory(const std::string &root, Project::Folder &folder) {
|
|||||||
rmdir(cdbDir.c_str());
|
rmdir(cdbDir.c_str());
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
|
#if LLVM_VERSION_MAJOR >= 10
|
||||||
|
cdb = tooling::expandResponseFiles(std::move(cdb), vfs::getRealFileSystem());
|
||||||
|
#endif
|
||||||
|
|
||||||
ProjectProcessor proc(folder);
|
ProjectProcessor proc(folder);
|
||||||
StringSet<> seen;
|
StringSet<> seen;
|
||||||
|
Loading…
Reference in New Issue
Block a user