]> granicus.if.org Git - clang/commit
Update tests in preparation for using the MS ABI for Win32 targets
authorHans Wennborg <hans@hanshq.net>
Mon, 13 Jan 2014 19:48:13 +0000 (19:48 +0000)
committerHans Wennborg <hans@hanshq.net>
Mon, 13 Jan 2014 19:48:13 +0000 (19:48 +0000)
commit8bba0059bf07a3061a0ac51b494459a85fd78414
tree5e107ed045eac21b10156c097401a7221d509bed
parent47ee1fd3e04ba3e2fa42082a3d68f46506cc49a1
Update tests in preparation for using the MS ABI for Win32 targets

In preparation for making the Win32 triple imply MS ABI mode,
make all tests pass in this mode, or make them use the Itanium
mode explicitly.

Differential Revision: http://llvm-reviews.chandlerc.com/D2401

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@199130 91177308-0d34-0410-b5e6-96231b3b80d8
42 files changed:
test/Analysis/inlining/dyn-dispatch-bifurcate.cpp
test/CXX/dcl.dcl/dcl.link/p7.cpp
test/CXX/dcl.dcl/dcl.spec/dcl.constexpr/p2.cpp
test/CXX/drs/dr2xx.cpp
test/CXX/special/class.copy/implicit-move-def.cpp
test/CXX/special/class.dtor/p3-0x.cpp
test/CXX/special/class.dtor/p9.cpp
test/CodeGen/builtin-ms-noop.cpp
test/CodeGen/captured-statements.c
test/CodeGen/complex-convert.c
test/CodeGen/cxx-default-arg.cpp
test/CodeGen/fp-contract-pragma.cpp
test/CodeGen/overloadable.c
test/CodeGen/tbaa-for-vptr.cpp
test/CodeGenCUDA/filter-decl.cu
test/CodeGenCXX/instr-profile.cpp
test/CodeGenObjC/debug-info-self.m
test/CodeGenObjC/overloadable.m
test/CodeGenObjCXX/arc-mangle.mm
test/CodeGenOpenCL/address-spaces-mangling.cl
test/CodeGenOpenCL/local.cl
test/PCH/cxx-reference.cpp
test/PCH/cxx-required-decls.cpp
test/PCH/cxx-templates.cpp
test/PCH/irgen-rdar13114142.mm
test/PCH/objc_literals.mm
test/PCH/objcxx-ivar-class.mm
test/Sema/empty1.c
test/SemaCXX/deleted-operator.cpp
test/SemaCXX/destructor.cpp
test/SemaCXX/implicit-virtual-member-functions.cpp
test/SemaCXX/primary-base.cpp
test/SemaCXX/typeid-ref.cpp
test/SemaCXX/undefined-internal.cpp
test/SemaCXX/virtual-base-used.cpp
test/SemaCXX/warn-reinterpret-base-class.cpp
test/SemaCXX/warn-weak-vtables.cpp
test/SemaTemplate/inject-templated-friend-post.cpp
test/SemaTemplate/inject-templated-friend.cpp
test/SemaTemplate/instantiate-complete.cpp
test/SemaTemplate/instantiate-exception-spec-cxx11.cpp
test/SemaTemplate/virtual-member-functions.cpp