Allow clang-tidy tests with any file names.

llvm-svn: 207353
This commit is contained in:
Alexander Kornienko 2014-04-27 11:44:21 +00:00
parent 6bca8ef667
commit ec0bd807a4
1 changed files with 1 additions and 1 deletions

View File

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