https://llvm.org/bugs/show_bug.cgi?id=30224

            Bug ID: 30224
           Summary: [codeview] Clang should emit an artifical vbptr member
                    similar to the existing _vptr member for vfptrs
           Product: libraries
           Version: trunk
          Hardware: PC
                OS: Windows NT
            Status: NEW
          Severity: normal
          Priority: P
         Component: DebugInfo
          Assignee: [email protected]
          Reporter: [email protected]
                CC: [email protected]
    Classification: Unclassified

The goal is to get correct VBPtrOffset values in the VirtualBaseClass type
records. My understanding is that all virtual bases should appear in the same
primary vbtable of the most derived class, so these offsets should all be the
same. That's why it makes sense to me to encode this as an artificial member,
instead of trying to augment DW_TAG_inheritance with an extra integer.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
llvm-bugs mailing list
[email protected]
http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to