diff options
author | Nico Weber <nicolasweber@gmx.de> | 2012-08-30 02:08:31 +0000 |
---|---|---|
committer | Nico Weber <nicolasweber@gmx.de> | 2012-08-30 02:08:31 +0000 |
commit | 723b4f02a71a5c74c355cbe5f502c206b86824a5 (patch) | |
tree | d2fa0bd543f0d9e9337d6b5101dab4df89386305 /clang/test/Index/recursive-cxx-member-calls.cpp | |
parent | 077a53e5ab1d8e194aa02d7ca2ce3f646af0be9f (diff) | |
download | bcm5719-llvm-723b4f02a71a5c74c355cbe5f502c206b86824a5.tar.gz bcm5719-llvm-723b4f02a71a5c74c355cbe5f502c206b86824a5.zip |
Reland r160052: Default to -std=c++11 on Windows.
Also update the tests that rely on c++98 to explicitly mention that.
llvm-svn: 162890
Diffstat (limited to 'clang/test/Index/recursive-cxx-member-calls.cpp')
-rw-r--r-- | clang/test/Index/recursive-cxx-member-calls.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/Index/recursive-cxx-member-calls.cpp b/clang/test/Index/recursive-cxx-member-calls.cpp index 9b93872ee01..501dc2954f0 100644 --- a/clang/test/Index/recursive-cxx-member-calls.cpp +++ b/clang/test/Index/recursive-cxx-member-calls.cpp @@ -1523,7 +1523,7 @@ AttributeList::Kind AttributeList::getKind(const IdentifierInfo * Name) { // CHECK-tokens: Punctuation: ";" [185:31 - 185:32] CompoundStmt= // CHECK-tokens: Punctuation: "}" [186:1 - 186:2] CompoundStmt= -// RUN: c-index-test -test-load-source all %s 2>&1 | FileCheck %s +// RUN: c-index-test -test-load-source all %s -std=c++98 2>&1 | FileCheck %s // CHECK: 1:27: TypedefDecl=__darwin_size_t:1:27 (Definition) Extent=[1:1 - 1:42] // CHECK: 2:25: TypedefDecl=size_t:2:25 (Definition) Extent=[2:1 - 2:31] // CHECK: 2:9: TypeRef=__darwin_size_t:1:27 Extent=[2:9 - 2:24] |