forked from qt-creator/qt-creator
ClangTools: Add tool that runs clang-tidy and clazy
... over the whole project. Generate and read serialized files to get diagnostics. Change-Id: Iafc25fc70443107a040a995efc038aed35102bbf Reviewed-by: Nikolai Kosjar <nikolai.kosjar@qt.io>
This commit is contained in:
@@ -73,7 +73,7 @@ protected:
|
||||
|
||||
virtual ClangToolRunner *createRunner() = 0;
|
||||
|
||||
void onRunnerFinishedWithSuccess(const QString &logFilePath);
|
||||
void onRunnerFinishedWithSuccess(const QString &filePath, const QString &logFilePath);
|
||||
void onRunnerFinishedWithFailure(const QString &errorMessage, const QString &errorDetails);
|
||||
|
||||
private:
|
||||
|
||||
Reference in New Issue
Block a user