[clang-tools-extra] r218516 - Corrected a comment in check_clang_tidy_fix.sh

Alexander Kornienko alexfh at google.com
Fri Sep 26 05:51:13 PDT 2014


Author: alexfh
Date: Fri Sep 26 07:51:13 2014
New Revision: 218516

URL: http://llvm.org/viewvc/llvm-project?rev=218516&view=rev
Log:
Corrected a comment in check_clang_tidy_fix.sh

Modified:
    clang-tools-extra/trunk/test/clang-tidy/check_clang_tidy_fix.sh

Modified: clang-tools-extra/trunk/test/clang-tidy/check_clang_tidy_fix.sh
URL: http://llvm.org/viewvc/llvm-project/clang-tools-extra/trunk/test/clang-tidy/check_clang_tidy_fix.sh?rev=218516&r1=218515&r2=218516&view=diff
==============================================================================
--- clang-tools-extra/trunk/test/clang-tidy/check_clang_tidy_fix.sh (original)
+++ clang-tools-extra/trunk/test/clang-tidy/check_clang_tidy_fix.sh Fri Sep 26 07:51:13 2014
@@ -3,7 +3,7 @@
 # Run clang-tidy in fix mode and verify the result.
 # Usage:
 #   check_clang_tidy_fix.sh <source-file> <check-name> <temp-file> \
-#     [optional compiler arguments]
+#     [optional clang-tidy arguments]
 #
 # Example:
 #   // RUN: $(dirname %s)/check_clang_tidy_fix.sh %s llvm-include-order %t -- -isystem $(dirname %s)/Inputs/Headers





More information about the cfe-commits mailing list