[clang-tools-extra] r193746 - Fix comment. pp-trace can only handle source file at a time.
John Thompson
John.Thompson.JTSoftware at gmail.com
Thu Oct 31 05:53:42 PDT 2013
Author: jtsoftware
Date: Thu Oct 31 07:53:42 2013
New Revision: 193746
URL: http://llvm.org/viewvc/llvm-project?rev=193746&view=rev
Log:
Fix comment. pp-trace can only handle source file at a time.
Modified:
clang-tools-extra/trunk/pp-trace/PPTrace.cpp
Modified: clang-tools-extra/trunk/pp-trace/PPTrace.cpp
URL: http://llvm.org/viewvc/llvm-project/clang-tools-extra/trunk/pp-trace/PPTrace.cpp?rev=193746&r1=193745&r2=193746&view=diff
==============================================================================
--- clang-tools-extra/trunk/pp-trace/PPTrace.cpp (original)
+++ clang-tools-extra/trunk/pp-trace/PPTrace.cpp Thu Oct 31 07:53:42 2013
@@ -18,7 +18,7 @@
//
// The pp-trace tool supports the following general command line format:
//
-// pp-trace [pp-trace options] (source file(s)) [compiler options]
+// pp-trace [pp-trace options] (source file) [compiler options]
//
// Basically you put the pp-trace options first, then the source file or files,
// and then any options you want to pass to the compiler.
More information about the cfe-commits
mailing list