1. 3ea9e33 Update aosp/master clang for rebase to r233350 by Pirama Arumuga Nainar · 9 years ago
  2. 0e2c34f Update aosp/master clang for rebase to r230699. by Stephen Hines · 10 years ago
  3. 176edba Update aosp/master Clang for rebase to r222490. by Stephen Hines · 10 years ago
  4. c568f1e Update Clang for rebase to r212749. by Stephen Hines · 10 years ago
  5. 6bcf27b Update Clang for 3.5 rebase (r209713). by Stephen Hines · 10 years ago
  6. 651f13c Updated to Clang 3.5a. by Stephen Hines · 10 years ago
  7. dbfb5f3 clang-format: Improve formatting of constructor initializers. by Daniel Jasper · 11 years ago
  8. 852bce4 clang-format: Properly reset nested AnnotatedLine structure. by Daniel Jasper · 11 years ago
  9. d186f0b Fixes PR17617: Crash on joining short if statements. by Manuel Klimek · 11 years ago
  10. ebaa171 clang-format: Don't accidentally move tokens into preprocessor directive. by Daniel Jasper · 11 years ago
  11. b77d741 clang-format: Fix comment formatting bugs in nested blocks. by Daniel Jasper · 11 years ago
  12. 1a925bc Address post-commit review comments from r190038. by Daniel Jasper · 11 years ago
  13. 567dcf9 clang-format: Enable formatting of nested blocks. by Daniel Jasper · 11 years ago
  14. d489f8c clang-format: Revamp builder-type call formatting. by Daniel Jasper · 11 years ago
  15. 0089510 UTF-8 support for clang-format. by Alexander Kornienko · 11 years ago
  16. b398701 The second step in the token refactoring. by Manuel Klimek · 11 years ago
  17. dcb3f2a Make UnwrappedLines and AnnotatedToken contain pointers to FormatToken. by Manuel Klimek · 11 years ago
  18. 5ad390d Initial support for designated initializers. by Daniel Jasper · 11 years ago
  19. 431f591 Clean up formatting of function types. by Daniel Jasper · 11 years ago
  20. f2ff812 Formatter/ObjC: In dictionary literals, break after ':', not before it. by Nico Weber · 11 years ago
  21. e573c3f Makes whitespace management more consistent. by Manuel Klimek · 11 years ago
  22. 54b4e44 Cut-off clang-format analysis. by Daniel Jasper · 11 years ago
  23. 089f78d Fix uninitialized value bug found by valgrind. by Daniel Jasper · 11 years ago
  24. 6ea933c Fix bug when formatting overloaded operators. by Daniel Jasper · 11 years ago
  25. 395228f Fix formatting of pointers to members. by Daniel Jasper · 11 years ago
  26. 53e72cd Change indentation when breaking after a type. by Daniel Jasper · 11 years ago
  27. fca24bc Improve clang-format's memoization behavior. by Daniel Jasper · 11 years ago
  28. ac3223e Fix labels with trailing comments and cleanup. by Daniel Jasper · 11 years ago
  29. bf71ba2 Revamp indentation behavior for complex binary expressions. by Daniel Jasper · 11 years ago
  30. 65622aa Revert accidental commit r179015. by Daniel Jasper · 11 years ago
  31. c4ff769 x by Daniel Jasper · 11 years ago
  32. 8ed9f2b Improve formatting of for loops and multi-variable DeclStmts. by Daniel Jasper · 11 years ago
  33. 94b748f Insert extra new line before access specifiers. by Alexander Kornienko · 11 years ago
  34. 923ebef Basic support for formatting asm() statments. by Daniel Jasper · 12 years ago
  35. e74de28 Added AnnotatedToken::isOneOf + a few other refactorings by Alexander Kornienko · 12 years ago
  36. 2484971 Normal indent for last element of builder-type call. by Daniel Jasper · 12 years ago
  37. 3c08a81 Allow breaking between a type and name in variable declarations. by Daniel Jasper · 12 years ago
  38. 9fc56f2 Fix counting of parameters so that r175162 works as expected. by Daniel Jasper · 12 years ago
  39. 6cabab4 Align superclasses for multiple inheritence. by Daniel Jasper · 12 years ago
  40. c2e6d2a Formatter: Detect ObjC message expressions after 'in' in loop by Nico Weber · 12 years ago
  41. 729a743 Fix invalid formatting with spaces before trailing comments. by Daniel Jasper · 12 years ago
  42. 2b4c924 Fix formatting of overloaded operator definitions. by Daniel Jasper · 12 years ago
  43. 051860e Formatter: Detect ObjC array literals. by Nico Weber · 12 years ago
  44. 087387a Fix handling of fake parenthesis during formatting. by Daniel Jasper · 12 years ago
  45. 29f123b Implement a tiny expression parser to improve formatting decisions. by Daniel Jasper · 12 years ago
  46. 8ff690a Optionally derive formatting information from the input file. by Daniel Jasper · 12 years ago
  47. 63d7ced Initial support for formatting ObjC method declarations/calls. by Daniel Jasper · 12 years ago
  48. 0178673 Restructuring of token annotation for formatting. by Daniel Jasper · 12 years ago
  49. 32d28ee Move the token annotator into separate files. by Daniel Jasper · 12 years ago