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 · 10 years ago
  4. 176edba Update aosp/master Clang for rebase to r222490. by Stephen Hines · 10 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. 3c6aea7 clang-format: Cleanup array initializer and dict initializer formatting. by Daniel Jasper · 11 years ago
  9. c968943 clang-format: Fix ObjC literal indentation in Google style. by Daniel Jasper · 11 years ago
  10. a07aa66 clang-format: Improve formatting of ObjC array literals. by Daniel Jasper · 11 years ago
  11. ae76f7f Support formatting of preprocessor branches. by Manuel Klimek · 11 years ago
  12. 01fe9f9 Correctly detect colon in bit fields. Fixes PR17333. by Alexander Kornienko · 11 years ago
  13. 83a7dcd Calculate and store ColumnWidth instead of CodePointCount in FormatTokens. by Alexander Kornienko · 11 years ago
  14. db4813a clang-format: Fix regression introduced by r189337. by Daniel Jasper · 11 years ago
  15. 0b62cc3 Handle zero-width and double-width characters in string literals and comments. by Alexander Kornienko · 11 years ago
  16. 567dcf9 clang-format: Enable formatting of nested blocks. by Daniel Jasper · 11 years ago
  17. 4b762a9 Store first and last newline position in the token text for string literals and comments. by Alexander Kornienko · 11 years ago
  18. dcc0c5b Better support for multiline string literals (including C++11 raw string literals). by Alexander Kornienko · 11 years ago
  19. c41e819 Fixes various problems with accounting for tabs in the original code. by Manuel Klimek · 11 years ago
  20. d3fef0f clang-format: Format segments of builder-type calls one per line. by Daniel Jasper · 11 years ago
  21. d4a03db clang-format: Add column layout formatting for braced lists by Daniel Jasper · 11 years ago
  22. e8b10d3 clang-format: Add two new style options to support WebKit style. by Daniel Jasper · 11 years ago
  23. 561211d clang-format: Improve handling of unterminated string literals. by Daniel Jasper · 11 years ago
  24. c7bd68f Add experimental flag for adaptive parameter bin-packing. by Daniel Jasper · 11 years ago
  25. 2ca3741 Initial support for formatting trailing return types. by Daniel Jasper · 11 years ago
  26. 0de1c4d Fix alignment of closing brace in braced initializers. by Daniel Jasper · 11 years ago
  27. 2a409b6 Reformat clang-format's source files after r185822 and others. by Daniel Jasper · 11 years ago
  28. 0bdc643 Fixed typo: NoneComment -> NonComment, no other changes. by Alexander Kornienko · 11 years ago
  29. 53d4f31 Use LLVM_DELETED_FUNCTION on unimplemented copy constructor and assignment operator. by Craig Topper · 11 years ago
  30. 0e5a888 Fix a comment. by Nico Weber · 11 years ago
  31. 54e6c9d Improved handling of escaped newlines at the token start. by Alexander Kornienko · 11 years ago
  32. 0089510 UTF-8 support for clang-format. by Alexander Kornienko · 11 years ago
  33. 3b71155 Moved FormatToken to a separate header. by Alexander Kornienko · 11 years ago