[clang-tools-extra] r264367 - 3rd attempt of fixup with -std=c++11

NAKAMURA Takumi via cfe-commits cfe-commits at lists.llvm.org
Thu Mar 24 17:24:35 PDT 2016


Author: chapuni
Date: Thu Mar 24 19:24:35 2016
New Revision: 264367

URL: http://llvm.org/viewvc/llvm-project?rev=264367&view=rev
Log:
3rd attempt of fixup with -std=c++11

Modified:
    clang-tools-extra/trunk/test/clang-tidy/readability-redundant-string-cstr.cpp

Modified: clang-tools-extra/trunk/test/clang-tidy/readability-redundant-string-cstr.cpp
URL: http://llvm.org/viewvc/llvm-project/clang-tools-extra/trunk/test/clang-tidy/readability-redundant-string-cstr.cpp?rev=264367&r1=264366&r2=264367&view=diff
==============================================================================
--- clang-tools-extra/trunk/test/clang-tidy/readability-redundant-string-cstr.cpp (original)
+++ clang-tools-extra/trunk/test/clang-tidy/readability-redundant-string-cstr.cpp Thu Mar 24 19:24:35 2016
@@ -1,4 +1,4 @@
-// RUN: %check_clang_tidy %s readability-redundant-string-cstr %t -- -- -target x86_64-unknown
+// RUN: %check_clang_tidy %s readability-redundant-string-cstr %t -- -- -target x86_64-unknown -std=c++11
 
 namespace std {
 template <typename T>




More information about the cfe-commits mailing list