Fix the shell script check_clang_tidy.sh in r242984.

llvm-svn: 242985
This commit is contained in:
NAKAMURA Takumi 2015-07-23 06:03:40 +00:00
parent d4ed83aae7
commit 4c8342b73e
1 changed files with 1 additions and 2 deletions

View File

@ -16,9 +16,8 @@ TEMPORARY_FILE=$3.cpp
shift 3
if [ "$#" -eq 0 ] ; then
# Default to -- --std=c++11
set - -- --std=c++11
# Suppress -target=*-win32.
set - -- -fno-delayed-template-parsing
set - -- --std=c++11 -fno-delayed-template-parsing
fi
set -o errexit