]> granicus.if.org Git - clang/commit
Fix VS2015 build of clang-format-vsix by using NuGet to pull in required assemblies
authorHans Wennborg <hans@hanshq.net>
Thu, 1 Dec 2016 18:05:41 +0000 (18:05 +0000)
committerHans Wennborg <hans@hanshq.net>
Thu, 1 Dec 2016 18:05:41 +0000 (18:05 +0000)
commite9485e57f9e9fd6e7ba06a303846d68a43ab761d
tree3cde8fa634096f2413e1aa5b36c7253848f5c54f
parent2f42451024d418bb049e96de5579568ddc091975
Fix VS2015 build of clang-format-vsix by using NuGet to pull in required assemblies

Also added a gitignore to help track the right items to commit.

Patch by Antonio Maiorano <amaiorano@gmail.com>!

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@288393 91177308-0d34-0410-b5e6-96231b3b80d8
tools/clang-format-vs/.gitignore [new file with mode: 0644]
tools/clang-format-vs/CMakeLists.txt
tools/clang-format-vs/ClangFormat/ClangFormat.csproj
tools/clang-format-vs/ClangFormat/packages.config [new file with mode: 0644]
tools/clang-format-vs/README.txt