[Lldb-commits] [lldb] [lldb] [disassembler] chore: enhance VariableAnnotator to return structured data: introduce VariableAnnotator::AnnotateStructured method (PR #169408)
via lldb-commits
lldb-commits at lists.llvm.org
Wed Nov 26 14:56:34 PST 2025
n2h9 wrote:
Also were updated since last review (while doing `auto` replacement):
- add `const` statement for local variables where they are supposed to be read only;
- add `move` statement where `push_back` `annotation_entity` to `annotations` vector.
https://github.com/llvm/llvm-project/pull/169408
More information about the lldb-commits
mailing list