[clang-tools-extra] r245435 - clang-tools-extra/test/clang-tidy/readability-identifier-naming.cpp: Appease targeting msvc.
NAKAMURA Takumi via cfe-commits
cfe-commits at lists.llvm.org
Wed Aug 19 06:22:58 PDT 2015
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
More information about the cfe-commits
mailing list