This commit is contained in:
Fangrui Song 2025-01-29 22:20:09 +00:00 committed by GitHub
commit b8f4810824
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -323,6 +323,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;