]> granicus.if.org Git - clang/commitdiff
Fix gcc 'warning: multi-line comment'.
authorNico Weber <nicolasweber@gmx.de>
Sat, 30 Apr 2011 03:13:21 +0000 (03:13 +0000)
committerNico Weber <nicolasweber@gmx.de>
Sat, 30 Apr 2011 03:13:21 +0000 (03:13 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@130583 91177308-0d34-0410-b5e6-96231b3b80d8

examples/Tooling/ClangCheck.cpp

index 9f0b1dde7061c573dd9452502527306ddbf62692..41283759a104113cec927664ba4adde5dd811d8c 100644 (file)
@@ -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
 //
 //===----------------------------------------------------------------------===//