Home | History | Annotate | Download | only in scan-build

Lines Matching refs:reports

235     Diag("Emitting reports for this run to '$Dir'.\n");
345 # multiple error reports. We use a cache to solve this problem.
422 # Don't add internal statistics to the bug reports
545 Diag("Removing directory '$Dir' because it contains no reports.\n");
713 <h2>Reports</h2>
864 print OUT "<p>Please consider submitting preprocessed files as <a href=\"http://clang-analyzer.llvm.org/filing_bugs.html\">bug reports</a>. <!-- REPORTCRASHES --> </p>\n";
885 Diag("Run 'scan-view $Dir' to examine bug reports.\n");
1096 Specifies the output directory for analyzer reports. Subdirectories will be
1099 to store the reports.
1165 -no-failure-reports
1167 Do not create a 'failures' subdirectory that includes analyzer crash reports
1333 The above example causes analysis reports to be deposited into a subdirectory
1535 if ($arg eq "-no-failure-reports") {
1655 # Determine the output directory for the HTML reports.