[Lldb-commits] [PATCH] D150228: [lldb][NFCI] Replace dw_form_t with llvm::dwarf::Form
Felipe de Azevedo Piovezan via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Wed May 10 05:08:48 PDT 2023
fdeazeve accepted this revision.
fdeazeve added a comment.
LGTM! I like how the static_cast now is explicit about the fact that some truncation is going on from the ULEB reading.
Do you have plans to do something similar for the attribute typedef?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D150228/new/
https://reviews.llvm.org/D150228
More information about the lldb-commits
mailing list