1. 4a79586 clang-format: Write files atomically by Alp Toker · 11 years ago
  2. 73e9431 clang-format.py: Make formatting unnamed buffers work again (broke in r190691). by Nico Weber · 11 years ago
  3. cf207a6 Changed clang-format-diff.py to output diff by default. Added -i option to apply changes to files instead. by Alexander Kornienko · 11 years ago
  4. f7d9e63 clang-format: Don't exit with failure on empty files. by Daniel Jasper · 11 years ago
  5. 4a966d3 clang-format: Fix clang-format-diff.py according to diff specification. by Daniel Jasper · 11 years ago
  6. c6801d3 Remove unused variable introduced in 191666 by David Blaikie · 11 years ago
  7. f4e12c8 Moving style option formatting to libFormat by Edwin Vane · 11 years ago
  8. 68455be Fix clang-format-diff.py to accept -style again. by Daniel Jasper · 11 years ago
  9. 2e118a0 Simplify clang-format-diff.py using new clang-format options. by Daniel Jasper · 11 years ago
  10. 62df7ef clang-format: Add -assume-filename option for editor integrations. by Daniel Jasper · 11 years ago
  11. 9a7a50e Allow _clang-format as alternative to .clang-format config filename by Hans Wennborg · 11 years ago
  12. 4e65c98 Added WebKit style to the BasedOnStyle handling and to the relevant help messages. by Alexander Kornienko · 11 years ago
  13. 7de13bb Whitespace changes in help messages + updated help output in .rst file. by Alexander Kornienko · 11 years ago
  14. 439fc85 Switch the default mode for clang-format to '-file'. Make 'LLVM' the by Chandler Carruth · 11 years ago
  15. 65e2b74 Simplify git-clang-format by using new -lines option. by Daniel Jasper · 11 years ago
  16. 4626a20 Fix bug in clang-format's vim integration cause by r186789. by Daniel Jasper · 11 years ago
  17. 264947a Install git-clang-format along with clang-format by default. by Daniel Jasper · 11 years ago
  18. 0e295f3 clang-format: Smarter replacement in the vim integration. by Daniel Jasper · 11 years ago
  19. 3727c8f Use -lines option instead of -offset/-length. This fixes problems with files using dos newlines (<CR><LF>). by Alexander Kornienko · 11 years ago
  20. 7248217 Improve clang-format vim integration. by Daniel Jasper · 11 years ago
  21. d95f88a Added -lines X:Y option to specify line range to process. This is a more human-friendly alternative to -offset and -length. by Alexander Kornienko · 11 years ago
  22. d965f95 Update for llvm API change. by Rafael Espindola · 11 years ago
  23. c1baef6 Prevent error message when formatting an empty file. by Daniel Jasper · 11 years ago
  24. aad1422 Fix ranges computed by git clang-format. by Daniel Jasper · 11 years ago
  25. a1753f4 Use lexing mode based on FormatStyle.Standard. by Alexander Kornienko · 11 years ago
  26. b1e25a1 [Driver] Refactor clang driver to use LLVM's Option library by Reid Kleckner · 11 years ago
  27. ac2bfd8 Make it possible to assign clang-format-buffer to a keybinding. by Manuel Klimek · 11 years ago
  28. 57e6847 [clang-format] Don't flash an ugly cmd prompt in Vim on Windows by Reid Kleckner · 11 years ago
  29. 01970ef Fix default value of clang-format-diff's -p option. by Daniel Jasper · 11 years ago
  30. 4507a2c clang-format integration for git. by Daniel Jasper · 11 years ago
  31. 02fb580 Fix off-by-one error in clang-format's emacs integration. by Daniel Jasper · 11 years ago
  32. 33886c7 Fix behavior of clang-format's -cursor flag. by Daniel Jasper · 11 years ago
  33. 6bd3b93 Let clang-format move the cursor appropriately. by Daniel Jasper · 11 years ago
  34. 885f87b Clang-format: allow -style="{yaml/json}" on command line by Alexander Kornienko · 11 years ago
  35. 299cb28 Add basic clang-format integration for sublime text. by Daniel Jasper · 11 years ago
  36. 748d38f Update clang-format emacs integration. by Daniel Jasper · 11 years ago
  37. 46529e5 Reformat clang-format help strings, filter out irrelevant options. by Alexander Kornienko · 11 years ago
  38. dbaa5b0 Updated clang-format help messages for -offset and -length by Alexander Kornienko · 11 years ago
  39. 0ca318b Minor clarifications in help messages and a comment. by Alexander Kornienko · 11 years ago
  40. dd25631 Config file support for clang-format, part 2. by Alexander Kornienko · 11 years ago
  41. 8c39a1d Further fix to clang-format emacs integration. by Daniel Jasper · 11 years ago
  42. 8ee617e Fix clang-format emacs integration in last line. by Daniel Jasper · 11 years ago
  43. fb59486 Added Mozilla style, cleaned get*Style methods. by Alexander Kornienko · 11 years ago
  44. 82e3b47 Basic clang-format integration for BBEdit. by Daniel Jasper · 11 years ago
  45. f1ed9fe Fix scrolling bug in clang-format's emacs integration. by Daniel Jasper · 11 years ago
  46. 4cdc0cd clang-format support for multiple input files. by Alexander Kornienko · 11 years ago
  47. a50b578 Small improvements to clang-format documentation and integration scripts. by Daniel Jasper · 11 years ago
  48. 7a9ed44 Fix clang-format-diff.py script. by Daniel Jasper · 11 years ago
  49. c6d82ca Provide better emacs integration. by Daniel Jasper · 11 years ago
  50. 6391183 Improvements to clang-format integrations. by Daniel Jasper · 11 years ago
  51. b3c8817 Remove outdated part of help message. by Daniel Jasper · 11 years ago
  52. 7c4a9a0 Add clang-format binary to cfe. by Daniel Jasper · 11 years ago