diff options
| author | Richard Smith <richard-llvm@metafoo.co.uk> | 2011-10-13 22:29:44 +0000 |
|---|---|---|
| committer | Richard Smith <richard-llvm@metafoo.co.uk> | 2011-10-13 22:29:44 +0000 |
| commit | 9ca5c425826329d5b23300bbc8a1a7c10a19c64d (patch) | |
| tree | 169ef835495dccb2c58f5ccf6745f180842a90c3 /clang/test/CXX/expr/expr.unary/expr.new | |
| parent | c6bba3e46d572fb00bc98b930d9057f25cde0f13 (diff) | |
| download | bcm5719-llvm-9ca5c425826329d5b23300bbc8a1a7c10a19c64d.tar.gz bcm5719-llvm-9ca5c425826329d5b23300bbc8a1a7c10a19c64d.zip | |
Update all tests other than Driver/std.cpp to use -std=c++11 rather than
-std=c++0x. Patch by Ahmed Charles!
llvm-svn: 141900
Diffstat (limited to 'clang/test/CXX/expr/expr.unary/expr.new')
| -rw-r--r-- | clang/test/CXX/expr/expr.unary/expr.new/p2-cxx0x.cpp | 2 | ||||
| -rw-r--r-- | clang/test/CXX/expr/expr.unary/expr.new/p20-0x.cpp | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/clang/test/CXX/expr/expr.unary/expr.new/p2-cxx0x.cpp b/clang/test/CXX/expr/expr.unary/expr.new/p2-cxx0x.cpp index c9a8887d264..4ebbfce289e 100644 --- a/clang/test/CXX/expr/expr.unary/expr.new/p2-cxx0x.cpp +++ b/clang/test/CXX/expr/expr.unary/expr.new/p2-cxx0x.cpp @@ -1,4 +1,4 @@ -// RUN: %clang_cc1 -fsyntax-only -verify %s -std=c++0x +// RUN: %clang_cc1 -fsyntax-only -verify %s -std=c++11 template<typename T> struct only { diff --git a/clang/test/CXX/expr/expr.unary/expr.new/p20-0x.cpp b/clang/test/CXX/expr/expr.unary/expr.new/p20-0x.cpp index 4c924b137cc..eca1ec79019 100644 --- a/clang/test/CXX/expr/expr.unary/expr.new/p20-0x.cpp +++ b/clang/test/CXX/expr/expr.unary/expr.new/p20-0x.cpp @@ -1,4 +1,4 @@ -// RUN: %clang_cc1 -fsyntax-only -verify -std=c++0x -fexceptions %s +// RUN: %clang_cc1 -fsyntax-only -verify -std=c++11 -fexceptions %s typedef __SIZE_TYPE__ size_t; struct S { |

