[Lldb-commits] [PATCH] D113634: [lldb] Add support for DW_TAG_immutable_type
Luís Ferreira via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Thu Nov 11 06:20:49 PST 2021
ljmf00 added a comment.
In D113634#3124042 <https://reviews.llvm.org/D113634#3124042>, @teemperor wrote:
> Are the DWARFASTParserClang changes meant as a step towards making it parse D?
Yes, not only D but any language that currently falls here (https://github.com/llvm/llvm-project/blob/main/lldb/source/Plugins/TypeSystem/Clang/TypeSystemClang.cpp#L106-L112). AFAIK, rust have immutable variables too. Since I'm working on a DWARFFASTParser for D this won't affect it in the future, but for languages like Rust that uses the Python API and rely on Clang DWARFParser, this could be beneficial.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D113634/new/
https://reviews.llvm.org/D113634
More information about the lldb-commits
mailing list