Lines Matching +full:keep +full:- +full:going
8 .Nm scan-build
13 .Op Fl analyze-headers
14 .Op Fl enable-checker Op Ar checker_name
15 .Op Fl disable-checker Op Ar checker_name
17 .Op Fl Fl help-checkers
18 .Op Fl Fl html-title Op Ar =title
19 .Op Fl Fl keep-going
21 .Op Fl plist-html
22 .Op Fl Fl status-bugs
23 .Op Fl Fl use-c++ Op Ar =compiler_path
24 .Op Fl Fl use-cc Op Ar =compiler_path
28 .Op Fl no-failure-reports
52 .Bl -tag -width indent
53 .It Fl analyze-headers
55 .It Fl enable-checker Ar checker_name , Fl disable-checker Ar checker_name
62 .It Fl Fl help-checkers
65 .It Fl Fl html-title Ns Op = Ns Ar title
70 .It Fl k , Fl Fl keep-going
72 .Dq keep on going
88 .It Fl plist-html
90 .It Fl Fl status-bugs
96 .It Fl Fl use-c++ Ns Op = Ns Ar compiler_path
97 Guess the default compiler for your C++ and Objective-C++ code. Use this
99 .It Fl Fl use-cc Ns Op = Ns Ar compiler_path
100 Guess the default compiler for your C and Objective-C code. Use this
116 uses a simpler, less powerful constraint model used by checker-0.160
122 .It Fl no-failure-reports
134 specifies a field-
139 was the default store model for checker-0.221 and earlier.
147 .Fl Fl status-bugs
149 .Fl Fl keep-going
162 .Fl enable-checker
164 .Fl disable-checker
169 .Fl Fl help-checkers .
170 .Bl -tag -width indent.
179 Check for logical errors for function calls and Objective-C message expressions (e.g., uninitialize…
210 Display Control-Flow Graphs.
214 Print the dominance tree for a given Control-Flow Graph.
222 View Control-Flow Graphs using
247 Warn about Objective-C method signatures with type incompatibilities.
251 in Objective-C GC mode.
255 Check for prohibited nil arguments to Objective-C method calls.
265 Check for passing non-Objective-C types to variadic methods that expect only Objective-C types.
278 Checks for index out-of-bounds when using the
287 are created with non-pointer-size values.
289 Warn on using a floating point value as a loop counter (CERT: FLP30-C, FLP30-CPP).
321 Check for memory leaks, double free, and use-after-free.
330 .Ic scan-build -o /tmp/myhtmldir make -j4