xref: /llvm-project/clang/test/Analysis/scan-build/help.test (revision 2868e26d0a6f257d3a8f303c7918f37c690e35a4)
1RUN: %scan-build -h | FileCheck %s
2RUN: %scan-build --help | FileCheck %s
3
4Test for help output from scan-build.
5
6
7CHECK: USAGE: scan-build [options] <build command> [build options]
8
9...
10
11CHECK: AVAILABLE CHECKERS:
12...
13CHECK:  + core.NullDereference
14CHECK:    optin.performance.GCDAntipattern
15...
16
17
18
19