1. 89961ad clang-format extension: Widen the supported versions range by Hans Wennborg · 6 years ago
  2. 9f00a64 clang-format vs plugin: Visual Studio 2019 support by Hans Wennborg · 6 years ago
  3. 290ca40 Fix typos throughout the license files that somehow I and my reviewers by Chandler Carruth · 6 years ago
  4. 324f918 Update the file headers across all of the LLVM projects in the monorepo by Chandler Carruth · 6 years ago
  5. 6e829b8 Update some code used in our visual studio plugins to use linux file by Chandler Carruth · 6 years ago
  6. 238fc43 Install new LLVM license structure and new developer policy. by Chandler Carruth · 6 years ago
  7. 261aad8 Update copyright year to 2018. by Paul Robinson · 7 years ago
  8. 0ea4fd9 clang-format plugin: Add missing semicolon in list of file extensions (PR36383) by Hans Wennborg · 7 years ago
  9. f87b529 clang-format plugin: Add missing NL (new line) at EOF (end of file) by Hans Wennborg · 7 years ago
  10. 90a376e clang-format-vs: Update the VSIX ID. by Hans Wennborg · 7 years ago
  11. add1a7f clang-format-vs licence.txt: drop svn:executable by Hans Wennborg · 8 years ago
  12. a60f3e6 Follow-up to r300225: update ClangFormat.csproj too by Hans Wennborg · 8 years ago
  13. bb9e1d4 Follow-up to r300225: update ClangFormat.sln to VS2017 by Hans Wennborg · 8 years ago
  14. 531e299 Warning-free clang-format plugin install for VS 15.0 by Hans Wennborg · 8 years ago
  15. f0d95e3 clang-format-vs: Use a separate license.txt copy by Hans Wennborg · 8 years ago
  16. 6b003c4 clang-format-vsix: Add "Format on Save" feature by Antonio Maiorano · 8 years ago
  17. c18296a clang-format vs plugin support for Visual Studio 2017 by Hans Wennborg · 8 years ago
  18. f6a2fba clang-format-vsix: add command to format document by Antonio Maiorano · 8 years ago
  19. 0ecff4a clang-format-vsix: add a date stamp to the VSIX version number to ensure upgradability by Antonio Maiorano · 8 years ago
  20. e9485e5 Fix VS2015 build of clang-format-vsix by using NuGet to pull in required assemblies by Hans Wennborg · 8 years ago
  21. d238c57 clang-format VS plugin: upgrade the project files to VS2015 by Hans Wennborg · 8 years ago
  22. 54c6c5d clang-format sort include use the source file name to determine the by Daniel Jasper · 9 years ago
  23. eb10281 Update clang-format-vs README by Hans Wennborg · 9 years ago
  24. 15506a2 Added new options to ClangFormat VSIX package. by Marek Kurdej · 9 years ago
  25. 53515ee Fix clang-format build from the solution; the underlying path has changed to include the VS directory structure. by Manuel Klimek · 10 years ago
  26. c38c2df Migrate clang-format-vs plugin project to VS 2013 by Hans Wennborg · 10 years ago
  27. 4ac262e Update build instructions for the clang-format VS plugin by Hans Wennborg · 10 years ago
  28. 2a1a395 clang-format vs plugin: claim support for VS 14 CTP too by Hans Wennborg · 10 years ago
  29. 4653b56 clang-format vs plugin: include the license by Hans Wennborg · 10 years ago
  30. 4ae9fc5 clang-format vs plugin: set version number from cmake (PR20307) by Hans Wennborg · 11 years ago
  31. 355a05c clang-format vsix cmake build: use ${LLVM_TOOLS_BINARY_DIR}/${CMAKE_CFG_INTDIR} by Hans Wennborg · 11 years ago
  32. ea654c3 CMake: enable building the clang-format vs plugin by Hans Wennborg · 11 years ago
  33. c410ddb ClangFormatPackage.cs: fix inconsistent line endings by Hans Wennborg · 11 years ago
  34. f67b9ed clang-format vs plugin: use Alp's suggestion for getting the path by Hans Wennborg · 11 years ago
  35. f6de081 clang-format vs plugin: bake clang-format.exe into the vsix by Hans Wennborg · 11 years ago
  36. 60c254c Clang format VS plugin: update build prerequisites in the README by Hans Wennborg · 11 years ago
  37. 6d7d023 Add txt file extension to VS solution's README by Alp Toker · 11 years ago
  38. 43c2ec5 Upgrade the VS solution to 2012. by Manuel Klimek · 11 years ago
  39. 4fba6ae Fix key bindings for VS 2010. by Manuel Klimek · 11 years ago
  40. 701c45a Recreated the ClangFormat VSPackage with VS 2010. by Manuel Klimek · 11 years ago
  41. 556af5c Revert unintentional commit from r194477. by Manuel Klimek · 11 years ago
  42. 8f2b52b by Manuel Klimek · 11 years ago
  43. 9a7a50e Allow _clang-format as alternative to .clang-format config filename by Hans Wennborg · 11 years ago
  44. 22d58dd Make error text if clang-format is not on the system PATH more helpful, by Manuel Klimek · 11 years ago
  45. 15852fc Adds a VSPackage project that builds a VS extension to run clang-format over a selection / the line at the cursor. by Manuel Klimek · 11 years ago