Under the Microsoft ABI, it is possible for an object not to have
a virtual table pointer of its own if all of its virtual functions
were introduced by virtual bases. In that case, we need to load the
vtable pointer from one of the virtual bases and perform the type
check using its type.
Details
Details
Diff Detail
Diff Detail
- Build Status
Buildable 12925 Build 12925: arc lint + arc unit