forked from OSchip/llvm-project
Allow clang-tidy tests with any file names.
llvm-svn: 207353
This commit is contained in:
parent
6bca8ef667
commit
ec0bd807a4
|
@ -6,5 +6,5 @@ INPUT_FILE=$1
|
|||
CHECK_TO_RUN=$2
|
||||
|
||||
clang-tidy --checks=${CHECK_TO_RUN} --disable-checks="" ${INPUT_FILE} \
|
||||
-- --std=c++11 \
|
||||
-- --std=c++11 -x c++ \
|
||||
| FileCheck ${INPUT_FILE}
|
||||
|
|
Loading…
Reference in New Issue