]> granicus.if.org Git - clang/commit
[Lit Test] Updated 20 Lit tests to be C++11 compatible.
authorCharles Li <charles_li@playstation.sony.com>
Thu, 10 Dec 2015 01:07:17 +0000 (01:07 +0000)
committerCharles Li <charles_li@playstation.sony.com>
Thu, 10 Dec 2015 01:07:17 +0000 (01:07 +0000)
commit43890ab2a0edf63c61f574a9f7a4fd0c003508b7
tree5af09f871d918ec38e0559dd38b7b6d3ae8d35c1
parent70aefba4abcc550f0a9cf976c5bdf5aa6e587906
[Lit Test] Updated 20 Lit tests to be C++11 compatible.

This is the 5th Lit test patch.
Expanded expected diagnostics to vary by C++ dialect.
Expanded RUN line to: default, C++98/03 and C++11.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@255196 91177308-0d34-0410-b5e6-96231b3b80d8
20 files changed:
test/CXX/class/class.nest/p1.cpp
test/Parser/cxx-casting.cpp
test/Parser/cxx-reference.cpp
test/Parser/cxx-template-argument.cpp
test/Parser/cxx-typeof.cpp
test/Parser/objc-init.m
test/Parser/objcxx-lambda-expressions-neg.mm
test/SemaCXX/decl-expr-ambiguity.cpp
test/SemaCXX/overload-call.cpp
test/SemaCXX/pragma-init_seg.cpp
test/SemaCXX/typo-correction-delayed.cpp
test/SemaCXX/unknown-type-name.cpp
test/SemaCXX/writable-strings-deprecated.cpp
test/SemaObjCXX/message.mm
test/SemaTemplate/instantiate-function-2.cpp
test/SemaTemplate/instantiate-static-var.cpp
test/SemaTemplate/nested-name-spec-template.cpp
test/SemaTemplate/overload-candidates.cpp
test/SemaTemplate/partial-spec-instantiate.cpp
test/SemaTemplate/temp_arg_template.cpp