1. 0089510 UTF-8 support for clang-format. by Alexander Kornienko · 12 years ago
  2. b398701 The second step in the token refactoring. by Manuel Klimek · 12 years ago
  3. dcb3f2a Make UnwrappedLines and AnnotatedToken contain pointers to FormatToken. by Manuel Klimek · 12 years ago
  4. 5ad390d Initial support for designated initializers. by Daniel Jasper · 12 years ago
  5. 431f591 Clean up formatting of function types. by Daniel Jasper · 12 years ago
  6. f2ff812 Formatter/ObjC: In dictionary literals, break after ':', not before it. by Nico Weber · 12 years ago
  7. e573c3f Makes whitespace management more consistent. by Manuel Klimek · 12 years ago
  8. 54b4e44 Cut-off clang-format analysis. by Daniel Jasper · 12 years ago
  9. 089f78d Fix uninitialized value bug found by valgrind. by Daniel Jasper · 12 years ago
  10. 6ea933c Fix bug when formatting overloaded operators. by Daniel Jasper · 12 years ago
  11. 395228f Fix formatting of pointers to members. by Daniel Jasper · 12 years ago
  12. 53e72cd Change indentation when breaking after a type. by Daniel Jasper · 12 years ago
  13. fca24bc Improve clang-format's memoization behavior. by Daniel Jasper · 12 years ago
  14. ac3223e Fix labels with trailing comments and cleanup. by Daniel Jasper · 12 years ago
  15. bf71ba2 Revamp indentation behavior for complex binary expressions. by Daniel Jasper · 12 years ago
  16. 65622aa Revert accidental commit r179015. by Daniel Jasper · 12 years ago
  17. c4ff769 x by Daniel Jasper · 12 years ago
  18. 8ed9f2b Improve formatting of for loops and multi-variable DeclStmts. by Daniel Jasper · 12 years ago
  19. 94b748f Insert extra new line before access specifiers. by Alexander Kornienko · 12 years ago
  20. 923ebef Basic support for formatting asm() statments. by Daniel Jasper · 12 years ago
  21. e74de28 Added AnnotatedToken::isOneOf + a few other refactorings by Alexander Kornienko · 12 years ago
  22. 2484971 Normal indent for last element of builder-type call. by Daniel Jasper · 12 years ago
  23. 3c08a81 Allow breaking between a type and name in variable declarations. by Daniel Jasper · 12 years ago
  24. 9fc56f2 Fix counting of parameters so that r175162 works as expected. by Daniel Jasper · 12 years ago
  25. 6cabab4 Align superclasses for multiple inheritence. by Daniel Jasper · 12 years ago
  26. c2e6d2a Formatter: Detect ObjC message expressions after 'in' in loop by Nico Weber · 12 years ago
  27. 729a743 Fix invalid formatting with spaces before trailing comments. by Daniel Jasper · 12 years ago
  28. 2b4c924 Fix formatting of overloaded operator definitions. by Daniel Jasper · 12 years ago
  29. 051860e Formatter: Detect ObjC array literals. by Nico Weber · 12 years ago
  30. 087387a Fix handling of fake parenthesis during formatting. by Daniel Jasper · 13 years ago
  31. 29f123b Implement a tiny expression parser to improve formatting decisions. by Daniel Jasper · 13 years ago
  32. 8ff690a Optionally derive formatting information from the input file. by Daniel Jasper · 13 years ago
  33. 63d7ced Initial support for formatting ObjC method declarations/calls. by Daniel Jasper · 13 years ago
  34. 0178673 Restructuring of token annotation for formatting. by Daniel Jasper · 13 years ago
  35. 32d28ee Move the token annotator into separate files. by Daniel Jasper · 13 years ago