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:
@@ -32,12 +32,6 @@ namespace CppTools { namespace Tests { class TemporaryCopiedDir; } }
|
||||
namespace ClangTools {
|
||||
namespace Internal {
|
||||
|
||||
enum class Tool
|
||||
{
|
||||
ClangStaticAnalyzer,
|
||||
ClangTidyAndClazy
|
||||
};
|
||||
|
||||
class ClangToolsUnitTests : public QObject
|
||||
{
|
||||
Q_OBJECT
|
||||
@@ -52,7 +46,7 @@ private slots:
|
||||
void testProject_data();
|
||||
|
||||
private:
|
||||
void addTestRow(Tool tool, const QByteArray &relativeFilePath, int expectedDiagCount);
|
||||
void addTestRow(const QByteArray &relativeFilePath, int expectedDiagCount);
|
||||
|
||||
private:
|
||||
CppTools::Tests::TemporaryCopiedDir *m_tmpDir = nullptr;
|
||||
@@ -60,5 +54,3 @@ private:
|
||||
|
||||
} // namespace Internal
|
||||
} // namespace ClangTools
|
||||
|
||||
Q_DECLARE_METATYPE(ClangTools::Internal::Tool)
|
||||
|
||||
Reference in New Issue
Block a user