[PATCH] D17908: Add Visual Studio Visualizers for more Clang types

Mike Spertus via cfe-commits cfe-commits at lists.llvm.org
Mon Mar 7 20:38:08 PST 2016


mspertus updated this revision to Diff 50022.
mspertus added a comment.

Based on Eric Feiveson's comment that I can suppress the numeric value of an enum visualization with ", en" I have uploaded a new diff. By suppressing the numeric values, instead of the verbose TemplateArgumentLoc visualization (much of which probably won't fit in the window)

  Type (0x00000001), SubstTemplateTypeParm (0x0000001e): {Identifier (("T"))} => Record (0x00000019), {Identifier (("A"))}

I get the much more readable

  Type template parameter: SubstTemplateTypeParm: {Identifier (("T"))} => Record, {Identifier (("A"))}


http://reviews.llvm.org/D17908

Files:
  clang.natvis

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D17908.50022.patch
Type: text/x-patch
Size: 6436 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20160308/fe57ea6e/attachment.bin>


More information about the cfe-commits mailing list