[llvm-bugs] [Bug 28281] New: [codeview] Clang needs to emit DW_TAG_inheritance nodes for all indirect virtual bases
via llvm-bugs
llvm-bugs at lists.llvm.org
Thu Jun 23 15:42:07 PDT 2016
https://llvm.org/bugs/show_bug.cgi?id=28281
Bug ID: 28281
Summary: [codeview] Clang needs to emit DW_TAG_inheritance
nodes for all indirect virtual bases
Product: clang
Version: unspecified
Hardware: PC
OS: Windows NT
Status: NEW
Severity: normal
Priority: P
Component: LLVM Codegen
Assignee: unassignedclangbugs at nondot.org
Reporter: rnk at google.com
CC: llvm-bugs at lists.llvm.org
Blocks: 28154
Classification: Unclassified
We need them because MSVC lists all morally virtual bases of a class in its
field list record. We can't walk the inheritance hierarchy of our direct bases
to find them because our direct bases might be forward declarations.
--
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20160623/d00b502c/attachment.html>
More information about the llvm-bugs
mailing list