[clang] [lldb] [lldb] Analyze enum promotion type during parsing (PR #115005)
Pavel Labath via cfe-commits
cfe-commits at lists.llvm.org
Tue Nov 5 07:38:22 PST 2024
labath wrote:
I'm worried about the same thing as Michael. My question is: if the promotion type can be computed from the information in dwarf (can it always?), and clang already has code to compute it (not from DWARF, but from.. clang AST I guess), can we refactor that code somehow so that it is usable from lldb as well?
https://github.com/llvm/llvm-project/pull/115005
More information about the cfe-commits
mailing list