Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / clang / test / Analysis / scan-build / help.test
blob61915d326094390e350f4a000e8f0b6e1ad598f1
1 // FIXME: Actually, "perl".
2 REQUIRES: shell
4 RUN: %scan-build -h | FileCheck %s
5 RUN: %scan-build --help | FileCheck %s
7 Test for help output from scan-build.
10 CHECK: USAGE: scan-build [options] <build command> [build options]
12 ...
14 CHECK: AVAILABLE CHECKERS:
15 ...
16 CHECK:  + core.NullDereference
17 CHECK:    optin.performance.GCDAntipattern
18 ...