forked from qt-creator/qt-creator
ClangTools: Remove huge "log files" after we've read them
Serialized diagnostics consume quite a lot of space. Remove these files after they are read by QtC. Change-Id: I4b257e44ee182484726ebd808069198443992016 Reviewed-by: Ivan Donchevskii <ivan.donchevskii@qt.io> Reviewed-by: Nikolai Kosjar <nikolai.kosjar@qt.io>
This commit is contained in:
committed by
Nikolai Kosjar
parent
fdd695c35c
commit
87678e9a07
@@ -69,7 +69,7 @@ protected:
|
||||
|
||||
virtual ClangToolRunner *createRunner() = 0;
|
||||
|
||||
void onRunnerFinishedWithSuccess(const QString &filePath, const QString &logFilePath);
|
||||
void onRunnerFinishedWithSuccess(const QString &filePath);
|
||||
void onRunnerFinishedWithFailure(const QString &errorMessage, const QString &errorDetails);
|
||||
|
||||
private:
|
||||
|
||||
Reference in New Issue
Block a user