1. 89628f6 clang-format clang-format. by Manuel Klimek · 8 years ago
  2. 4917af6 [Format] Invert nestingAndIndentLevel pair in WhitespaceManager used for by Daniel Jasper · 8 years ago
  3. 4a9c260 [clang-format] Align trailing comments if ColumnLimit is 0 by Krasimir Georgiev · 8 years ago
  4. d6a7e98 clang-format: Fix bug with ENAS_DontAlign and empty lines by Jacob Bandes-Storch · 8 years ago
  5. e151882 [clang-format] Fix alignment of preprocessor trailing comments by Krasimir Georgiev · 8 years ago
  6. 59ed77b [clang-format] Don't align too long broken trailing comments by Krasimir Georgiev · 8 years ago
  7. 7fdbb3f [clang-format] Convert AlignEscapedNewlinesLeft to an enum, adding DontAlign by Daniel Jasper · 8 years ago
  8. 92b397f Fix issues in clang-format's AlignConsecutive modes. by Nikola Smiljanic · 9 years ago
  9. d105b72 [clang-format] Re-align broken comment lines where appropriate. by Krasimir Georgiev · 9 years ago
  10. 7d42f3f [clang-format] Refactor WhitespaceManager and friends by Daniel Jasper · 9 years ago
  11. 9183422 [clang-format] Implement comment reflowing. by Krasimir Georgiev · 9 years ago
  12. 1ec383c Use after move bug fixes by Piotr Padlewski · 9 years ago
  13. 353395e [Format] Remove dead code. by Benjamin Kramer · 9 years ago
  14. a9a8fde Bug 28065 - clang-format incorrectly aligns backslash. by Andi-Bogdan Postelnicu · 9 years ago
  15. 40ef2fb Implement tooling::Replacements as a class. by Eric Liu · 9 years ago
  16. 51fe279 clang-format: Implemented tab usage for continuation and indentation by Marianne Mailhot-Sarrasin · 10 years ago
  17. bb37a2f clang-format: Fix alignment of trailing multiline columns. by Daniel Jasper · 10 years ago
  18. dab5046 [clang-format] Fix comment aligning when there are changes within the comment by Benjamin Kramer · 10 years ago
  19. 417fc81 clang-format: Improve selective comment formatting. by Daniel Jasper · 10 years ago
  20. ec90e51 This fixes https://llvm.org/bugs/show_bug.cgi?id=25329, as well as by Daniel Jasper · 10 years ago
  21. 3982825 [clang-format] Stop alignment sequences on open braces and parens when by Daniel Jasper · 10 years ago
  22. e335f25 SourceRanges are small and trivially copyable, don't them by reference. by Craig Topper · 10 years ago
  23. e12597c [clang-format] Add support of consecutive declarations alignment by Daniel Jasper · 10 years ago
  24. bbfd20d clang-format: Fix alignConsecutiveAssignments. by Daniel Jasper · 10 years ago
  25. ddf1cda [Format] Skip creating temporary std::strings when filling another string. by Benjamin Kramer · 10 years ago
  26. a4499133 clang-format: Add ability to align assignment operators. by Daniel Jasper · 11 years ago
  27. 2d29340 Make sure we initialize all values in WhitespaceManager::Change. by Manuel Klimek · 11 years ago
  28. 0391e55 clang-format: Fix access to uninitialized memory. by Daniel Jasper · 11 years ago
  29. 47b35ae clang-format: Fix crasher caused by not properly setting dry-run. by Daniel Jasper · 11 years ago
  30. 4953210 clang-format: Understand single-line comments at the end of blocks. by Daniel Jasper · 11 years ago
  31. a98b7b0 clang-format: Refactoring. by Daniel Jasper · 11 years ago
  32. 484ee9b Reverting r222638; it broke the MSVC build bots because Visual Studio 2012 does not support variadic templates. Also reverting r222641 because it was relying on 222638. by Aaron Ballman · 11 years ago
  33. 7198b0c clang-format: Refactoring. by Daniel Jasper · 11 years ago
  34. b05a81d clang-format: Fix bug introduced by r208392. by Daniel Jasper · 11 years ago
  35. 6693502 clang-format: Fix bug when aligning trailing /**/-comments in macros. by Daniel Jasper · 12 years ago
  36. 67d9c8c Fix alignment of trailing block comments. by Alexander Kornienko · 12 years ago
  37. 03b1bc7 clang-format: Fix aligning of comments and escaped newlines in macros. by Daniel Jasper · 12 years ago
  38. 0e93cdb clang-format: Improve clang-format's detection about comment binding. by Daniel Jasper · 12 years ago
  39. 71814b4 Support formatting of preprocessor branches. by Manuel Klimek · 12 years ago
  40. 45dc1b2 Added a comment and another test for the UT_ForIndentation option by Alexander Kornienko · 12 years ago
  41. 3c3d09c Implemented tab usage only for indentation (http://llvm.org/PR17363) by Alexander Kornienko · 12 years ago
  42. db4c21f Correctly indent with tabs when whitespace starts from the column not divisible by TabWidth. by Alexander Kornienko · 12 years ago
  43. 81e3294 When in pre-c++11 mode, treat _T("xxx") as a single string literal, repeat the _T() part around each fragment. This addresses http://llvm.org/PR17122 by Alexander Kornienko · 12 years ago
  44. 9e649af Support for CR LF newlines. by Alexander Kornienko · 12 years ago
  45. ebb43ca Handle zero-width and double-width characters in string literals and comments. by Alexander Kornienko · 12 years ago
  46. a49393f clang-format: Fix infinite loop in macro special case. by Daniel Jasper · 12 years ago
  47. 552f4a7 clang-format: Make alignment of trailing comments optional .. by Daniel Jasper · 12 years ago
  48. 3ac9b9e Reformat clang-format's source files after r185822 and others. by Daniel Jasper · 12 years ago
  49. 251b3c9 Don't align "} // namespace" comments. by Daniel Jasper · 12 years ago
  50. 4d26b6e Fixes incorrect indentation of line comments after break and re-alignment. by Alexander Kornienko · 12 years ago
  51. 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
  52. 6e6310e The second step in the token refactoring. by Manuel Klimek · 12 years ago
  53. 591ab5a Make UnwrappedLines and AnnotatedToken contain pointers to FormatToken. by Manuel Klimek · 12 years ago
  54. 9043c74 Major refactoring of BreakableToken. by Manuel Klimek · 12 years ago
  55. 75ef31f Fix aligning of comments. by Manuel Klimek · 12 years ago
  56. b27375f Fix aligning of comments that are at the start of the line. by Manuel Klimek · 12 years ago
  57. c573080 Stop aligning trailing comments which are aligned with the next line. by Manuel Klimek · 12 years ago
  58. 5c24cca Use a SourceRange for the whitespace location in FormatToken. by Manuel Klimek · 12 years ago
  59. 05c6789 Fix uninitialized access error found by valgrind. by Manuel Klimek · 12 years ago
  60. 4fe4300 Makes whitespace management more consistent. by Manuel Klimek · 12 years ago
  61. c1d83f4 Fix style according to post-commit review comments. by Manuel Klimek · 12 years ago
  62. b9eae4c Implements UseTab for clang-format. by Manuel Klimek · 12 years ago
  63. 6fe2f00 Add option to align escaped newlines left. by Daniel Jasper · 13 years ago
  64. 9e90b62 Unified token breaking logic: support for line comments. by Alexander Kornienko · 13 years ago
  65. cb45bc1 Unified token breaking logic for strings and block comments. by Alexander Kornienko · 13 years ago