1. a080a18 Fixes use of unescaped newlines when formatting preprocessor directives. by Manuel Klimek · 12 years ago
  2. ef5b9c3 Correctly format pointers and references in casts. by Daniel Jasper · 12 years ago
  3. 1f0754b Understand unary operators after "return" and "case". by Daniel Jasper · 12 years ago
  4. 9a64fb5 Prefer splitting after "template <...>" and fix indentation. by Daniel Jasper · 12 years ago
  5. 723f030 Prefer to break after operators over breaking after "(". by Daniel Jasper · 12 years ago
  6. 5d33440 Understand * and & in ternary expressions. by Daniel Jasper · 12 years ago
  7. 4dc41de Don't break after pointer or reference specifier. by Daniel Jasper · 12 years ago
  8. 1f94f2b Formatter: parse and format inline namespaces like regular namespaces by Dmitri Gribenko · 12 years ago
  9. a4974cf Penalize tokens with a lower parenthesis level than the start of the line. by Daniel Jasper · 12 years ago
  10. cf225b6 Align RHS after assignments and return statements. by Daniel Jasper · 12 years ago
  11. f6aef6a Fix formatting over overloaded operators. by Daniel Jasper · 12 years ago
  12. e2c7acf Take operator precedence into account when splitting lines. by Daniel Jasper · 12 years ago
  13. 00d5a04 libFormat: Teach the *& usage heuristic that "return" starts a rhs too. by Nico Weber · 12 years ago
  14. 9b3f02c Adding to FormatTest.cpp test for a very long ObjC method by Fariborz Jahanian · 12 years ago
  15. b23ae0c format: Handle #import as include directive too. by Nico Weber · 12 years ago
  16. cd1a32b clang-format: No spaces around directory specifiers by Daniel Jasper · 12 years ago
  17. a324a0e Basic support for formatting for-loops. by Daniel Jasper · 12 years ago
  18. 98e6b4a Formatting fixes for PR14680 by Daniel Jasper · 12 years ago
  19. 154120c Add objective-C style formatting to clang format and by Fariborz Jahanian · 12 years ago
  20. 1321eb5 Better support for constructor initializers. by Daniel Jasper · 12 years ago
  21. e35ec2b Make the format scrambler understand line comments. by Daniel Jasper · 12 years ago
  22. 9a0b494 Add basic support for splitting before function calls if it can't be avoided. by Daniel Jasper · 12 years ago
  23. 05b1ac8 Fix several formatting problems. by Daniel Jasper · 12 years ago
  24. 8b39c66 Addi formatting tests for pointer template parameters. by Daniel Jasper · 12 years ago
  25. 56e49c5 Clang-format: error recovery for access specifiers by Alexander Kornienko · 12 years ago
  26. c74e279 Small tweaks to clang-format. by Daniel Jasper · 12 years ago
  27. 1575731 Clang-format: IndentCaseLabels option, proper namespace handling by Alexander Kornienko · 12 years ago
  28. a3a2b3a Clang-format: detect unbalanced braces. by Alexander Kornienko · 12 years ago
  29. d56a737 Improve clang-format's handling of unary operators. by Daniel Jasper · 12 years ago
  30. 3b5943f "<<" alignment for clang-format. by Daniel Jasper · 12 years ago
  31. 2e97cfc Clang-format: parse for and while loops by Alexander Kornienko · 12 years ago
  32. 33182dd Indentation fixes for clang-format. by Daniel Jasper · 12 years ago
  33. 112fb27 Small tweaks to automatic formatting. by Daniel Jasper · 12 years ago
  34. cff563c Error recovery part 2 by Alexander Kornienko · 12 years ago
  35. 393b008 Clang-format error recovery part 1 by Alexander Kornienko · 12 years ago
  36. a166e73 Enum formatting implementation by Alexander Kornienko · 12 years ago
  37. 8822d3a Small fixes to unary operator recognition and handling of include directives. by Daniel Jasper · 12 years ago
  38. a88bb45 Replace workarounds with correct fixes. by Daniel Jasper · 12 years ago
  39. 1050e8b Sort the #include lines for unittests/... by Chandler Carruth · 12 years ago
  40. bac016b Initial version of formatting library. by Daniel Jasper · 12 years ago