[Lldb-commits] [PATCH] D83580: [lldb] on s390x fix override issue
Konrad Wilhelm Kleine via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Fri Jul 10 12:11:23 PDT 2020
kwk added a comment.
In D83580#2144871 <https://reviews.llvm.org/D83580#2144871>, @serge-sans-paille wrote:
> Possible followup: shouldn't all the other `Get*` be flagged as `const` too?
Thank you @serge-sans-paille . You're right but I'm unsure if all getters are actually const or not. And I think one needs to figure this out for all overrides as well. And right now I don't want to break another arch ;)
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D83580/new/
https://reviews.llvm.org/D83580
More information about the lldb-commits
mailing list