forked from qt-creator/qt-creator
ClangTools: Remove clang static analyzer
...since it's superseded by the tidy integration. Change-Id: Idafa5e1fb5129b1af8e42231a664684d4b90821f Reviewed-by: Ivan Donchevskii <ivan.donchevskii@qt.io>
This commit is contained in:
@@ -39,7 +39,6 @@ class LogFileReader
|
||||
{
|
||||
Q_DECLARE_TR_FUNCTIONS(ClangTools::Internal::LogFileReader)
|
||||
public:
|
||||
static QList<Diagnostic> readPlist(const QString &filePath, QString *errorMessage);
|
||||
static QList<Diagnostic> readSerialized(const QString &filePath,
|
||||
const QString &logFilePath,
|
||||
QString *errorMessage);
|
||||
|
||||
Reference in New Issue
Block a user