[PATCH] MS RTTI Generation

David Majnemer david.majnemer at gmail.com
Tue May 20 10:41:09 PDT 2014


We generate incompatible RTTI with the following:

  struct A {};
  struct B : A {
    virtual void f();
  };
  struct C : virtual B, A {};
  struct D : C {};
  D d;

http://reviews.llvm.org/D3833






More information about the cfe-commits mailing list