| commit | 5c2b4ea662e5cd9be6103caad416bcd2dc2039ea | [log] [tgz] |
|---|---|---|
| author | Warren Hunt <whunt@google.com> | Fri May 23 16:07:43 2014 +0000 |
| committer | Warren Hunt <whunt@google.com> | Fri May 23 16:07:43 2014 +0000 |
| tree | f1749bbec709c8db757af1e749b6a0ad8466fe21 | |
| parent | 2be4a2829738b46fd887f911a7ea177baf2092d4 [diff] |
[MS-ABI] Implements MS-compatible RTTI 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