]> granicus.if.org Git - clang/commit
Use VS2015 Project Support for Natvis to eliminate the need to manually install clang...
authorMike Spertus <mike@spertus.com>
Mon, 28 Mar 2016 18:03:37 +0000 (18:03 +0000)
committerMike Spertus <mike@spertus.com>
Mon, 28 Mar 2016 18:03:37 +0000 (18:03 +0000)
commit17a76edf1f85effe15c10493218f3e87815570f1
treed6eef83e554428516c3b2733062a86d828464139
parent492b4fc9d4202fd8c36eebcdfe108fb61daac021
Use VS2015 Project Support for Natvis to eliminate the need to manually install clang native visualizer

This is the clang equivalent to llvm commit 264601. When using Visual Studio 2015, cmake now puts the native visualizers in llvm.sln, so the developer automatically sees custom visualizations.
Much thanks to ariccio who provided extensive help on this change. (manual installation still needed on VS2013).

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@264603 91177308-0d34-0410-b5e6-96231b3b80d8
CMakeLists.txt
utils/ClangVisualizers/CMakeLists.txt [new file with mode: 0644]
utils/ClangVisualizers/clang.natvis [moved from utils/clang.natvis with 97% similarity]
www/hacking.html