Author: chapuni Date: Wed Aug 19 08:22:58 2015 New Revision: 245435 URL: http://llvm.org/viewvc/llvm-project?rev=245435&view=rev Log: clang-tools-extra/test/clang-tidy/readability-identifier-naming.cpp: Appease targeting msvc.
Modified: clang-tools-extra/trunk/test/clang-tidy/readability-identifier-naming.cpp Modified: clang-tools-extra/trunk/test/clang-tidy/readability-identifier-naming.cpp URL: http://llvm.org/viewvc/llvm-project/clang-tools-extra/trunk/test/clang-tidy/readability-identifier-naming.cpp?rev=245435&r1=245434&r2=245435&view=diff ============================================================================== --- clang-tools-extra/trunk/test/clang-tidy/readability-identifier-naming.cpp (original) +++ clang-tools-extra/trunk/test/clang-tidy/readability-identifier-naming.cpp Wed Aug 19 08:22:58 2015 @@ -62,7 +62,7 @@ // RUN: {key: readability-identifier-naming.VirtualMethodCase, value: UPPER_CASE}, \ // RUN: {key: readability-identifier-naming.VirtualMethodPrefix, value: 'v_'}, \ // RUN: {key: readability-identifier-naming.IgnoreFailedSplit, value: 0} \ -// RUN: ]}' -- -std=c++11 +// RUN: ]}' -- -std=c++11 -fno-delayed-template-parsing // REQUIRES: shell // FIXME: There should be more test cases for checking that references to class _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits