Aaron Ballman
|
9d21454c16
|
Added MSVC natvis visualizers for Type and QualType. These could probably be improved, but anything is better than staring at hex values in the debugger.
llvm-svn: 248808
|
2015-09-29 17:32:36 +00:00 |
Aaron Ballman
|
74b5cdc034
|
Extend the Token visualizer used by MSVC to display the identifier text for tok::identifier tokens.
Patch by Mike Spertus.
llvm-svn: 247442
|
2015-09-11 18:35:18 +00:00 |
Zachary Turner
|
dfa871bdd2
|
Add a Visualizer for VarDecl.
Reviewed by: Aaron Ballman
Differential Revision: http://reviews.llvm.org/D4303
llvm-svn: 211788
|
2014-06-26 16:26:42 +00:00 |
Aaron Ballman
|
83f197b613
|
Since Visual Studio 2012 is the minimum version of MSVC we support, the old-style visualizers are being removed. Adding a Natvis replacement for the debugging visualizers.
llvm-svn: 200032
|
2014-01-24 19:46:45 +00:00 |