We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a56ca3a commit 6db1b20Copy full SHA for 6db1b20
clang/tools/scan-build/bin/scan-build
@@ -23,7 +23,6 @@ use Term::ANSIColor qw(:constants);
23
use Cwd qw/ getcwd abs_path /;
24
use Sys::Hostname;
25
use Hash::Util qw(lock_keys);
26
-use URI::Escape;
27
28
my $Prog = "scan-build";
29
my $BuildName;
@@ -821,8 +820,7 @@ ENDTEXT
821
820
}
822
823
# Emit the "View" link.
824
- my $EncodedReport = uri_escape($ReportFile, "^A-Za-z0-9\-\._~\/");
825
- print OUT "<td><a href=\"$EncodedReport#EndPath\">View Report</a></td>";
+ print OUT "<td><a href=\"$ReportFile#EndPath\">View Report</a></td>";
826
827
# Emit REPORTBUG markers.
828
print OUT "\n<!-- REPORTBUG id=\"$ReportFile\" -->\n";
0 commit comments