ariccio added inline comments.

================
Comment at: C:/LLVM/llvm/tools/clang/utils/analyzer/SATestBuild.py:521
@@ -502,3 +520,3 @@
             SummaryLog.write("See the first %d below.\n"
-                                                   % (NumOfFailuresInSummary,))
+                             (NumOfFailuresInSummary,))
         # TODO: Add a line "See the results folder for more."
----------------
zaks.anna wrote:
> Is removing '%' correct here?
Nope. Good catch!


http://reviews.llvm.org/D17253



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

Reply via email to