Corrected a comment in check_clang_tidy_fix.sh

llvm-svn: 218516
This commit is contained in:
Alexander Kornienko 2014-09-26 12:51:13 +00:00
parent 761c25bc15
commit 88905b3909
1 changed files with 1 additions and 1 deletions

View File

@ -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