aboutsummaryrefslogtreecommitdiff
path: root/tools/clang-format-vs
AgeCommit message (Expand)Author
2018-06-18Update copyright year to 2018.Paul Robinson
2018-02-20clang-format plugin: Add missing semicolon in list of file extensions (PR36383)Hans Wennborg
2017-09-22clang-format plugin: Add missing NL (new line) at EOF (end of file)Hans Wennborg
2017-09-12clang-format-vs: Update the VSIX ID.Hans Wennborg
2017-04-13clang-format-vs licence.txt: drop svn:executableHans Wennborg
2017-04-13Follow-up to r300225: update ClangFormat.csproj tooHans Wennborg
2017-04-13Follow-up to r300225: update ClangFormat.sln to VS2017Hans Wennborg
2017-04-13Warning-free clang-format plugin install for VS 15.0Hans Wennborg
2017-04-13clang-format-vs: Use a separate license.txt copyHans Wennborg
2017-04-05clang-format-vsix: Add "Format on Save" featureAntonio Maiorano
2017-03-31clang-format vs plugin support for Visual Studio 2017Hans Wennborg
2016-12-16clang-format-vsix: add command to format documentAntonio Maiorano
2016-12-16clang-format-vsix: add a date stamp to the VSIX version number to ensure upgr...Antonio Maiorano
2016-12-01Fix VS2015 build of clang-format-vsix by using NuGet to pull in required asse...Hans Wennborg
2016-09-15clang-format VS plugin: upgrade the project files to VS2015Hans Wennborg
2016-02-10clang-format sort include use the source file name to determine theDaniel Jasper
2015-12-08Update clang-format-vs READMEHans Wennborg
2015-10-19Added new options to ClangFormat VSIX package.Marek Kurdej
2015-05-12Fix clang-format build from the solution; the underlying path has changed to ...Manuel Klimek
2015-03-03Migrate clang-format-vs plugin project to VS 2013Hans Wennborg
2014-08-01Update build instructions for the clang-format VS pluginHans Wennborg
2014-08-01clang-format vs plugin: claim support for VS 14 CTP tooHans Wennborg
2014-07-29clang-format vs plugin: include the licenseHans Wennborg
2014-07-21clang-format vs plugin: set version number from cmake (PR20307)Hans Wennborg
2013-12-05clang-format vsix cmake build: use ${LLVM_TOOLS_BINARY_DIR}/${CMAKE_CFG_INTDIR}Hans Wennborg
2013-12-03CMake: enable building the clang-format vs pluginHans Wennborg
2013-12-02ClangFormatPackage.cs: fix inconsistent line endingsHans Wennborg
2013-12-02clang-format vs plugin: use Alp's suggestion for getting the pathHans Wennborg
2013-12-02clang-format vs plugin: bake clang-format.exe into the vsixHans Wennborg
2013-11-25Clang format VS plugin: update build prerequisites in the READMEHans Wennborg
2013-11-22Add txt file extension to VS solution's READMEAlp Toker
2013-11-12Upgrade the VS solution to 2012.Manuel Klimek
2013-11-12Fix key bindings for VS 2010.Manuel Klimek
2013-11-12Recreated the ClangFormat VSPackage with VS 2010.Manuel Klimek
2013-11-12Revert unintentional commit from r194477.Manuel Klimek
2013-11-12git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@194477 91177308-0d34-...Manuel Klimek
2013-09-10Allow _clang-format as alternative to .clang-format config filenameHans Wennborg
2013-09-05Make error text if clang-format is not on the system PATH more helpful,Manuel Klimek
2013-09-04Adds a VSPackage project that builds a VS extension to run clang-format over ...Manuel Klimek