Fixed clang-tidy warnings

This commit is contained in:
Bartek Kryza
2024-01-02 23:17:32 +01:00
parent eec73a79e8
commit da7870f50f
43 changed files with 188 additions and 226 deletions

View File

@@ -76,8 +76,8 @@ public:
const std::vector<std::string> &system_include_paths() const;
private:
const std::string command_;
const std::string language_;
std::string command_;
std::string language_;
std::string target_;
std::vector<std::string> system_include_paths_;
};