]> granicus.if.org Git - clang/commit
[Lit Test] Updated 26 Lit tests to be C++11 compatible.
authorCharles Li <charles_li@playstation.sony.com>
Wed, 11 Nov 2015 19:34:47 +0000 (19:34 +0000)
committerCharles Li <charles_li@playstation.sony.com>
Wed, 11 Nov 2015 19:34:47 +0000 (19:34 +0000)
commitab9291dcf3aebf97a9bc33929badccfb7508a96a
treea7d76f8b44d9c63ad52fe3102e2a3f4d3d826203
parentcfb60e8fa6741edb1aab76b522fc75efc6d03178
[Lit Test] Updated 26 Lit tests to be C++11 compatible.

Expected diagnostics have been expanded to vary by C++ dialect.
RUN line has also been expanded to: default, C++98/03 and C++11.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@252785 91177308-0d34-0410-b5e6-96231b3b80d8
26 files changed:
test/CXX/class.access/class.friend/p2-cxx03.cpp
test/CXX/dcl.dcl/dcl.spec/dcl.fct.spec/p6.cpp
test/CXX/dcl.dcl/dcl.spec/dcl.type/dcl.type.elab/p3.cpp
test/CXX/temp/temp.fct.spec/temp.arg.explicit/p3.cpp
test/CodeGen/ubsan-type-blacklist.cpp
test/FixIt/fixit-vexing-parse.cpp
test/SemaCXX/addr-of-overloaded-function.cpp
test/SemaCXX/const-cast.cpp
test/SemaCXX/convert-to-bool.cpp
test/SemaCXX/copy-initialization.cpp
test/SemaCXX/cxx0x-return-init-list.cpp
test/SemaCXX/decltype-crash.cpp
test/SemaCXX/gnu-flags.cpp
test/SemaCXX/invalid-member-expr.cpp
test/SemaCXX/member-expr.cpp
test/SemaCXX/member-pointer.cpp
test/SemaCXX/new-array-size-conv.cpp
test/SemaCXX/offsetof.cpp
test/SemaCXX/printf-block.cpp
test/SemaCXX/undefined-internal.cpp
test/SemaObjCXX/crash.mm
test/SemaObjCXX/vararg-non-pod.mm
test/SemaTemplate/default-arguments.cpp
test/SemaTemplate/temp_class_spec_neg.cpp
test/SemaTemplate/typename-specifier-4.cpp
test/SemaTemplate/typename-specifier.cpp