]> granicus.if.org Git - clang/commit
Warning-free clang-format plugin install for VS 15.0
authorHans Wennborg <hans@hanshq.net>
Thu, 13 Apr 2017 17:42:45 +0000 (17:42 +0000)
committerHans Wennborg <hans@hanshq.net>
Thu, 13 Apr 2017 17:42:45 +0000 (17:42 +0000)
commit531e2994c649b352f9c6c53f88be7cb4c20aa254
tree93e1803660cb5f72263b74c4e805bbecb4e4153e
parentf0d95e3b9dbe276e147bddfb9df6f3b4256e3858
Warning-free clang-format plugin install for VS 15.0

With the new release of VS, it's required that all plugins migrate to
the new VSIX manifest format. The new format is backwards compatible
with all versions newer that Visual Studio 2012, so this migration
effectively drops support for older versions of the IDE.

It's also required that these new extensions are built with Visual
Studio 2017, so unfortunately it was necessary to migrate the project
and solution. Also removed COM references to EnvDTE and
Microsoft.VisualStudio.TextManager.Interop from the csproj, as they seem
to both be unnecessary and would trigger build warnings because of
changes to GAC.

Patch by Hugo Puhlmann!

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

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