[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 11:18:44 PDT 2016


Yea, CMake doesn't actually support natvis files. You'd have to actually
patch CMake to make it work.

Can you make the vs2015 and vs2013 paths the same? It will still work for
2015 i think, just that 2015 also supports putting them in the project file
On Sun, Mar 27, 2016 at 10:04 AM Mike Spertus <mike at spertus.com> wrote:

> mspertus added a comment.
>
> Hmmm, I just tried adding ` set_source_files_properties(utils/clang.natvis
> LANGUAGE natvis)` similar to what you suggest in
> http://lists.llvm.org/pipermail/llvm-dev/2016-January/093887.html, but it
> still produces the `None` tag in the `.vcxproj` file. Any suggestion what I
> might be doing wrong?
>
> Thanks,
> Mike
>
>
> http://reviews.llvm.org/D18498
>
>
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20160327/716b65e1/attachment.html>


More information about the cfe-commits mailing list