brintos

brintos / llvm-project-archived public Read only

0
0
Text · 300 B · d1f17cd Raw
19 lines · plain
1RUN: %scan-build -h | FileCheck %s2RUN: %scan-build --help | FileCheck %s3 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.NullDereference14CHECK:    optin.performance.GCDAntipattern15...16 17 18 19