1. b5dad75 Alternative handling of comments adjacent to preprocessor directives. by Alexander Kornienko · 13 years ago
  2. 6e42b1e Improve formatting of function types. by Daniel Jasper · 13 years ago
  3. efd9838 Fixed handling of comments before preprocessor directives. by Alexander Kornienko · 13 years ago
  4. fd43336 Insert extra new line before access specifiers. by Alexander Kornienko · 13 years ago
  5. ffd6d04 Split line comments by Alexander Kornienko · 13 years ago
  6. dd9276e Better fix for r177725. by Daniel Jasper · 13 years ago
  7. bc0fa39 Align comments to surrounding unformatted comments. by Daniel Jasper · 13 years ago
  8. 399d1ee More precisely recognize ObjC method declarations. by Daniel Jasper · 13 years ago
  9. 5521365 Make clang-format understand more line comments. by Daniel Jasper · 13 years ago
  10. 547a9f52 Better block comment formatting. by Alexander Kornienko · 13 years ago
  11. 674be0a Support for pointers-to-members usage via .* by Alexander Kornienko · 13 years ago
  12. 291f936 Remove assertion that can be triggered on bad input. by Daniel Jasper · 13 years ago
  13. 1a32a61 Fix infinite-loop in unwrapped line parser. by Daniel Jasper · 13 years ago
  14. 66dc2ec Do not consider comments when adjusting to local indent style. by Daniel Jasper · 13 years ago
  15. aab220f Reduce penalty for breaks after "(" for functions with parameters. by Daniel Jasper · 13 years ago
  16. d1ae358 Add extra indentation for multiline comparisons. by Daniel Jasper · 13 years ago
  17. a127512 Don't remove all indentation when in #defines. by Daniel Jasper · 13 years ago
  18. b8914dd Improve formatting of function types in template parameters. by Daniel Jasper · 13 years ago
  19. 2bd32ca Fix indentation for case: // comment. by Daniel Jasper · 13 years ago
  20. afcef33 Split long lines in multi-line comments. by Alexander Kornienko · 13 years ago
  21. 850677d Fix clang-format segfault. by Daniel Jasper · 13 years ago
  22. 9b33424 Improve formatting of chained calls. by Daniel Jasper · 13 years ago
  23. 79d6c72 Indent all lines in a multi-line comment by the same amount. by Alexander Kornienko · 13 years ago
  24. dd8ed85 Multi-line comment alignment by Alexander Kornienko · 13 years ago
  25. f38a0ac Slightly improve formatting of longer pipe statements. by Daniel Jasper · 13 years ago
  26. 40aacf4 Basic support for formatting asm() statments. by Daniel Jasper · 13 years ago
  27. ae90764 Fix dereference formatting in for-loops. by Daniel Jasper · 13 years ago
  28. bf4755b Improve formatting of trailing annotations. by Daniel Jasper · 13 years ago
  29. 8a68b95 Fix incorrect cast identification. by Daniel Jasper · 13 years ago
  30. 0f8ed9e Fix comment indentation before labels. by Daniel Jasper · 13 years ago
  31. 8f6ae19 Fix formatting issue with builder-type calls. by Daniel Jasper · 13 years ago
  32. 97b8948 Fix formatting of new arrays of pointers. by Daniel Jasper · 13 years ago
  33. a515127 Implemented formatting of rvalue references by Alexander Kornienko · 13 years ago
  34. 1810465 Remove bad space after "default". by Daniel Jasper · 13 years ago
  35. 5085d9b Fixes breaking of string literals. by Manuel Klimek · 13 years ago
  36. f71cf3b Remove unncessary whitespace when triggered on empty line. by Daniel Jasper · 13 years ago
  37. abf6e03 Make sure to not split string literals at the first character. by Manuel Klimek · 13 years ago
  38. 973c942 Format a line if a range in its leading whitespace was selected. by Daniel Jasper · 13 years ago
  39. a79064a Remove whitespace at end of file. by Daniel Jasper · 13 years ago
  40. 8eb371b Correctly format arrays of pointers and function types. by Daniel Jasper · 13 years ago
  41. f9a84b5 Normal indent for last element of builder-type call. by Daniel Jasper · 13 years ago
  42. 3324cbe Remove trailing whitespace of line comments. by Daniel Jasper · 13 years ago
  43. e317d1b Implements breaking string literals at slashes. by Manuel Klimek · 13 years ago
  44. b176cff Implement fallback split point for string literals. by Manuel Klimek · 13 years ago
  45. a400cab Reduce penalty for splitting after "{" in static initializers. by Daniel Jasper · 13 years ago
  46. 9a23be7 Dont break between (( in __attribute__((. by Daniel Jasper · 13 years ago
  47. ff6c3a9 No spaces around pointers to members. by Daniel Jasper · 13 years ago
  48. c22f5b4 Improve formatting of #defines. by Daniel Jasper · 13 years ago
  49. 57d4a58 Fix bug when formatting "A<A<A>>". by Daniel Jasper · 13 years ago
  50. ead41b6 Fix incorrect recognition of bin-packing. by Daniel Jasper · 13 years ago
  51. d8ffcfa Fix spacing after binary operator as macro parameter. by Daniel Jasper · 13 years ago
  52. 8e55927 Fix formatting of multiplications in array subscripts. by Daniel Jasper · 13 years ago
  53. 2cf17bf Enable bin-packing in Google style. by Daniel Jasper · 13 years ago
  54. 70bc874 Fix bad line break decision. by Daniel Jasper · 13 years ago
  55. 16b3562 In range-based for-loops, prefer splitting after ":". by Daniel Jasper · 13 years ago
  56. fb5e241 Only keep empty lines in unwrapped lines if they preceed a line comment. by Daniel Jasper · 13 years ago
  57. 5497fce Only break string literals as a last resort. by Daniel Jasper · 13 years ago
  58. 62e6817 Re-add hack that caused regression. by Daniel Jasper · 13 years ago
  59. 26d1b1d Allow breaking between a type and name in variable declarations. by Daniel Jasper · 13 years ago
  60. cd8599e Better formatting of conditional expressions. by Daniel Jasper · 13 years ago
  61. ba0bda9 Don't recognize unnamed pointer parameters as casts. by Daniel Jasper · 13 years ago
  62. af5ba0e Allow splitting between string literals and identifiers. by Daniel Jasper · 13 years ago
  63. 12ef4e5 Consistently put {} onto the same line for empty functions. by Daniel Jasper · 13 years ago
  64. 37905f7 Allow breaking between type and name in for loops. by Daniel Jasper · 13 years ago
  65. 0c91571 Fix regression in string literal alignment. by Manuel Klimek · 13 years ago
  66. 02f640a Fixes bug in string literal alignment. by Manuel Klimek · 13 years ago
  67. dc7d581 Don't remove blank lines within unwrapped lines. by Daniel Jasper · 13 years ago
  68. 1998ea2 Implements breaking of string literals if they stick out. by Manuel Klimek · 13 years ago
  69. 6db1b7c Add missing clang-format null pointer check.. by Daniel Jasper · 13 years ago
  70. 0047596 Correctly format macro with unfinished template declaration. by Daniel Jasper · 13 years ago
  71. e53beb2 Improve indentation of builder type calls. by Daniel Jasper · 13 years ago
  72. 9ed9ade Improve formatting of builder-type calls. by Daniel Jasper · 13 years ago
  73. 55d7ba6 Reformat lines if they were "moved around". by Daniel Jasper · 13 years ago
  74. 5065bc4 Correctly determine */& usage in more cases. by Daniel Jasper · 13 years ago
  75. 2ec3ffb8 Always break after multi-line string literals. by Daniel Jasper · 13 years ago
  76. 40c36c5 Prevent line breaks that make stuff hard to read. by Daniel Jasper · 13 years ago
  77. eb50c67 Recognize < and > as binary expressions in builder-type calls. by Daniel Jasper · 13 years ago
  78. 0af92eb Done break between 'operator' and '<<'. by Daniel Jasper · 13 years ago
  79. 23e8e0c Re-enable ConstructorInitializerAllOnOneLineOrOnePerLine option. by Daniel Jasper · 13 years ago
  80. 54a8602 Prevent only breaking before "?" in conditional expressions. by Daniel Jasper · 13 years ago
  81. e11095a Fix counting of parameters so that r175162 works as expected. by Daniel Jasper · 13 years ago
  82. 687af3b Reduce penalty for breaking before ./-> after complex calls. by Daniel Jasper · 13 years ago
  83. 2457010 Remove the trailing whitespace of formatted lines. by Daniel Jasper · 13 years ago
  84. 66e9dee Get less confused by trailing comma in Google style. by Daniel Jasper · 13 years ago
  85. b315ede Remove accidentally committed empty test. by Daniel Jasper · 13 years ago
  86. eead02b Align superclasses for multiple inheritence. by Daniel Jasper · 13 years ago
  87. b9caeac Allow breaking after the return type in function declarations. by Daniel Jasper · 13 years ago
  88. 525264c Fix comment alignment close to the column limit. by Daniel Jasper · 13 years ago
  89. 71800c4 Formatter: And more cast tests (these don't pass yet). by Nico Weber · 13 years ago
  90. 4401b2a Formatter: Add more cast tests. by Nico Weber · 13 years ago
  91. c6fe216 Formatter: Refactor the cast detection code to be a bit more readable. by Nico Weber · 13 years ago
  92. a789239 Formatter: Detect ObjC method expressions after casts. by Nico Weber · 13 years ago
  93. f52ab8d Fix crash for incomplete labels in macros. by Daniel Jasper · 13 years ago
  94. 2204562 Fix bug in the adjustment to existing lines. by Daniel Jasper · 13 years ago
  95. 4444917 Formatter: Correctly format stars in `sizeof(int**)` and similar places. by Nico Weber · 13 years ago
  96. 29f9dea Formatter: Detect ObjC message expressions after 'in' in loop by Nico Weber · 13 years ago
  97. 2549956 Get rid of manual debug output, now that the test runner supports it. by Manuel Klimek · 13 years ago
  98. eef3049 Fix invalid formatting with spaces before trailing comments. by Daniel Jasper · 13 years ago
  99. 0c13795 Fixes handling of empty lines in macros. by Manuel Klimek · 13 years ago
  100. 35d2dc7 Fix formatting of overloaded operator definitions. by Daniel Jasper · 13 years ago