Fix a bug which triggered the assertion I added yesterday. Basically, when we...
Fix a bug which triggered the assertion I added yesterday. Basically, when we initialize the vtable pointer for a virtual base, and there was another path from the most derived class to another base with the same class type, we would use the wrong base. llvm-svn: 101911
Loading
Please register or sign in to comment