[PATCH] D135685: [Visualizers] Add natvis visualizers for various internal llvm classes
Simon Pilgrim via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Oct 20 07:39:13 PDT 2022
RKSimon added inline comments.
================
Comment at: llvm/utils/LLVMVisualizers/llvm.natvis:41
+ <DisplayString Condition="Length < 4">{Data,[Length]}</DisplayString>
+ <DisplayString Condition="Length > 3">{Length} elements</DisplayString>
<Expand>
----------------
Trass3r wrote:
> RKSimon wrote:
> > Any chance that we can have ArrayRef and SmallVectorImpl show a more similar representation?
> You mean simplifying SmallVector?
> Or changing this one?
Whichever is easier would be fine
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D135685/new/
https://reviews.llvm.org/D135685
More information about the llvm-commits
mailing list