summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGenCXX/microsoft-abi-vmemptr-fastcall.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Fix my broken test cases.Reid Kleckner2014-08-291-3/+3
| | | | llvm-svn: 216791
* Make all virtual member pointers use variadic musttail callsReid Kleckner2014-08-291-0/+11
This avoids encoding information about the function prototype into the thunk at the cost of some function prototype bitcast gymnastics. Fixes PR20653. llvm-svn: 216782
OpenPOWER on IntegriCloud