summaryrefslogtreecommitdiff
path: root/test/CodeGenCXX/microsoft-abi-methods.cpp
AgeCommit message (Expand)Author
2015-04-16[opaque pointer types] Explicit non-pointer type for call expressionsDavid Blaikie
2015-01-22Emit DeferredDeclsToEmit in a DFS order.Rafael Espindola
2014-01-14Remove the -cxx-abi command-line flag.Hans Wennborg
2012-09-25clang/test/CodeGenCXX/microsoft-*: Fix for -Asserts.NAKAMURA Takumi
2012-09-25In the MS ABI, ctors return 'this'. Patch by Dmitry Sokolov.John McCall
2012-07-12[Windows] Use thiscall as the default calling convention for class methods. P...Timur Iskhodzhanov