Fixed progress indicators ranges with multiple commands per TU (#240)

This commit is contained in:
Bartek Kryza
2024-03-04 22:04:44 +01:00
parent 51a9242b49
commit b057407809
4 changed files with 23 additions and 2 deletions

View File

@@ -103,6 +103,8 @@ public:
std::string guess_language_from_filename(const std::string &filename) const;
long count_matching_commands(const std::vector<std::string> &files) const;
private:
void adjust_compilation_database(
std::vector<clang::tooling::CompileCommand> &commands) const;