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

Mike Spertus via cfe-commits cfe-commits at lists.llvm.org
Sat Mar 5 08:47:26 PST 2016


mspertus created this revision.
mspertus added reviewers: aaron.ballman, zturner.
mspertus added a subscriber: cfe-commits.
Herald added a subscriber: aemerson.

This is the first of a series of patches to add additional Visual Studio native visualizers for subclasses of clang::Type. For example, a SubstTemplateTypeParmType where the template type parameter "T" is replaced by the class "A" will show as follows in the locals window:

  Type (1), SubstTemplateTypeParm (30): {Identifier (("T"))} => Record (25), {Identifier (("A"))} 

Once this is accepted, I will continue to add further clang Type subclasses

http://reviews.llvm.org/D17908

Files:
  clang.natvis

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


More information about the cfe-commits mailing list