1. 6907ce2 Remove trailing space by Fangrui Song · 7 years ago
  2. 8b4bc76a23 [clang-format] Respect BreakBeforeClosingBrace while calculating length by Krasimir Georgiev · 7 years ago
  3. 9fc8faf Remove \brief commands from doxygen comments. by Adrian Prantl · 7 years ago
  4. 09051f2 [clang-format] Do not break Objective-C string literals inside array literals by Ben Hamilton · 8 years ago
  5. 022765d Test commit - fixing a comment. by Jacek Olesiak · 8 years ago
  6. 2537e22 [clang-format] adds enclosing function detection to raw string formatting by Krasimir Georgiev · 8 years ago
  7. 0b58c32 Better trade-off for excess characters vs. staying within the column limits. by Manuel Klimek · 8 years ago
  8. 45ab559 Refactor ContinuationIndenter's breakProtrudingToken logic. by Manuel Klimek · 8 years ago
  9. 9ad83fe [clang-format] Format raw string literals by Krasimir Georgiev · 8 years ago
  10. 35599fd [clang-format] Break non-trailing comments, try 2 by Krasimir Georgiev · 8 years ago
  11. 7d42f3f [clang-format] Refactor WhitespaceManager and friends by Daniel Jasper · 9 years ago
  12. 240527c clang-format: Always wrap before multi-line parameters/operands. by Daniel Jasper · 9 years ago
  13. 635423e Addressed reviewer's post-submission comments from http://reviews.llvm.org/D18551. by Eric Liu · 9 years ago
  14. 133aa20 [clang-format] Use in-class initializers to simplify constructor. by Benjamin Kramer · 10 years ago
  15. 8ad86fc [clang-format] Reorder and pack ParenState members to minimize padding by Benjamin Kramer · 10 years ago
  16. c83d769 clang-format: [JS] Hotfix for runtime issue with deeply nested JS code. by Daniel Jasper · 10 years ago
  17. 11a0ac6 clang-format: Revamp nested block formatting. by Daniel Jasper · 11 years ago
  18. 4b44449 clang-format: Use nested block special case for all languages. by Daniel Jasper · 11 years ago
  19. d0ec0d6 clang-format: Use identifier table for keywords in other languages. by Daniel Jasper · 11 years ago
  20. 2f5db8b Header guard canonicalization, clang part. by Benjamin Kramer · 11 years ago
  21. 114a2bc clang-format: Refactor indentation behavior for multiple nested blocks. by Daniel Jasper · 11 years ago
  22. 60553be clang-format: Split up moveStateToNextToken. by Daniel Jasper · 11 years ago
  23. b16b969 clang-format: [JS] Support different function literal style. by Daniel Jasper · 11 years ago
  24. 05cd586 clang-format: Cleanup redundant calculation of ParenLevel. by Daniel Jasper · 11 years ago
  25. c0d606a clang-format: Don't allow hanging indentation for operators on new lines by Daniel Jasper · 11 years ago
  26. 3ae6f5a clang-format: Improve format of calls with several lambdas. by Daniel Jasper · 11 years ago
  27. 9f388d0 clang-format: Extract getNewLineColumn out of addTokenOnNewLine. by Daniel Jasper · 12 years ago
  28. ce9161a Added an option to avoid splitting certain kinds of comments into lines. by Alexander Kornienko · 12 years ago
  29. b88b25f clang-format: Fix various problems in formatting ObjC blocks. by Daniel Jasper · 12 years ago
  30. c39b56f clang-format: Improve handling of raw string literals. by Daniel Jasper · 12 years ago
  31. 48437ce Simplify fix proposed in r195240. by Daniel Jasper · 12 years ago
  32. 06c84f2 Fix bug where optimization would lead to strange line breaks. by Manuel Klimek · 12 years ago
  33. e2e0387 Keep track of indentation levels in static initializers for correct indentation with tabs. by Alexander Kornienko · 12 years ago
  34. 71814b4 Support formatting of preprocessor branches. by Manuel Klimek · 12 years ago
  35. 1f80396 Refactoring: split addTokenToState into two methods. by Alexander Kornienko · 12 years ago
  36. 917f9e0 Correctly calculate OriginalColumn after multi-line tokens. by Alexander Kornienko · 12 years ago
  37. 1c5d9df clang-format: Fix comment formatting bugs in nested blocks. by Daniel Jasper · 12 years ago
  38. 9fe0e8d clang-format: Enable formatting of nested blocks. by Daniel Jasper · 12 years ago
  39. d7b837e Better support for multiline string literals (including C++11 raw string literals). by Alexander Kornienko · 12 years ago
  40. 4c6e005 clang-format: Format segments of builder-type calls one per line. by Daniel Jasper · 12 years ago
  41. f438cb7 clang-format: Fix corner case for string splitting .. by Daniel Jasper · 12 years ago
  42. 8de9ed0 clang-format: Add column layout formatting for braced lists by Daniel Jasper · 12 years ago
  43. de0328a Split UnwrappedLineFormatter into individual components. by Daniel Jasper · 12 years ago