summaryrefslogtreecommitdiffstats
path: root/clang
diff options
context:
space:
mode:
authorHans Wennborg <hans@hanshq.net>2017-03-31 12:50:42 +0000
committerHans Wennborg <hans@hanshq.net>2017-03-31 12:50:42 +0000
commit9d7df75c9c9dd91b801cd152f837e8cfb529cb2b (patch)
tree4c47ec7d0af309c9765ff4eef441d911567d6eae /clang
parent46cc7df98a4dbc84fb2fceff5e590e1ab5a9d11b (diff)
downloadbcm5719-llvm-9d7df75c9c9dd91b801cd152f837e8cfb529cb2b.tar.gz
bcm5719-llvm-9d7df75c9c9dd91b801cd152f837e8cfb529cb2b.zip
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 llvm-svn: 299210
Diffstat (limited to 'clang')
-rw-r--r--clang/tools/clang-format-vs/source.extension.vsixmanifest.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/clang/tools/clang-format-vs/source.extension.vsixmanifest.in b/clang/tools/clang-format-vs/source.extension.vsixmanifest.in
index 496fa40063b..55440e1426b 100644
--- a/clang/tools/clang-format-vs/source.extension.vsixmanifest.in
+++ b/clang/tools/clang-format-vs/source.extension.vsixmanifest.in
@@ -22,6 +22,9 @@
<VisualStudio Version="14.0">
<Edition>Pro</Edition>
</VisualStudio>
+ <VisualStudio Version="15.0">
+ <Edition>Pro</Edition>
+ </VisualStudio>
</SupportedProducts>
<SupportedFrameworkRuntimeEdition MinVersion="4.0" MaxVersion="4.0" />
</Identifier>
OpenPOWER on IntegriCloud