[cfe-commits] r130583 - /cfe/trunk/examples/Tooling/ClangCheck.cpp

Nico Weber nicolasweber at gmx.de
Fri Apr 29 20:13:21 PDT 2011


Author: nico
Date: Fri Apr 29 22:13:21 2011
New Revision: 130583

URL: http://llvm.org/viewvc/llvm-project?rev=130583&view=rev
Log:
Fix gcc 'warning: multi-line comment'.

Modified:
    cfe/trunk/examples/Tooling/ClangCheck.cpp

Modified: cfe/trunk/examples/Tooling/ClangCheck.cpp
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/examples/Tooling/ClangCheck.cpp?rev=130583&r1=130582&r2=130583&view=diff
==============================================================================
--- cfe/trunk/examples/Tooling/ClangCheck.cpp (original)
+++ cfe/trunk/examples/Tooling/ClangCheck.cpp Fri Apr 29 22:13:21 2011
@@ -28,8 +28,8 @@
 //
 //  For example, to use clang-check on all files in a subtree of the source
 //  tree, use:
-//  /path/to/cmake/sources $ find . -name '*.cpp' \
-//      |xargs clang-check /path/to/cmake/build
+//
+//    /path/in/subtree $ find . -name '*.cpp'| xargs clang-check /path/to/source
 //
 //===----------------------------------------------------------------------===//
 





More information about the cfe-commits mailing list