]> granicus.if.org Git - clang/commit
clang-format vs plugin support for Visual Studio 2017
authorHans Wennborg <hans@hanshq.net>
Fri, 31 Mar 2017 12:50:42 +0000 (12:50 +0000)
committerHans Wennborg <hans@hanshq.net>
Fri, 31 Mar 2017 12:50:42 +0000 (12:50 +0000)
commitc18296a66d6957750027016f5dfb126f7b5e4379
tree03791e8e9b2d75a80b0ab3fab888da657b036ba4
parent39309450ec530e37a96cf986e8cba20e5284e1de
clang-format vs plugin support for Visual Studio 2017

With the release of Visual Studio 2017, we need to at the very least
claim support for it in the current manifest file. With the changes
introducted in this patch we can install the extension again, but a
warning message will be shown stating that it's not supported
(https://twitter.com/parsley72/status/846558416751411200).

To get the rid of the warning more work is necessary, as VS 2017 changed
some things about extensions, see more here:
https://docs.microsoft.com/en-us/visualstudio/extensibility/how-to-migrate-extensibility-projects-to-visual-studio-2017.
While working on those changes, it has been suggested in the
mail list that this first patch is integrated in the meantime.

Patch by Hugo Puhlmann!

Differential Revision: https://reviews.llvm.org/D31522

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@299210 91177308-0d34-0410-b5e6-96231b3b80d8
tools/clang-format-vs/source.extension.vsixmanifest.in