[PATCH] D18498: Auto-install Clang Visual Studio visualizers for VS2015 and up

Zachary Turner via cfe-commits cfe-commits at lists.llvm.org
Sun Mar 27 12:09:10 PDT 2016


If it's not using a natvis tag in the vcxproj (which it isn't since CMake
doesn't support it during generation) then the new natvis project file
support won't work right? In which case the files would need to be copied
into documents\vs2015, otherwise it won't work, unless I'm misunderstanding
something
On Sun, Mar 27, 2016 at 11:54 AM Mike Spertus <mike at spertus.com> wrote:

> mspertus added a comment.
>
> I'm not sure I understand. I'm not installing anything for VS2013. You
> still have to manually copy into `Documents\VS2013`. The purpose of this
> change is to eliminate this manual step for VS2015 by leveraging the new
> Natvis project support. Am I missing something?
>
>
> http://reviews.llvm.org/D18498
>
>
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20160327/577f531b/attachment.html>


More information about the cfe-commits mailing list