aboutsummaryrefslogtreecommitdiff
path: root/clang/tools/clang-format-vs
AgeCommit message (Expand)AuthorFilesLines
2019-11-27clang-format-vs : Fix Unicode formattingHans Wennborg1-11/+20
2019-11-26clang-format-vs : Fix typo NUGET_EXE_DIR on READMEHans Wennborg1-2/+2
2019-06-13clang-format extension: Widen the supported versions rangeHans Wennborg1-1/+1
2019-04-15clang-format vs plugin: Visual Studio 2019 supportHans Wennborg1-1/+1
2019-01-21Fix typos throughout the license files that somehow I and my reviewersChandler Carruth1-1/+1
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth1-4/+3
2019-01-19Update some code used in our visual studio plugins to use linux fileChandler Carruth3-458/+458
2019-01-19Install new LLVM license structure and new developer policy.Chandler Carruth1-16/+238
2018-06-18Update copyright year to 2018.Paul Robinson1-1/+1
2018-02-20clang-format plugin: Add missing semicolon in list of file extensions (PR36383)Hans Wennborg1-1/+1
2017-09-22clang-format plugin: Add missing NL (new line) at EOF (end of file)Hans Wennborg1-0/+6
2017-09-12clang-format-vs: Update the VSIX ID.Hans Wennborg1-1/+1
2017-04-13clang-format-vs licence.txt: drop svn:executableHans Wennborg1-0/+0
2017-04-13Follow-up to r300225: update ClangFormat.csproj tooHans Wennborg1-1/+1
2017-04-13Follow-up to r300225: update ClangFormat.sln to VS2017Hans Wennborg1-2/+2
2017-04-13Warning-free clang-format plugin install for VS 15.0Hans Wennborg3-81/+24
2017-04-13clang-format-vs: Use a separate license.txt copyHans Wennborg3-7/+40
2017-04-05clang-format-vsix: Add "Format on Save" featureAntonio Maiorano4-90/+279
2017-03-31clang-format vs plugin support for Visual Studio 2017Hans Wennborg1-0/+3
2016-12-16clang-format-vsix: add command to format documentAntonio Maiorano5-19/+119
2016-12-16clang-format-vsix: add a date stamp to the VSIX version number to ensure upgr...Antonio Maiorano1-1/+4
2016-12-01Fix VS2015 build of clang-format-vsix by using NuGet to pull in required asse...Hans Wennborg5-24/+138
2016-09-15clang-format VS plugin: upgrade the project files to VS2015Hans Wennborg3-4/+6
2016-02-10clang-format sort include use the source file name to determine theDaniel Jasper1-2/+15
2015-12-08Update clang-format-vs READMEHans Wennborg1-3/+4
2015-10-19Added new options to ClangFormat VSIX package.Marek Kurdej2-7/+142
2015-05-12Fix clang-format build from the solution; the underlying path has changed to ...Manuel Klimek1-2/+2
2015-03-03Migrate clang-format-vs plugin project to VS 2013Hans Wennborg2-6/+3
2014-08-01Update build instructions for the clang-format VS pluginHans Wennborg1-4/+7
2014-08-01clang-format vs plugin: claim support for VS 14 CTP tooHans Wennborg1-0/+3
2014-07-29clang-format vs plugin: include the licenseHans Wennborg3-2/+12
2014-07-21clang-format vs plugin: set version number from cmake (PR20307)Hans Wennborg2-4/+11
2013-12-05clang-format vsix cmake build: use ${LLVM_TOOLS_BINARY_DIR}/${CMAKE_CFG_INTDIR}Hans Wennborg1-2/+2
2013-12-03CMake: enable building the clang-format vs pluginHans Wennborg2-0/+19
2013-12-02ClangFormatPackage.cs: fix inconsistent line endingsHans Wennborg1-1/+1
2013-12-02clang-format vs plugin: use Alp's suggestion for getting the pathHans Wennborg1-2/+2
2013-12-02clang-format vs plugin: bake clang-format.exe into the vsixHans Wennborg3-1/+11
2013-11-25Clang format VS plugin: update build prerequisites in the READMEHans Wennborg1-1/+2
2013-11-22Add txt file extension to VS solution's READMEAlp Toker1-2/+2
2013-11-12Upgrade the VS solution to 2012.Manuel Klimek3-6/+54
2013-11-12Fix key bindings for VS 2010.Manuel Klimek1-4/+5
2013-11-12Recreated the ClangFormat VSPackage with VS 2010.Manuel Klimek7-45/+46
2013-11-12Revert unintentional commit from r194477.Manuel Klimek5-53/+67
2013-11-12(no commit message)Manuel Klimek5-67/+53
2013-09-10Allow _clang-format as alternative to .clang-format config filenameHans Wennborg1-3/+4
2013-09-05Make error text if clang-format is not on the system PATH more helpful,Manuel Klimek1-1/+10
2013-09-04Adds a VSPackage project that builds a VS extension to run clang-format over ...Manuel Klimek15-0/+959