summaryrefslogtreecommitdiff
path: root/clang/test/CodeGenCXX/microsoft-abi-rtti.cpp
AgeCommit message (Expand)Author
2022-10-06[CodeGenCXX] Convert some tests to opaque pointers (NFC)Nikita Popov
2022-04-07[OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC)Nikita Popov
2018-03-16[MS] Don't escape MS C++ names with \01Reid Kleckner
2015-03-13Test case updates for explicit type parameter to the gep operatorDavid Blaikie
2015-01-21Used CHECK-DAG since the order is not important.Rafael Espindola
2015-01-16Add comdats to the RTTI variables in the microsoft abi.Rafael Espindola
2014-07-07CodeGen: Cleanup MS ABI RTTI LLVM IRDavid Majnemer
2014-06-16MS ABI: Implement x86_64 RTTIDavid Majnemer
2014-05-23[MS-ABI] Implements MS-compatible RTTIWarren Hunt