]> granicus.if.org Git - clang/commit
clang-format vs plugin: bake clang-format.exe into the vsix
authorHans Wennborg <hans@hanshq.net>
Mon, 2 Dec 2013 17:31:52 +0000 (17:31 +0000)
committerHans Wennborg <hans@hanshq.net>
Mon, 2 Dec 2013 17:31:52 +0000 (17:31 +0000)
commitf6de081f6b761d4f3b0bf76a5a197186725fa7c9
treee6133cfbdc08fcbc4341ff63e8327fe17ce5ca02
parent8443a448fcfe0e03e237274e222a9fc479b1c1e3
clang-format vs plugin: bake clang-format.exe into the vsix

This makes the clang-format plugin self-contained. Instead of
requiring clang-format.exe to be available on the PATH, this
includes it in the plugin's installer (.vsix file) and runs it
from the install directory.

Differential Revision: http://llvm-reviews.chandlerc.com/D2281

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@196122 91177308-0d34-0410-b5e6-96231b3b80d8
tools/clang-format-vs/ClangFormat/ClangFormat.csproj
tools/clang-format-vs/ClangFormat/ClangFormatPackage.cs
tools/clang-format-vs/README.txt