summaryrefslogtreecommitdiff
path: root/tools/clang-format-vs
Commit message (Expand)AuthorAgeFilesLines
* clang-format extension: Widen the supported versions rangeHans Wennborg2019-06-131-1/+1
* clang-format vs plugin: Visual Studio 2019 supportHans Wennborg2019-04-151-1/+1
* Fix typos throughout the license files that somehow I and my reviewersChandler Carruth2019-01-211-1/+1
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Update some code used in our visual studio plugins to use linux fileChandler Carruth2019-01-193-458/+458
* Install new LLVM license structure and new developer policy.Chandler Carruth2019-01-191-16/+238
* Update copyright year to 2018.Paul Robinson2018-06-181-1/+1
* clang-format plugin: Add missing semicolon in list of file extensions (PR36383)Hans Wennborg2018-02-201-1/+1
* clang-format plugin: Add missing NL (new line) at EOF (end of file)Hans Wennborg2017-09-221-0/+6
* clang-format-vs: Update the VSIX ID.Hans Wennborg2017-09-121-1/+1
* clang-format-vs licence.txt: drop svn:executableHans Wennborg2017-04-131-0/+0
* Follow-up to r300225: update ClangFormat.csproj tooHans Wennborg2017-04-131-1/+1
* Follow-up to r300225: update ClangFormat.sln to VS2017Hans Wennborg2017-04-131-2/+2
* Warning-free clang-format plugin install for VS 15.0Hans Wennborg2017-04-133-81/+24
* clang-format-vs: Use a separate license.txt copyHans Wennborg2017-04-133-7/+40
* clang-format-vsix: Add "Format on Save" featureAntonio Maiorano2017-04-054-90/+279
* clang-format vs plugin support for Visual Studio 2017Hans Wennborg2017-03-311-0/+3
* clang-format-vsix: add command to format documentAntonio Maiorano2016-12-165-19/+119
* clang-format-vsix: add a date stamp to the VSIX version number to ensure upgr...Antonio Maiorano2016-12-161-1/+4
* Fix VS2015 build of clang-format-vsix by using NuGet to pull in required asse...Hans Wennborg2016-12-015-24/+138
* clang-format VS plugin: upgrade the project files to VS2015Hans Wennborg2016-09-153-4/+6
* clang-format sort include use the source file name to determine theDaniel Jasper2016-02-101-2/+15
* Update clang-format-vs READMEHans Wennborg2015-12-081-3/+4
* Added new options to ClangFormat VSIX package.Marek Kurdej2015-10-192-7/+142
* Fix clang-format build from the solution; the underlying path has changed to ...Manuel Klimek2015-05-121-2/+2
* Migrate clang-format-vs plugin project to VS 2013Hans Wennborg2015-03-032-6/+3
* Update build instructions for the clang-format VS pluginHans Wennborg2014-08-011-4/+7
* clang-format vs plugin: claim support for VS 14 CTP tooHans Wennborg2014-08-011-0/+3
* clang-format vs plugin: include the licenseHans Wennborg2014-07-293-2/+12
* clang-format vs plugin: set version number from cmake (PR20307)Hans Wennborg2014-07-212-4/+11
* clang-format vsix cmake build: use ${LLVM_TOOLS_BINARY_DIR}/${CMAKE_CFG_INTDIR}Hans Wennborg2013-12-051-2/+2
* CMake: enable building the clang-format vs pluginHans Wennborg2013-12-032-0/+19
* ClangFormatPackage.cs: fix inconsistent line endingsHans Wennborg2013-12-021-1/+1
* clang-format vs plugin: use Alp's suggestion for getting the pathHans Wennborg2013-12-021-2/+2
* clang-format vs plugin: bake clang-format.exe into the vsixHans Wennborg2013-12-023-1/+11
* Clang format VS plugin: update build prerequisites in the READMEHans Wennborg2013-11-251-1/+2
* Add txt file extension to VS solution's READMEAlp Toker2013-11-221-2/+2
* Upgrade the VS solution to 2012.Manuel Klimek2013-11-123-6/+54
* Fix key bindings for VS 2010.Manuel Klimek2013-11-121-4/+5
* Recreated the ClangFormat VSPackage with VS 2010.Manuel Klimek2013-11-127-45/+46
* Revert unintentional commit from r194477.Manuel Klimek2013-11-125-53/+67
* git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@194477 91177308-0d34-...Manuel Klimek2013-11-125-67/+53
* Allow _clang-format as alternative to .clang-format config filenameHans Wennborg2013-09-101-3/+4
* Make error text if clang-format is not on the system PATH more helpful,Manuel Klimek2013-09-051-1/+10
* Adds a VSPackage project that builds a VS extension to run clang-format over ...Manuel Klimek2013-09-0415-0/+959