[llvm-bugs] [Bug 52470] New: Add possibility to generate DW_AT_decl_column on some tags
via llvm-bugs
llvm-bugs at lists.llvm.org
Wed Nov 10 09:12:48 PST 2021
https://bugs.llvm.org/show_bug.cgi?id=52470
Bug ID: 52470
Summary: Add possibility to generate DW_AT_decl_column on some
tags
Product: libraries
Version: trunk
Hardware: All
OS: All
Status: NEW
Severity: enhancement
Priority: P
Component: DebugInfo
Assignee: unassignedbugs at nondot.org
Reporter: contact at lsferreira.net
CC: jdevlieghere at apple.com, keith.walker at arm.com,
llvm-bugs at lists.llvm.org,
paul_robinson at playstation.sony.com
The following tags miss column attribute:
- DW_TAG_subprogram
- DW_TAG_imported_module
- DW_TAG_formal_parameter
- DW_TAG_member
- DW_TAG_structure_type
Adding column property to DIBuilder methods is needed in order to provide this
feature to the end-user API.
--
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/20211110/b7eaf9ea/attachment-0001.html>
More information about the llvm-bugs
mailing list