================
@@ -45,6 +45,10 @@ class GlobalCompilationDatabase {
return std::nullopt;
}
+ virtual std::vector<std::string> getAllFilesInProjectOf(PathRef File) const {
----------------
ChuanqiXu9 wrote:Done by adding ProjectModules class in ProjectModules.cpp file. https://github.com/llvm/llvm-project/pull/66462 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
