clang-1/tools/clang-format-vs/ClangFormat
Hans Wennborg 4ae9fc5880 clang-format vs plugin: set version number from cmake (PR20307)
Previously it was hard-coded to 1.0, which meant the installer would
not install the plugin over previous versions.

This commit makes us use LLVM's major.minor.patch version from cmake,
or whatever CLANG_FORMAT_VS_VERSION is set to when configuring the build.

It's pretty dirty to update a configuration file in the source directory
from the cmake build like this. However, the plugin build is already
dirty in this regard since it builds in the source dir when visual studio,
and then copies out the resulting vsix.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@213584 91177308-0d34-0410-b5e6-96231b3b80d8
2014-07-21 21:48:06 +00:00
..
Properties
Resources Recreated the ClangFormat VSPackage with VS 2010. 2013-11-12 15:02:53 +00:00
ClangFormat.csproj clang-format vs plugin: bake clang-format.exe into the vsix 2013-12-02 17:31:52 +00:00
ClangFormat.vsct Fix key bindings for VS 2010. 2013-11-12 15:25:18 +00:00
ClangFormatPackage.cs ClangFormatPackage.cs: fix inconsistent line endings 2013-12-02 18:57:12 +00:00
GlobalSuppressions.cs
Guids.cs
PkgCmdID.cs
Resources.Designer.cs Upgrade the VS solution to 2012. 2013-11-12 17:01:53 +00:00
Resources.resx
VSPackage.resx