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

Lines Matching refs:HTML

80   Diag ("  http://clang-analyzer.llvm.org/filing_bugs.html\n")
120 # GetHTMLRunDir - Construct an HTML directory name for the current sub-run.
515 if ($file =~ /report-.*\.html$/) {
572 # Generate an index.html file.
573 my $FName = "$Dir/index.html";
579 <html>
860 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";
863 print OUT "</body></html>\n";
880 if ($Num > 0 && -r "$Dir/index.html") {
981 "CLANG_ANALYZER_OUTPUT=plist-html",
1109 --html-title [title]
1110 --html-title=[title]
1112 Specify the title used on generated HTML pages. If not specified, a default
1117 By default the output of scan-build is a set of HTML files. This option
1120 -plist-html
1122 By default the output of scan-build is a set of HTML files. This option
1123 outputs the results as a set of HTML and .plist files.
1202 report-<filename>-<function/method name>-<id>.html
1203 instead of report-XXXXXX.html
1338 # HtmlEscape - HTML entity encode characters that are special in HTML
1367 my $HtmlDir; # Parent directory to store HTML files.
1377 my $OutputFormat = "html";
1420 if ($arg =~ /^--html-title(=(.+))?$/) {
1425 DieDiag("'--html-title' option requires a string.\n");
1519 if ($arg eq "-plist-html") {
1521 $OutputFormat = "plist-html";
1650 # Determine the output directory for the HTML reports.
1718 if ($OutputFormat =~ /html/) {
1719 # Postprocess the HTML directory.
1722 if ($ViewResults and -r "$HtmlDir/index.html") {