[PATCH] D6551: Improvements to scan-build.
Devin Coughlin via cfe-commits
cfe-commits at lists.llvm.org
Fri Aug 28 12:17:34 PDT 2015
dcoughlin accepted this revision.
dcoughlin added a comment.
I ran our build-bot scripts with this and it looks good to me, although I've noted two places with trailing whitespace. Thanks for your patience!
================
Comment at: tools/scan-build/scan-build:1403
@@ +1402,3 @@
+ my $Args = shift;
+
+ while (@$Args) {
----------------
Trailing whitespace here.
================
Comment at: tools/scan-build/scan-build:1774
@@ -1742,2 +1773,3 @@
# Postprocess the HTML directory.
- my $NumBugs = Postprocess($HtmlDir, $BaseDir, $AnalyzerStats, $KeepEmpty);
+ my $NumBugs = Postprocess($Options{OutputDir}, $BaseDir,
+ $Options{AnalyzerStats}, $Options{KeepEmpty});
----------------
Trailing whitespace here.
http://reviews.llvm.org/D6551
More information about the cfe-commits
mailing list