Author: chapuni Date: Fri Jan 29 20:15:19 2016 New Revision: 259289 URL: http://llvm.org/viewvc/llvm-project?rev=259289&view=rev Log: test/clang-tidy/performance-for-range-copy.cpp: Appease for targeting ms mode.
Modified: clang-tools-extra/trunk/test/clang-tidy/performance-for-range-copy.cpp Modified: clang-tools-extra/trunk/test/clang-tidy/performance-for-range-copy.cpp URL: http://llvm.org/viewvc/llvm-project/clang-tools-extra/trunk/test/clang-tidy/performance-for-range-copy.cpp?rev=259289&r1=259288&r2=259289&view=diff ============================================================================== --- clang-tools-extra/trunk/test/clang-tidy/performance-for-range-copy.cpp (original) +++ clang-tools-extra/trunk/test/clang-tidy/performance-for-range-copy.cpp Fri Jan 29 20:15:19 2016 @@ -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 { _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits