]> granicus.if.org Git - clang/commitdiff
[CXX] Exercise all paths through these tests.
authorPaul Robinson <paul.robinson@sony.com>
Tue, 9 Jul 2019 20:49:07 +0000 (20:49 +0000)
committerPaul Robinson <paul.robinson@sony.com>
Tue, 9 Jul 2019 20:49:07 +0000 (20:49 +0000)
Differential Revision: https://reviews.llvm.org/D63894

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@365555 91177308-0d34-0410-b5e6-96231b3b80d8

test/CXX/dcl.dcl/basic.namespace/namespace.udecl/p4.cpp
test/SemaCXX/class.cpp
test/SemaCXX/linkage2.cpp

index 781a1a1824e931552da23ac1f759ed7141a2c77d..65ccb751b9aa52366718ea7eca56518cd6d83aa2 100644 (file)
@@ -1,4 +1,5 @@
 // RUN: %clang_cc1 -fsyntax-only -verify %s
+// RUN: %clang_cc1 -fsyntax-only -verify -std=c++98 %s
 // RUN: %clang_cc1 -fsyntax-only -verify -std=c++11 %s
 
 // C++03 [namespace.udecl]p4:
index b571370911db88018d3bf6ecd717afcba5123f89..0ed6a77b9b122a66f74d2d58497bcb90db307a87 100644 (file)
@@ -1,4 +1,5 @@
 // RUN: %clang_cc1 -fsyntax-only -verify -Wc++11-compat %s 
+// RUN: %clang_cc1 -fsyntax-only -verify -Wc++11-compat %s -std=c++98
 class C {
 public:
   auto int errx; // expected-error {{storage class specified for a member declaration}}
index 6f43af39f7c57cedd3fa932ad40498aff68a5fe7..3cc9f61f088213d98ddd3b415c95be2e35453f8f 100644 (file)
@@ -1,5 +1,5 @@
 // RUN: %clang_cc1 -fsyntax-only -verify -std=gnu++11 %s
-// RUN: %clang_cc1 -fsyntax-only -verify -Wno-c++11-extensions -Wno-local-type-template-args %s
+// RUN: %clang_cc1 -fsyntax-only -verify -Wno-c++11-extensions -Wno-local-type-template-args %s -std=gnu++98
 // RUN: %clang_cc1 -fsyntax-only -verify -Wno-c++11-extensions -Wno-local-type-template-args -fmodules %s
 
 namespace test1 {