]> granicus.if.org Git - clang/commit
Add -mconstructor aliases to some tests.
authorRafael Espindola <rafael.espindola@gmail.com>
Sat, 9 Nov 2013 23:05:07 +0000 (23:05 +0000)
committerRafael Espindola <rafael.espindola@gmail.com>
Sat, 9 Nov 2013 23:05:07 +0000 (23:05 +0000)
commitfa7797a46ca9a4107fc1b74a40aa1a22ee85d8fb
tree749e66dc8698586385d2be82dc9a3d4156711a6d
parentbd3952758ce828a006d826979db642195792ac4d
Add -mconstructor aliases to some tests.

clang-cl adds these, so this makes the tests a bit more realistic. These are the
tests where it would make a difference if the windows specific handling were
removed.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@194336 91177308-0d34-0410-b5e6-96231b3b80d8
test/CodeGenCXX/microsoft-abi-exceptions.cpp
test/CodeGenCXX/microsoft-abi-multiple-nonvirtual-inheritance.cpp
test/CodeGenCXX/microsoft-abi-sret-and-byval.cpp
test/CodeGenCXX/microsoft-abi-static-initializers.cpp
test/CodeGenCXX/microsoft-abi-structors.cpp