summaryrefslogtreecommitdiff
path: root/test/clang-tidy
diff options
context:
space:
mode:
authorNAKAMURA Takumi <geek4civic@gmail.com>2016-01-30 02:15:19 +0000
committerNAKAMURA Takumi <geek4civic@gmail.com>2016-01-30 02:15:19 +0000
commita66cd9b490807894b8176309607f15c92e52d1eb (patch)
treef01666eafec430a6f321fb69da819b0047df274e /test/clang-tidy
parentceea3df1c5b3521f6868c914d727700961cbf683 (diff)
downloadclang-tools-extra-a66cd9b490807894b8176309607f15c92e52d1eb.tar.gz
test/clang-tidy/performance-for-range-copy.cpp: Appease for targeting ms mode.
git-svn-id: https://llvm.org/svn/llvm-project/clang-tools-extra/trunk@259289 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/clang-tidy')
-rw-r--r--test/clang-tidy/performance-for-range-copy.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/clang-tidy/performance-for-range-copy.cpp b/test/clang-tidy/performance-for-range-copy.cpp
index c6516093..0038434f 100644
--- a/test/clang-tidy/performance-for-range-copy.cpp
+++ b/test/clang-tidy/performance-for-range-copy.cpp
@@ -1,4 +1,4 @@
-// RUN: %check_clang_tidy %s performance-for-range-copy %t
+// RUN: %check_clang_tidy %s performance-for-range-copy %t -- -- -std=c++11 -fno-delayed-template-parsing
namespace std {