[clang-tidy] clang-analyzer-alpha* checks are not registered, so there's no need to disable them

llvm-svn: 286222
This commit is contained in:
Alexander Kornienko 2016-11-08 08:28:19 +00:00
parent 7c7ea7d0ae
commit 7783ea6a61
1 changed files with 2 additions and 3 deletions

View File

@ -49,10 +49,9 @@ Configuration files:
)");
const char DefaultChecks[] = // Enable these checks:
const char DefaultChecks[] = // Enable these checks by default:
"clang-diagnostic-*," // * compiler diagnostics
"clang-analyzer-*," // * Static Analyzer checks
"-clang-analyzer-alpha*"; // * but not alpha checks: many false positives
"clang-analyzer-*"; // * Static Analyzer checks
static cl::opt<std::string> Checks("checks", cl::desc(R"(
Comma-separated list of globs with optional '-'