• Home
  • Raw
  • Download

Lines Matching refs:help

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="""'%(prog)s' uses the 'clang' executable relative to itself for
262 help="""Do not create a 'failures' subdirectory that includes analyzer
267 help="""Also analyze functions in #included files. By default, such
274 help="""Generates visitation statistics for the project.""")
278 help="""Generate internal analyzer statistics.""")
284 help="""Specify the number of times a block can be visited before
293 help="""Specify the store model used by the analyzer. 'region'
303 help="""Specify the constraint engine used by the analyzer. Specifying
310 help="""Provide options to pass through to the analyzer's
324 help="""Tells analyzer to enable assertions in code even if they were
334 help="""Loading external checkers using the clang plugin interface.""")
340 help="""Enable specific checker.""")
346 help="""Disable specific checker.""")
350 help="""A default group of checkers is run unless explicitly disabled.
356 help="""Print all available checkers and mark the enabled ones.""")
360 dest='build', nargs=argparse.REMAINDER, help="""Command to run.""")
370 help="""Perform cross translation unit (ctu) analysis (both collect
378 help="""Defines the temporary directory used between ctu
386 help="""Perform only the collect phase of ctu.
394 help="""Perform only the analyze phase of ctu. <ctu-dir> should be
401 help="""'%(prog)s' uses the 'clang-extdef-mapping' executable
420 help="""Enable verbose output from '%(prog)s'. A second, third and
430 help="""The JSON compilation database.""")
437 help="""Always resort to the compiler wrapper even when better
447 help="""When '%(prog)s' analyzes a project by interposing a compiler
461 help="""This is the same as "--use-cc" but for C++ code.""")