[PATCH] D135685: [Visualizers] Add natvis visualizers for various internal llvm classes
Simon Pilgrim via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Oct 19 00:38:12 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>
----------------
Any chance that we can have ArrayRef and SmallVectorImpl show a more similar representation?
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