[PATCH] D135685: [Visualizers] Add natvis visualizers for various internal llvm classes

Trass3r via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Oct 19 14:51:57 PDT 2022


Trass3r 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>
----------------
RKSimon wrote:
> Any chance that we can have ArrayRef and SmallVectorImpl show a more similar representation?
You mean simplifying SmallVector?
Or changing this one?


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