1. b644dd6 clang-format: Improve boolean expression formatting in macros. by Daniel Jasper · 11 years ago
  2. e60084d clang-format: Slightly adapt line break penalties. by Daniel Jasper · 11 years ago
  3. 5335260 clang-format: Correctly format alias declarations. by Daniel Jasper · 11 years ago
  4. 2530fd5 This change fixes the formatting of statements such as catch (E& e). by Manuel Klimek · 11 years ago
  5. 1dc6f74 clang-format: Fix corner case in OpenMP pragma formatting. by Daniel Jasper · 11 years ago
  6. efed687 clang-format: Improve formatting of builder-type calls. by Daniel Jasper · 11 years ago
  7. 1eaa997 clang-format: Operator precendence in ObjC method exprs. by Daniel Jasper · 11 years ago
  8. ab3ce59 clang-format: Don't break empty 2nd operand of ternary expr. by Daniel Jasper · 11 years ago
  9. b7000ca Teach clang-format to understand static_asserts better. by Daniel Jasper · 11 years ago
  10. aa9e7b1 clang-format: Improve line breaks in @property. by Daniel Jasper · 11 years ago
  11. 0236dd0 clang-format: Improve detection of templates. by Daniel Jasper · 11 years ago
  12. e8b10d3 clang-format: Add two new style options to support WebKit style. by Daniel Jasper · 11 years ago
  13. 5e2169f clang-format: Fix bad line break with pointers to members. by Daniel Jasper · 11 years ago
  14. e0fa4c5 clang-format: Add space in corner case. by Daniel Jasper · 11 years ago
  15. 215c57f Improve line breaking before multi-line strings. by Daniel Jasper · 11 years ago
  16. 10c26b2 Don't break line comments with escaped newlines. by Alexander Kornienko · 11 years ago
  17. 561211d clang-format: Improve handling of unterminated string literals. by Daniel Jasper · 11 years ago
  18. b5dc3f4 Revamp the formatting of C++11 braced init lists. by Daniel Jasper · 11 years ago
  19. e7d3bff clang-format: Improve detection of function types. by Daniel Jasper · 11 years ago
  20. 0c36878 clang-format: Improve c-style cast detection. by Daniel Jasper · 11 years ago
  21. 9637dda Improvement of change r186320. by Daniel Jasper · 11 years ago
  22. 3e12e87 Improve formatting of operator<< chains. by Daniel Jasper · 11 years ago
  23. 011c35d clang-format: Break before/between array subscript expressions. by Daniel Jasper · 11 years ago
  24. 20a0f8c clang-format: Break before trailing annotations. by Daniel Jasper · 11 years ago
  25. 3262f4c Improve detection of trailing return types. by Daniel Jasper · 11 years ago
  26. c18cff3 Keep trailing annotations close to their argument. by Daniel Jasper · 11 years ago
  27. c7bd68f Add experimental flag for adaptive parameter bin-packing. by Daniel Jasper · 11 years ago
  28. 2ca3741 Initial support for formatting trailing return types. by Daniel Jasper · 11 years ago
  29. 6561f6a Format overloaded operators like other functions. by Daniel Jasper · 11 years ago
  30. 526df0f Fix incorrect incorrect cast identification in clang-format. by Daniel Jasper · 11 years ago
  31. 2a409b6 Reformat clang-format's source files after r185822 and others. by Daniel Jasper · 11 years ago
  32. d6104f6 Fix formatting for allocation of new pointer variables. by Daniel Jasper · 11 years ago
  33. 198c8bf Don't break after a "(" following a binary operator. by Daniel Jasper · 11 years ago
  34. 0bdc643 Fixed typo: NoneComment -> NonComment, no other changes. by Alexander Kornienko · 11 years ago
  35. 5631202 Added AlwaysBreakBeforeMultilineStrings option. by Alexander Kornienko · 11 years ago
  36. 6ac431c Fix formatting of long declarations with const type. by Daniel Jasper · 11 years ago
  37. c47d7f1 Don't add an extra space before ellipsis after pointers. by Daniel Jasper · 11 years ago
  38. 3a1847e Keep space between pointer and block comment. by Daniel Jasper · 11 years ago
  39. 14e6649 Put helper classes in an anonymous namespace. by Craig Topper · 11 years ago
  40. 2726877 Run clang-format on lib/Format code after r184894. No other changes. by Nico Weber · 11 years ago
  41. 861576b Formatter: Don't put a space after parameter-naming block comments. by Nico Weber · 11 years ago
  42. 465e861 Formatter/ObjC: Correctly format casts in objc message send expressions. by Nico Weber · 11 years ago
  43. d71b15b Fix a problem in ExpressionParser leading to trailing comments affecting indentation of an expression after a line break. by Alexander Kornienko · 11 years ago
  44. e3f1197 Preserve newlines before block comments in static initializers. by Alexander Kornienko · 11 years ago
  45. 2785b9a Fixed calculation of penalty when breaking tokens. by Alexander Kornienko · 11 years ago
  46. 65d2c38 Fix incorrect line breaking before trailing block comments. by Daniel Jasper · 11 years ago
  47. 9acb8b4 Fix clang-format's expression parser for leading }s. by Daniel Jasper · 11 years ago
  48. ff1a2e5 Improve c-style cast detection. by Daniel Jasper · 11 years ago
  49. 0089510 UTF-8 support for clang-format. by Alexander Kornienko · 11 years ago
  50. 15f33f0 Let clang-format remove empty lines before "}". by Daniel Jasper · 11 years ago
  51. 0348be0 Improve recognition of template parameters. by Daniel Jasper · 11 years ago
  52. b8b4295 Improve clang-format's c-style cast detection. by Daniel Jasper · 11 years ago
  53. c01897c Properly format nested conditional operators. by Daniel Jasper · 11 years ago
  54. b398701 The second step in the token refactoring. by Manuel Klimek · 11 years ago
  55. bbc8776 Add option to always break template declarations. by Daniel Jasper · 11 years ago
  56. 3ff4a2f Fix formatting regression regarding pointers to arrays. by Daniel Jasper · 11 years ago
  57. dcb3f2a Make UnwrappedLines and AnnotatedToken contain pointers to FormatToken. by Manuel Klimek · 11 years ago
  58. 5ad390d Initial support for designated initializers. by Daniel Jasper · 11 years ago
  59. 431f591 Clean up formatting of function types. by Daniel Jasper · 11 years ago
  60. 131884a Improve formatting of templates. by Daniel Jasper · 11 years ago
  61. f2ff812 Formatter/ObjC: In dictionary literals, break after ':', not before it. by Nico Weber · 11 years ago
  62. ce93356 More tests and a fix for braced init lists. by Daniel Jasper · 11 years ago
  63. 1bee073 Improve formatting of braced lists. by Daniel Jasper · 11 years ago
  64. 2424eef Improve formatting of braced lists. by Daniel Jasper · 11 years ago
  65. e573c3f Makes whitespace management more consistent. by Manuel Klimek · 11 years ago
  66. 6e6efa7 Improve clang-format's stream formatting. by Daniel Jasper · 11 years ago
  67. 5ad72bb Improve handling of trailing 'const'. by Daniel Jasper · 11 years ago
  68. 54b4e44 Cut-off clang-format analysis. by Daniel Jasper · 11 years ago
  69. e033e87 Allow breaking before a trailing const. by Daniel Jasper · 11 years ago
  70. 5d823e3 Improve recognition of template definitions. by Daniel Jasper · 11 years ago
  71. a8fda85 Improve formatting of function types. by Daniel Jasper · 11 years ago
  72. 089f78d Fix uninitialized value bug found by valgrind. by Daniel Jasper · 11 years ago
  73. 7424d79 Don't format sizeof/alignof as function types. by Daniel Jasper · 11 years ago
  74. 378d93d Assume macros to contain declarations. by Daniel Jasper · 11 years ago
  75. 6ea933c Fix bug when formatting overloaded operators. by Daniel Jasper · 11 years ago
  76. 4b7b104 Further fix to pointer to member formatting. by Daniel Jasper · 11 years ago
  77. 395228f Fix formatting of pointers to members. by Daniel Jasper · 11 years ago
  78. 11e1380 Improve line breaking in binary expressions. by Daniel Jasper · 11 years ago
  79. dbef71e Correctly recognize dereference after 'delete'. by Daniel Jasper · 11 years ago
  80. 53e72cd Change indentation when breaking after a type. by Daniel Jasper · 11 years ago
  81. c194c95 Break the class-inheritance ":" to the new line. by Daniel Jasper · 11 years ago
  82. f022018 Don't put a space before ellipsis. by Daniel Jasper · 11 years ago
  83. 454cb70 Add space between ; and (. by Daniel Jasper · 11 years ago
  84. 16a69ef Fix expression recognition in for-loops. by Daniel Jasper · 11 years ago
  85. fca24bc Improve clang-format's memoization behavior. by Daniel Jasper · 11 years ago
  86. aae7bad Fix formatting of complex #if expressions. by Daniel Jasper · 11 years ago
  87. 1407bee Change clang-format's affinity for breaking after return types. by Daniel Jasper · 11 years ago
  88. 2eb23b7 Fix formatting of overloaded assignment operators. by Daniel Jasper · 11 years ago
  89. ac3223e Fix labels with trailing comments and cleanup. by Daniel Jasper · 11 years ago
  90. bf71ba2 Revamp indentation behavior for complex binary expressions. by Daniel Jasper · 11 years ago
  91. 65622aa Revert accidental commit r179015. by Daniel Jasper · 11 years ago
  92. c4ff769 x by Daniel Jasper · 11 years ago
  93. 6b119d6 Allow breaking after 'class' for classes with looong names. by Daniel Jasper · 11 years ago
  94. 27b91cc Fix bad formatting of overloaded operator definitions. by Daniel Jasper · 11 years ago
  95. 8ed9f2b Improve formatting of for loops and multi-variable DeclStmts. by Daniel Jasper · 11 years ago
  96. 81d2d38 Improve formatting of function types. by Daniel Jasper · 11 years ago
  97. 627707b Better fix for r177725. by Daniel Jasper · 11 years ago
  98. b598542 More precisely recognize ObjC method declarations. by Daniel Jasper · 11 years ago
  99. 54a38bd Support for pointers-to-members usage via .* by Alexander Kornienko · 11 years ago
  100. 64f0928 Reduce penalty for breaks after "(" for functions with parameters. by Daniel Jasper · 11 years ago