summaryrefslogtreecommitdiff
path: root/test/CodeGenCXX/microsoft-abi-typeid.cpp
AgeCommit message (Expand)Author
2016-01-26[WinEH] Annotate calls to __RTtypeid with a funclet bundleDavid Majnemer
2015-02-27Update Clang tests to handle explicitly typed load changes in LLVM.David Blaikie
2015-02-27Update Clang tests to handle explicitly typed gep changes in LLVM.David Blaikie
2014-10-22MS ABI: Emit more canonical vbptr stores and loadsReid Kleckner
2014-07-07CodeGen: Cleanup MS ABI RTTI LLVM IRDavid Majnemer
2014-06-23MS ABI: Add an additional test for typeidDavid Majnemer
2014-06-22Revert "Revert r211402 (and r211408,r211410), "CodeGen: Refactor dynamic_cast...David Majnemer
2014-06-22Revert r211402 (and r211408,r211410), "CodeGen: Refactor dynamic_cast and typ...NAKAMURA Takumi
2014-06-20CodeGen: typeid/dynamic_cast tests don't need assertsDavid Majnemer
2014-06-20CodeGen: Refactor dynamic_cast and typeidDavid Majnemer
2014-06-18[MS-ABI] Implement typeidWarren Hunt