[Lldb-commits] [PATCH] D82772: [lldb] Fix type conversion in the Scalar getters
Pavel Labath via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Tue Jun 30 01:02:45 PDT 2020
labath added a comment.
Another possibility would be to rename `[US]LongLong` to something like `Get[SZ]ExtInteger` (similar to `APInt::get[SZ]ExtValue`) to make it clear what it does, and ditch the other getter functions. I've mean meaning to move this class away from using host types at some point (it's not appropriate or useful for most of our uses), but I've thought it would be good to clean it up first. Now I think it may be better to do it the other way around....
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D82772/new/
https://reviews.llvm.org/D82772
More information about the lldb-commits
mailing list