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:
Nikolai Kosjar
2018-05-09 09:22:01 +02:00
parent aa65c7e5f3
commit 23df884f4a
32 changed files with 40 additions and 1659 deletions

View File

@@ -29,7 +29,6 @@ namespace ClangTools {
namespace Constants {
const char SETTINGS_ID[] = "ClangTools";
const char CLANGSTATICANALYZER_RUN_MODE[] = "ClangStaticAnalyzer.RunMode";
const char CLANGTIDYCLAZY_RUN_MODE[] = "ClangTidyClazy.RunMode";
} // Constants