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

Aaron Ballman via cfe-commits cfe-commits at lists.llvm.org
Mon Mar 7 06:21:10 PST 2016


aaron.ballman added inline comments.

================
Comment at: clang.natvis:1-3
@@ -1,4 +1,4 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!--
-Visual Studio 2012 Native Debugging Visualizers for LLVM
+Visual Studio 2015 Native Debugging Visualizers for LLVM
 
----------------
Do you know if these visualizers will work in MSVC 2013 as well, or are you using MSVC 2015-specific features? I ask because 2013 is our base MSVC version currently, so it would be good to know if this will break anyone. If the features work in 2013, we should probably change it from 2012 to 2013 in the comment.


http://reviews.llvm.org/D17908





More information about the cfe-commits mailing list