Obj-C classes are mangled as C++ structs with the same name (in both the
Itanium and the Microsoft ABIs), but we want to be able to distinguish
them for the purposes of exception handling, so we need to add a
discriminator to the RTTI and the RTTI name.
Details
Details
- Reviewers
- None
Diff Detail
Diff Detail
- Repository
- rC Clang
- Build Status
Buildable 24044 Build 24043: arc lint + arc unit