This commit is contained in:
Fangrui Song 2025-12-05 08:37:48 +08:00 committed by GitHub
commit 118e926343
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;