[PATCH] Change ClangTool::run output processing file to debug output

Edwin Vane edwin.vane at intel.com
Fri Mar 15 07:33:09 PDT 2013



================
Comment at: test/Tooling/pch.cpp:11
@@ -12,1 +10,3 @@
+// clang-check should produce an empty output since it is not using the
+// debug option. Test for an empty file after clang-check is ejecuted.
 // RUN: clang-check "%S/Inputs/pch.cpp" "%s" -- -include-pch %t1 -I "%S" -c >%t2 2>&1
----------------
Typo: "ejecuted". Also, I wouldn't mention the debug option in the comment. It's a fine thing to say as a comment in the commit message however.


http://llvm-reviews.chandlerc.com/D543



More information about the cfe-commits mailing list