David Blaikie
a953f2825b
Update Clang tests to handle explicitly typed load changes in LLVM.
...
llvm-svn: 230795
2015-02-27 21:19:58 +00:00
David Blaikie
218b783192
Update Clang tests to handle explicitly typed gep changes in LLVM.
...
llvm-svn: 230783
2015-02-27 19:18:17 +00:00
David Majnemer
1573d73367
MS ABI: Use the correct this arg when generating implicit array copy ctor
...
We assumed the last argument of the copy constructor was the this
pointer. However, this is not the case under the MS ABI.
llvm-svn: 219775
2014-10-15 04:54:54 +00:00
David Majnemer
196ac334f3
MS ABI: Use the correct this arg when generating implict copy ctor
...
We assumed that the incoming this argument would be the last argument.
However, this is not true under the MS ABI.
This fixes PR20897.
llvm-svn: 217642
2014-09-11 23:05:02 +00:00