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



_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to