1. 133aa20 [clang-format] Use in-class initializers to simplify constructor. by Benjamin Kramer · 10 years ago
  2. 8ad86fc [clang-format] Reorder and pack ParenState members to minimize padding by Benjamin Kramer · 10 years ago
  3. c83d769 clang-format: [JS] Hotfix for runtime issue with deeply nested JS code. by Daniel Jasper · 10 years ago
  4. 11a0ac6 clang-format: Revamp nested block formatting. by Daniel Jasper · 11 years ago
  5. 4b44449 clang-format: Use nested block special case for all languages. by Daniel Jasper · 11 years ago
  6. d0ec0d6 clang-format: Use identifier table for keywords in other languages. by Daniel Jasper · 11 years ago
  7. 2f5db8b Header guard canonicalization, clang part. by Benjamin Kramer · 11 years ago
  8. 114a2bc clang-format: Refactor indentation behavior for multiple nested blocks. by Daniel Jasper · 11 years ago
  9. 60553be clang-format: Split up moveStateToNextToken. by Daniel Jasper · 11 years ago
  10. b16b969 clang-format: [JS] Support different function literal style. by Daniel Jasper · 11 years ago
  11. 05cd586 clang-format: Cleanup redundant calculation of ParenLevel. by Daniel Jasper · 11 years ago
  12. c0d606a clang-format: Don't allow hanging indentation for operators on new lines by Daniel Jasper · 12 years ago
  13. 3ae6f5a clang-format: Improve format of calls with several lambdas. by Daniel Jasper · 12 years ago
  14. 9f388d0 clang-format: Extract getNewLineColumn out of addTokenOnNewLine. by Daniel Jasper · 12 years ago
  15. ce9161a Added an option to avoid splitting certain kinds of comments into lines. by Alexander Kornienko · 12 years ago
  16. b88b25f clang-format: Fix various problems in formatting ObjC blocks. by Daniel Jasper · 12 years ago
  17. c39b56f clang-format: Improve handling of raw string literals. by Daniel Jasper · 12 years ago
  18. 48437ce Simplify fix proposed in r195240. by Daniel Jasper · 12 years ago
  19. 06c84f2 Fix bug where optimization would lead to strange line breaks. by Manuel Klimek · 12 years ago
  20. e2e0387 Keep track of indentation levels in static initializers for correct indentation with tabs. by Alexander Kornienko · 12 years ago
  21. 71814b4 Support formatting of preprocessor branches. by Manuel Klimek · 12 years ago
  22. 1f80396 Refactoring: split addTokenToState into two methods. by Alexander Kornienko · 12 years ago
  23. 917f9e0 Correctly calculate OriginalColumn after multi-line tokens. by Alexander Kornienko · 12 years ago
  24. 1c5d9df clang-format: Fix comment formatting bugs in nested blocks. by Daniel Jasper · 12 years ago
  25. 9fe0e8d clang-format: Enable formatting of nested blocks. by Daniel Jasper · 12 years ago
  26. d7b837e Better support for multiline string literals (including C++11 raw string literals). by Alexander Kornienko · 12 years ago
  27. 4c6e005 clang-format: Format segments of builder-type calls one per line. by Daniel Jasper · 12 years ago
  28. f438cb7 clang-format: Fix corner case for string splitting .. by Daniel Jasper · 12 years ago
  29. 8de9ed0 clang-format: Add column layout formatting for braced lists by Daniel Jasper · 12 years ago
  30. de0328a Split UnwrappedLineFormatter into individual components. by Daniel Jasper · 12 years ago