| commit | 762bb9d0ad20320b9f97a841dce57ba5e8e48b07 | [log] [tgz] |
|---|---|---|
| author | Richard Smith <richard-llvm@metafoo.co.uk> | Thu Oct 13 22:29:44 2011 +0000 |
| committer | Richard Smith <richard-llvm@metafoo.co.uk> | Thu Oct 13 22:29:44 2011 +0000 |
| tree | 135661847208640f8ffeee076ab802085ab3118b | |
| parent | 48a9d189bbc989369155195a4ce8c7e1c02ea02a [diff] [blame] |
Update all tests other than Driver/std.cpp to use -std=c++11 rather than -std=c++0x. Patch by Ahmed Charles! git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@141900 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/test/CodeGenCXX/mangle-ref-qualifiers.cpp b/test/CodeGenCXX/mangle-ref-qualifiers.cpp index b3f37d7..568cf9f 100644 --- a/test/CodeGenCXX/mangle-ref-qualifiers.cpp +++ b/test/CodeGenCXX/mangle-ref-qualifiers.cpp
@@ -1,4 +1,4 @@ -// RUN: %clang_cc1 -std=c++0x -triple x86_64-apple-darwin10 -emit-llvm -o - %s | FileCheck %s +// RUN: %clang_cc1 -std=c++11 -triple x86_64-apple-darwin10 -emit-llvm -o - %s | FileCheck %s struct X { int f() &; int g() &&;