Lines Matching refs:help
12 Validations are mostly calling specific help methods, or mangling values.
157 help="""Extend existing compilation database with new entries.
163 dest='build', nargs=argparse.REMAINDER, help="""Command to run.""")
179 help="""Run the build commands first, intercept compiler
190 help="""The exit status of '%(prog)s' is the same as the executed
199 help="""Do not run static analyzer against files found in this
209 help="""Specifies the output directory for analyzer reports.
214 help="""Don't remove the build results directory even if no issues
219 help="""Specify the title used on generated HTML pages.
229 help="""Cause the results as a set of .plist files.""")
237 help="""Cause the results as a set of .html and .plist files.""")
245 help="""Cause the results as a set of .plist files with extra
254 help="""Cause the results as a result.sarif file.""")
262 help="""Cause the results as a result.sarif file and .html files.""")
270 help="""'%(prog)s' uses the 'clang' executable relative to itself for
278 help="""Do not create a 'failures' subdirectory that includes analyzer
283 help="""Also analyze functions in #included files. By default, such
290 help="""Generates visitation statistics for the project.""")
294 help="""Generate internal analyzer statistics.""")
300 help="""Specify the number of times a block can be visited before
309 help="""Specify the store model used by the analyzer. 'region'
319 help="""Specify the constraint engine used by the analyzer. Specifying
326 help="""Provide options to pass through to the analyzer's
340 help="""Tells analyzer to enable assertions in code even if they were
350 help="""Loading external checkers using the clang plugin interface.""")
356 help="""Enable specific checker.""")
362 help="""Disable specific checker.""")
364 '--help-checkers',
366 help="""A default group of checkers is run unless explicitly disabled.
370 '--help-checkers-verbose',
372 help="""Print all available checkers and mark the enabled ones.""")
376 dest='build', nargs=argparse.REMAINDER, help="""Command to run.""")
386 help="""Perform cross translation unit (ctu) analysis (both collect
394 help="""Defines the temporary directory used between ctu
402 help="""Perform only the collect phase of ctu.
410 help="""Perform only the analyze phase of ctu. <ctu-dir> should be
417 help="""'%(prog)s' uses the 'clang-extdef-mapping' executable
436 help="""Enable verbose output from '%(prog)s'. A second, third and
446 help="""The JSON compilation database.""")
453 help="""Always resort to the compiler wrapper even when better
463 help="""When '%(prog)s' analyzes a project by interposing a compiler
477 help="""This is the same as "--use-cc" but for C++ code.""")
502 """ Print verbose checker help to stdout. """