mirror of
https://github.com/MaskRay/ccls.git
synced 2024-11-21 15:15:07 +00:00
project: Expand response files
This commit is contained in:
parent
c7596e3712
commit
9a90b44b17
@ -415,6 +415,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