[PATCH] Add some natvis visualizers for llvm::Value, llvm::Type, and llvm::Instruction
Aaron Ballman
aaron.ballman at gmail.com
Fri Jun 27 05:20:20 PDT 2014
On Thu, Jun 26, 2014 at 5:17 PM, Zachary Turner <zturner at google.com> wrote:
> Yea, I'm not sure. I agree it's annoying, but if you only add SubclassID
> and then let the rest still be visible through Raw View, it's kind of
> awkward expanding the node and not seeing anything. Someone not familliar
> with the natvis stuff woudl think there's something wrong. I was trying to
> do something like adding a row called SubclassID with the cast value, and
> then using an <ExpandedItem> to display "this" without the visualizer
> applied, but I couldn't get that to work. Do you know how?
I couldn't find a way to make it work either, so I'd say LGTM.
Thank you for working on the visualizers!
~Aaron
More information about the llvm-commits
mailing list