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