1. 4917af6 [Format] Invert nestingAndIndentLevel pair in WhitespaceManager used for by Daniel Jasper · 8 years ago
  2. d6a7e98 clang-format: Fix bug with ENAS_DontAlign and empty lines by Jacob Bandes-Storch · 8 years ago
  3. 54ef4ba [clang-format] Document the StartOfTokenColumn parameter, NFC by Krasimir Georgiev · 8 years ago
  4. 92b397f Fix issues in clang-format's AlignConsecutive modes. by Nikola Smiljanic · 9 years ago
  5. 7d42f3f [clang-format] Refactor WhitespaceManager and friends by Daniel Jasper · 9 years ago
  6. 353395e [Format] Remove dead code. by Benjamin Kramer · 9 years ago
  7. 635423e Addressed reviewer's post-submission comments from http://reviews.llvm.org/D18551. by Eric Liu · 10 years ago
  8. dab5046 [clang-format] Fix comment aligning when there are changes within the comment by Benjamin Kramer · 10 years ago
  9. ec90e51 This fixes https://llvm.org/bugs/show_bug.cgi?id=25329, as well as by Daniel Jasper · 10 years ago
  10. e335f25 SourceRanges are small and trivially copyable, don't them by reference. by Craig Topper · 10 years ago
  11. e12597c [clang-format] Add support of consecutive declarations alignment by Daniel Jasper · 10 years ago
  12. e6fcf7d clang-format: clang-format (NFC) by Daniel Jasper · 10 years ago
  13. a4499133 clang-format: Add ability to align assignment operators. by Daniel Jasper · 11 years ago
  14. 2f5db8b Header guard canonicalization, clang part. by Benjamin Kramer · 11 years ago
  15. 67d9c8c Fix alignment of trailing block comments. by Alexander Kornienko · 12 years ago
  16. f6a24ce Fix a tranche of comment, test and doc typos by Alp Toker · 12 years ago
  17. 71814b4 Support formatting of preprocessor branches. by Manuel Klimek · 12 years ago
  18. 3c3d09c Implemented tab usage only for indentation (http://llvm.org/PR17363) by Alexander Kornienko · 12 years ago
  19. db4c21f Correctly indent with tabs when whitespace starts from the column not divisible by TabWidth. by Alexander Kornienko · 12 years ago
  20. 9e649af Support for CR LF newlines. by Alexander Kornienko · 12 years ago
  21. 3ac9b9e Reformat clang-format's source files after r185822 and others. by Daniel Jasper · 12 years ago
  22. 555efc3 Insert a space at the start of a line comment in case it starts with an alphanumeric character. by Alexander Kornienko · 12 years ago
  23. 6e6310e The second step in the token refactoring. by Manuel Klimek · 12 years ago
  24. 9043c74 Major refactoring of BreakableToken. by Manuel Klimek · 12 years ago
  25. 4fe4300 Makes whitespace management more consistent. by Manuel Klimek · 12 years ago
  26. b9eae4c Implements UseTab for clang-format. by Manuel Klimek · 12 years ago
  27. 6fe2f00 Add option to align escaped newlines left. by Daniel Jasper · 13 years ago
  28. 770eb7c Fix comment alignment behavior. by Daniel Jasper · 13 years ago
  29. 9e90b62 Unified token breaking logic: support for line comments. by Alexander Kornienko · 13 years ago
  30. cb45bc1 Unified token breaking logic for strings and block comments. by Alexander Kornienko · 13 years ago