[PATCH] D18261: Show members of DeclContexts (i.e., class members) in Visual Studio native visualizers

Aaron Ballman via cfe-commits cfe-commits at lists.llvm.org
Fri Mar 18 06:14:12 PDT 2016


aaron.ballman added a comment.

Mostly LGTM with one question about a comment.


================
Comment at: clang.natvis:77
@@ +76,3 @@
+  
+  <!-- Unfortunately, Visual Studio has trouble seeing the PointerBitMask member PointerIntUnion, so I hardwire it to 2 bits-->
+  <Type Name="clang::DeclContext">
----------------
The only hard-wiring I see uses 3 bits, so is this comment still accurate?


http://reviews.llvm.org/D18261





More information about the cfe-commits mailing list