Revert "[lldb][test] Remove compiler version check and use regex" (#124101)
[llvm-project.git] / clang / test / Analysis / scan-build / help.test
blobd1f17cd69f51d1423f4b6bc1f6282b9c9f61daea
1 RUN: %scan-build -h | FileCheck %s
2 RUN: %scan-build --help | FileCheck %s
4 Test for help output from scan-build.
7 CHECK: USAGE: scan-build [options] <build command> [build options]
9 ...
11 CHECK: AVAILABLE CHECKERS:
12 ...
13 CHECK:  + core.NullDereference
14 CHECK:    optin.performance.GCDAntipattern
15 ...