summaryrefslogtreecommitdiffstats
path: root/clang/lib/CodeGen/MicrosoftRTTI.cpp
Commit message (Collapse)AuthorAgeFilesLines
* [MS-ABI] Silence warning from r209523Warren Hunt2014-05-231-1/+1
| | | | | | no functional change. llvm-svn: 209525
* [MS-ABI] Implements MS-compatible RTTIWarren Hunt2014-05-231-0/+447
Enables the emission of MS-compatible RTTI data structures for use with typeid, dynamic_cast and exceptions. Does not implement dynamic_cast or exceptions. As an artiface, typeid works in some cases but proper support an testing will coming in a subsequent patch. majnemer has fuzzed the results. Test cases included. Differential Revision: http://reviews.llvm.org/D3833 llvm-svn: 209523
OpenPOWER on IntegriCloud