[DFAJumpThreading] Remove incoming StartBlock from all phis when unfolding select...
[llvm-project.git] / clang-tools-extra / test / clang-tidy / infrastructure / enable-alpha-checks.cpp
blob74bdfdb5dd0cbb056b2ae3eca857f8d2b3d8644e
1 // REQUIRES: static-analyzer
3 // Check if '-allow-enabling-analyzer-alpha-checkers' is visible for users.
4 // RUN: clang-tidy -help | not grep 'allow-enabling-analyzer-alpha-checkers'
6 // Check if '-allow-enabling-analyzer-alpha-checkers' enables alpha checks.
7 // RUN: clang-tidy -checks=* -list-checks | not grep 'clang-analyzer-alpha'
8 // RUN: clang-tidy -checks=* -list-checks -allow-enabling-analyzer-alpha-checkers | grep 'clang-analyzer-alpha'