Lines Matching refs:help
206 help="Add a new project for the analyzer testing.")
209 add_parser.add_argument("name", nargs=1, help="Name of the new project")
212 help="Build mode: 0 for single file project, "
217 help="Source type of the new project: "
224 help="Origin link for a git repository")
226 help="Git hash for a commit to checkout")
232 help="Build projects from the project map and compare results with "
236 help="0 to fail on runtime errors, 1 to fail "
242 help="Regenerate reference output.")
244 default=False, help="Call scan-build with "
248 help="Number of projects to test concurrently")
252 help="Arguments passed to to -analyzer-config")
254 help="Comma-separated list of projects to test")
256 help="Maximum size for the projects to test")
263 help="Comparing two static analyzer runs in terms of "
266 help="Prefix to ignore on source files for "
270 help="Prefix to ignore on source files for "
274 help="Write additional information to LOG "
280 help="Only show statistics on reports")
283 help="Show change in statistics")
285 help="Show histogram of paths differences. "
287 cmp_parser.add_argument("old", nargs=1, help="Directory with old results")
288 cmp_parser.add_argument("new", nargs=1, help="Directory with new results")
294 help="Update static analyzer reference results based on the previous "
297 help="Stage updated results using git.")
303 help="Run regression system in the docker.")
306 help="Build docker image for running tests.")
308 help="Start a shell on docker.")
311 help="Path to LLVM source code. Defaults "
314 help="Path to a directory where docker should "
317 help="Path to find/install LLVM installation.")
319 help="Additionall args that will be forwarded "
326 help="Run benchmarks by building a set of projects multiple times.")
330 help="Number of iterations for building each "
334 help="Output csv file for the benchmark results")
336 help="Comma-separated list of projects to test")
338 help="Maximum size for the projects to test")
344 help="Compare benchmark runs.")
346 help="Benchmark reference results to "
349 help="New benchmark results to check.")
352 help="Output file for plots.")