diff options
Diffstat (limited to 'clang-tools-extra/test/clang-tidy/enable-alpha-checks.cpp')
| -rw-r--r-- | clang-tools-extra/test/clang-tidy/enable-alpha-checks.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/clang-tools-extra/test/clang-tidy/enable-alpha-checks.cpp b/clang-tools-extra/test/clang-tidy/enable-alpha-checks.cpp index b1e51303498..74bdfdb5dd0 100644 --- a/clang-tools-extra/test/clang-tidy/enable-alpha-checks.cpp +++ b/clang-tools-extra/test/clang-tidy/enable-alpha-checks.cpp @@ -1,3 +1,5 @@ +// REQUIRES: static-analyzer + // Check if '-allow-enabling-analyzer-alpha-checkers' is visible for users. // RUN: clang-tidy -help | not grep 'allow-enabling-analyzer-alpha-checkers' |

