1. 82282dc Improve indentation of builder type calls. by Daniel Jasper · 12 years ago
  2. 2933316 Reformat lines if they were "moved around". by Daniel Jasper · 12 years ago
  3. 66d19bd Always break after multi-line string literals. by Daniel Jasper · 12 years ago
  4. cf5767d Prevent line breaks that make stuff hard to read. by Daniel Jasper · 12 years ago
  5. b130a54 Re-enable ConstructorInitializerAllOnOneLineOrOnePerLine option. by Daniel Jasper · 12 years ago
  6. 7878a7b Prevent only breaking before "?" in conditional expressions. by Daniel Jasper · 12 years ago
  7. fc75908 Reduce penalty for breaking before ./-> after complex calls. by Daniel Jasper · 12 years ago
  8. c78c6b3 Remove the trailing whitespace of formatted lines. by Daniel Jasper · 12 years ago
  9. c5cfa49 Get less confused by trailing comma in Google style. by Daniel Jasper · 12 years ago
  10. 6cabab4 Align superclasses for multiple inheritence. by Daniel Jasper · 12 years ago
  11. a03ab10 Allow breaking after the return type in function declarations. by Daniel Jasper · 12 years ago
  12. 42f458d Fix comment alignment close to the column limit. by Daniel Jasper · 12 years ago
  13. 62a48fb Pull search state out as class members. by Manuel Klimek · 12 years ago
  14. 32a2fd7 An attempt to make the search algorithm easier to understand. by Manuel Klimek · 12 years ago
  15. 9ece2bb Fix bug in the adjustment to existing lines. by Daniel Jasper · 12 years ago
  16. c2e6d2a Formatter: Detect ObjC message expressions after 'in' in loop by Nico Weber · 12 years ago
  17. 3f4535e Get rid of manual debug output, now that the test runner supports it. by Manuel Klimek · 12 years ago
  18. 729a743 Fix invalid formatting with spaces before trailing comments. by Daniel Jasper · 12 years ago
  19. a28fc06 Fixes handling of empty lines in macros. by Manuel Klimek · 12 years ago
  20. 52635ff Fix indentation-detection at indent level 0. by Manuel Klimek · 12 years ago
  21. 547d5db Takes the context into account when re-indenting regions. by Manuel Klimek · 12 years ago
  22. 29f123b Implement a tiny expression parser to improve formatting decisions. by Daniel Jasper · 12 years ago
  23. ce3d1a6 Avoid unnecessary line breaks in nested ObjC calls. by Daniel Jasper · 12 years ago
  24. 474e462 Fix bug in the alignment of comments. by Daniel Jasper · 12 years ago
  25. 15417ef Align trailing block comments like trailing line comments. by Daniel Jasper · 12 years ago
  26. 9e9e6e0 Fix formatting of ObjC method calls. by Daniel Jasper · 12 years ago
  27. 36ba0ff Fix a formatting bug caused by comments in expressions. by Daniel Jasper · 12 years ago
  28. 8ff690a Optionally derive formatting information from the input file. by Daniel Jasper · 12 years ago
  29. 63d7ced Initial support for formatting ObjC method declarations/calls. by Daniel Jasper · 12 years ago
  30. d399bff Fix some linebreak decisions in Google format. by Daniel Jasper · 12 years ago
  31. cda1650 Improve handling of trailing block comments by Daniel Jasper · 12 years ago
  32. 2752ff3 Improve handling of trailing block comments. by Daniel Jasper · 12 years ago
  33. 8159d2f Fix an error in formatting of for-loops. by Daniel Jasper · 12 years ago
  34. 0178673 Restructuring of token annotation for formatting. by Daniel Jasper · 12 years ago
  35. 6bd0232 Fix bug in formatting of nested initializers. by Daniel Jasper · 12 years ago
  36. 6758194 Hopefully fix windows build due to non-standard pair implementation. by Daniel Jasper · 12 years ago
  37. 68ef0df Revamp of the basic layouting algorithm in clang-format. by Daniel Jasper · 12 years ago
  38. f343cab Several improvements to the formatting of static initializers. by Daniel Jasper · 12 years ago
  39. afcbd85 Don't generate no-op replacements. by Daniel Jasper · 12 years ago
  40. 32d28ee Move the token annotator into separate files. by Daniel Jasper · 12 years ago
  41. d4f2c2e Improve formatting of code with comments. by Daniel Jasper · 12 years ago
  42. f157960 Allow all parameters on next line for function calls in Chrome. by Daniel Jasper · 12 years ago
  43. f40fb4b Split ">>" in "A<B<C> >" in Chromium style. by Daniel Jasper · 12 years ago
  44. b3109e3 Fix uninitialized error caused by r173801. by Daniel Jasper · 12 years ago
  45. adc6aba Calculate the split penalty upfront. by Daniel Jasper · 12 years ago
  46. 1a1ce83 Fix a comment and reformat clang-format with clang-format by Daniel Jasper · 12 years ago
  47. 2e60377 Initial support for multiple variable declarations. by Daniel Jasper · 12 years ago
  48. 93384a9 Reverting changes from r173785 (removing empty lines before "}"). by Daniel Jasper · 12 years ago
  49. 8df364f Remove empty lines before "}". by Daniel Jasper · 12 years ago
  50. 7522318 Fix a bug that would lead to bad line break decisions in for loops. by Daniel Jasper · 12 years ago
  51. d75ff64 Don't put a function's return type on its own line in Google style. by Daniel Jasper · 12 years ago
  52. 83f25ba Let clang-format break after a function's return type. by Daniel Jasper · 12 years ago
  53. 02b771e Make continuations in constructor initializers consistent. by Daniel Jasper · 12 years ago
  54. 3b9a8fc Initial support for formatting range-based for-loops. by Daniel Jasper · 12 years ago
  55. bfe6fd4 Improve formatting of conditional expressions. by Daniel Jasper · 12 years ago
  56. ae8699b Several small changes in formatting decisions. by Daniel Jasper · 12 years ago
  57. 5f2173e Improve indentation after breaking at nested name specifiers. by Daniel Jasper · 12 years ago
  58. 986e17f Avoid confusing identations for multi-parameter functions. by Daniel Jasper · 12 years ago
  59. 3499dda Fix some alignment and line break decisions. by Daniel Jasper · 12 years ago
  60. 63f0036 Allow breaking after "::" if absolutely necessary. by Daniel Jasper · 12 years ago
  61. e438bac Add extra indent for nested calls inside if's. by Daniel Jasper · 12 years ago
  62. f39c885 Don't try to align builder-type continuations on assignments. by Daniel Jasper · 12 years ago
  63. 13cb7c2 Don't try to do a hanging ident after assignments. by Daniel Jasper · 12 years ago
  64. a32a7fd Fixes layouting regression and invalid-read. by Manuel Klimek · 12 years ago
  65. 20d3583 Fix the formatting of pointer/reference types in range-based for loops. by Daniel Jasper · 12 years ago
  66. 7006e7e Removing the penalty for breaking after "=". by Daniel Jasper · 12 years ago
  67. 4bfc65a Fix another regression for pointer types. by Daniel Jasper · 12 years ago
  68. 218b6df Fix regression in formatting pointer types. by Daniel Jasper · 12 years ago
  69. 092a2c7 Fix segfaults in the formatter. by Manuel Klimek · 12 years ago
  70. 8f4bd7a Add option to allow putting all parameters onto the next line. by Daniel Jasper · 12 years ago
  71. 70b03f4 Allow us to better guess the context of an unwrapped line. by Manuel Klimek · 12 years ago
  72. 86721d2 Implements more principled comment parsing. by Manuel Klimek · 12 years ago
  73. 3298327 Let the formatter be more restrictive for breaking around . and -> by Daniel Jasper · 12 years ago
  74. ffee171 Fix "*" formatting when creating arrays of pointers. by Daniel Jasper · 12 years ago
  75. 821627e Remove "incorrect" aligning of trailing comments. by Daniel Jasper · 12 years ago
  76. 05bf827 Formatter: Set MatchingParen for [], to match <>, (), {}. No functionality change. by Nico Weber · 12 years ago
  77. 3f29fbb Formatter: Rename LSquare to Left to make parseSquare() more consistent with the other paren parsing methods. by Nico Weber · 12 years ago
  78. 2f1ac41 Fixes formatting of empty blocks. by Manuel Klimek · 12 years ago
  79. 032f253 Fix parsing of templated declarations. by Daniel Jasper · 12 years ago
  80. 9c8c40e Fix bug discovered by valgrind. by Daniel Jasper · 12 years ago
  81. 4c12812 Fixes issues around pulling in the next line in simple if statements. by Manuel Klimek · 12 years ago
  82. c79afda Reduce penalty for splitting between ")" and ".". by Daniel Jasper · 12 years ago
  83. 7d1185d Also align trailing line comments in include directives. by Daniel Jasper · 12 years ago
  84. dcc2a62 Let the formatter align trailing line comments where possible. by Daniel Jasper · 12 years ago
  85. 94fb729 Formatter: After case blocks, "break" goes on the same line as the "}", PR14907. by Nico Weber · 12 years ago
  86. 6a21a55 Formatter: The contents of @selector() should be formatted as a selector. by Nico Weber · 12 years ago
  87. 5096a44 Formatter: Get bit tests in ifs right. by Nico Weber · 12 years ago
  88. 60ca75d Allow breaking after the trailing const after a function declaration. by Daniel Jasper · 12 years ago
  89. 2c6cc48 Improve handling of comments in static initializers. by Daniel Jasper · 12 years ago
  90. aab6005 Revert most of r172140. by Nico Weber · 12 years ago
  91. 1661824 Fix a bug where we would move a following line into a comment. by Daniel Jasper · 12 years ago
  92. 1f2b078 Fix parsing error in conditional expressions. by Daniel Jasper · 12 years ago
  93. 48bd7b7 Improve understanding of unary operators. by Daniel Jasper · 12 years ago
  94. df3736a Disable inlining of short ifs in Google style. by Daniel Jasper · 12 years ago
  95. 0df6acd Add option to avoid "bin-packing" of parameters. by Daniel Jasper · 12 years ago
  96. ca547db Add debugging support for split penalties. by Manuel Klimek · 12 years ago
  97. 3f8cdbf Calculate the total length of a line up to each token up front. by Daniel Jasper · 12 years ago
  98. cbb6c41 Change the datastructure for UnwrappedLines. by Daniel Jasper · 12 years ago
  99. 6b825c2 Never merge < and ::, as it produces different tokens. by Daniel Jasper · 12 years ago
  100. 55b08e7 Remove errors were if statements were incorrectly put on a single line. by Daniel Jasper · 12 years ago