forked from OSchip/llvm-project
Corrected a comment in check_clang_tidy_fix.sh
llvm-svn: 218516
This commit is contained in:
parent
761c25bc15
commit
88905b3909
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue