1. dcc0c5b Better support for multiline string literals (including C++11 raw string literals). by Alexander Kornienko · 11 years ago
  2. c41e819 Fixes various problems with accounting for tabs in the original code. by Manuel Klimek · 11 years ago
  3. f546178 clang-format: Improve token breaking behavior. by Daniel Jasper · 11 years ago
  4. 7143a21 clang-format: Fix segfault in 'incomplete' macros. by Daniel Jasper · 11 years ago
  5. c9346c9 clang-format: Fix infinite loop in macro special case. by Daniel Jasper · 11 years ago
  6. a4dd982 clang-format: Don't insert space in __has_include by Daniel Jasper · 11 years ago
  7. 7186ccc clang-format: Fix corner case in ObjC interface definitions. by Daniel Jasper · 11 years ago
  8. f439dcb clang-format: Improve braced init list detection: by Daniel Jasper · 11 years ago
  9. c476ea9 clang-format: Fix corner case in overloaded operator definitions. by Daniel Jasper · 11 years ago
  10. 081fc17 clang-format: Fix space in decltype-constexprs. by Daniel Jasper · 11 years ago
  11. d3fef0f clang-format: Format segments of builder-type calls one per line. by Daniel Jasper · 11 years ago
  12. d489f8c clang-format: Revamp builder-type call formatting. by Daniel Jasper · 11 years ago
  13. 451f1e0 clang-format: Fix bug in column layout. by Daniel Jasper · 11 years ago
  14. 332c677 clang-format: Fix bug in column-layout formatting. by Daniel Jasper · 11 years ago
  15. 3618e6f clang-format: Fix indentation relative to unary expressions. by Daniel Jasper · 11 years ago
  16. 4df1ff9 clang-format: Fix corner case for string splitting .. by Daniel Jasper · 11 years ago
  17. ed51c02 clang-format: Handle trailing commas in column layout of braced list. by Daniel Jasper · 11 years ago
  18. 259118e Work around unused variable warning in release builds. by Daniel Jasper · 11 years ago
  19. d4a03db clang-format: Add column layout formatting for braced lists by Daniel Jasper · 11 years ago
  20. 34f3d05 clang-format: Indent relative to unary operators. by Daniel Jasper · 11 years ago
  21. cbeb1c6 clang-format: Format enum struct/class like enum. by Daniel Jasper · 11 years ago
  22. 7df56bf clang-format: Additional options for spaces around parentheses. by Daniel Jasper · 11 years ago
  23. 92495a8 clang-format: Fix return type line break decision. by Daniel Jasper · 11 years ago
  24. 6b2afe4 Split UnwrappedLineFormatter into individual components. by Daniel Jasper · 11 years ago
  25. 6315fec clang-format: Add option for the offset of constructor initializers. by Daniel Jasper · 11 years ago
  26. b644dd6 clang-format: Improve boolean expression formatting in macros. by Daniel Jasper · 11 years ago
  27. e60084d clang-format: Slightly adapt line break penalties. by Daniel Jasper · 11 years ago
  28. b349a78 clang-format: Improve stream-formatting. by Daniel Jasper · 11 years ago
  29. 5335260 clang-format: Correctly format alias declarations. by Daniel Jasper · 11 years ago
  30. 2530fd5 This change fixes the formatting of statements such as catch (E& e). by Manuel Klimek · 11 years ago
  31. 2519d56 Revert r187935 "Support for double width characters." by Arnold Schwaighofer · 11 years ago
  32. 712b747 Support for double width characters. by Alexander Kornienko · 11 years ago
  33. d3a247c Fixes a couple of bugs with the Allman brace breaking. by Manuel Klimek · 11 years ago
  34. 1dc6f74 clang-format: Fix corner case in OpenMP pragma formatting. by Daniel Jasper · 11 years ago
  35. efed687 clang-format: Improve formatting of builder-type calls. by Daniel Jasper · 11 years ago
  36. e490705 Implement Allman style. by Manuel Klimek · 11 years ago
  37. 75e58bb clang-format: Fix string breaking after "<<". by Daniel Jasper · 11 years ago
  38. 1eaa997 clang-format: Operator precendence in ObjC method exprs. by Daniel Jasper · 11 years ago
  39. ab3ce59 clang-format: Don't break empty 2nd operand of ternary expr. by Daniel Jasper · 11 years ago
  40. b7000ca Teach clang-format to understand static_asserts better. by Daniel Jasper · 11 years ago
  41. aa9e7b1 clang-format: Improve line breaks in @property. by Daniel Jasper · 11 years ago
  42. 893ea8d clang-format: Make alignment of trailing comments optional .. by Daniel Jasper · 11 years ago
  43. eff18b9 clang-format: Add more options to namespace indentation. by Daniel Jasper · 11 years ago
  44. 0236dd0 clang-format: Improve detection of templates. by Daniel Jasper · 11 years ago
  45. e8b10d3 clang-format: Add two new style options to support WebKit style. by Daniel Jasper · 11 years ago
  46. e865cc5 clang-format: Fix switch/case interaction with macros. by Daniel Jasper · 11 years ago
  47. e05dc6d clang-format: Initial (incomplete) support for the WebKit coding style. by Daniel Jasper · 11 years ago
  48. 5e2169f clang-format: Fix bad line break with pointers to members. by Daniel Jasper · 11 years ago
  49. e0fa4c5 clang-format: Add space in corner case. by Daniel Jasper · 11 years ago
  50. 215c57f Improve line breaking before multi-line strings. by Daniel Jasper · 11 years ago
  51. b4b4a52 Avoid breaking non-trailing block comments. by Alexander Kornienko · 11 years ago
  52. 10c26b2 Don't break line comments with escaped newlines. by Alexander Kornienko · 11 years ago
  53. 561211d clang-format: Improve handling of unterminated string literals. by Daniel Jasper · 11 years ago
  54. b5dc3f4 Revamp the formatting of C++11 braced init lists. by Daniel Jasper · 11 years ago
  55. e7d3bff clang-format: Improve detection of function types. by Daniel Jasper · 11 years ago
  56. 0c36878 clang-format: Improve c-style cast detection. by Daniel Jasper · 11 years ago
  57. 9637dda Improvement of change r186320. by Daniel Jasper · 11 years ago
  58. 3e12e87 Improve formatting of operator<< chains. by Daniel Jasper · 11 years ago
  59. 3aa29df Add 'static' and 'const' qualifiers to some arrays of strings. by Craig Topper · 11 years ago
  60. a0740f5 clang-format: Improve <<-formatting. by Daniel Jasper · 11 years ago
  61. 0fde950 clang-format: Fix string literal breaking. by Daniel Jasper · 11 years ago
  62. 011c35d clang-format: Break before/between array subscript expressions. by Daniel Jasper · 11 years ago
  63. 15ec3a8 clang-format: Fix bug concerning the alignment of "}". by Daniel Jasper · 11 years ago
  64. 20a0f8c clang-format: Break before trailing annotations. by Daniel Jasper · 11 years ago
  65. faec47b clang-format: Avoid line breaks before the first <<. by Daniel Jasper · 11 years ago
  66. 3262f4c Improve detection of trailing return types. by Daniel Jasper · 11 years ago
  67. e1f9a8e Fix indentation problem for comments in call chains by Daniel Jasper · 11 years ago
  68. c18cff3 Keep trailing annotations close to their argument. by Daniel Jasper · 11 years ago
  69. c7bd68f Add experimental flag for adaptive parameter bin-packing. by Daniel Jasper · 11 years ago
  70. 2ca3741 Initial support for formatting trailing return types. by Daniel Jasper · 11 years ago
  71. b149179 Avoid confusing indentations for chained function calls. by Daniel Jasper · 11 years ago
  72. 0de1c4d Fix alignment of closing brace in braced initializers. by Daniel Jasper · 11 years ago
  73. 6561f6a Format overloaded operators like other functions. by Daniel Jasper · 11 years ago
  74. 526df0f Fix incorrect incorrect cast identification in clang-format. by Daniel Jasper · 11 years ago
  75. 2a409b6 Reformat clang-format's source files after r185822 and others. by Daniel Jasper · 11 years ago
  76. 88cc562 Prefer similar line breaks. by Daniel Jasper · 11 years ago
  77. 1659ded Fix for corner cases in code handling leading "* " decorations in block comments by Alexander Kornienko · 11 years ago
  78. 163fbf8 Use SmallVectorImpl::reverse_iterator instead of SmallVector to avoid specifying the vector size. by Craig Topper · 11 years ago
  79. d6104f6 Fix formatting for allocation of new pointer variables. by Daniel Jasper · 11 years ago
  80. 07ca547 Improve detection for preventing certain kind of formatting patterns. by Daniel Jasper · 11 years ago
  81. 198c8bf Don't break after a "(" following a binary operator. by Daniel Jasper · 11 years ago
  82. 0bdc643 Fixed typo: NoneComment -> NonComment, no other changes. by Alexander Kornienko · 11 years ago
  83. 5631202 Added AlwaysBreakBeforeMultilineStrings option. by Alexander Kornienko · 11 years ago
  84. 6df7a2d Don't insert confusing line breaks in comparisons. by Daniel Jasper · 11 years ago
  85. 6ac431c Fix formatting of long declarations with const type. by Daniel Jasper · 11 years ago
  86. f50dbfa Fix incorrect token counting introduced by r185319. by Daniel Jasper · 11 years ago
  87. d446f73 Avoid column limit violation in block comments in certain cases. by Alexander Kornienko · 11 years ago
  88. cbe86cc Don't align "} // namespace" comments. by Daniel Jasper · 11 years ago
  89. c47d7f1 Don't add an extra space before ellipsis after pointers. by Daniel Jasper · 11 years ago
  90. 3a1847e Keep space between pointer and block comment. by Daniel Jasper · 11 years ago
  91. 02eacc2 Fix braced-list detection in lieu of trailing comments. by Daniel Jasper · 11 years ago
  92. e50947f Put helper classes in an anonymous namespace. by Craig Topper · 11 years ago
  93. 53d4f31 Use LLVM_DELETED_FUNCTION on unimplemented copy constructor and assignment operator. by Craig Topper · 11 years ago
  94. 14e6649 Put helper classes in an anonymous namespace. by Craig Topper · 11 years ago
  95. b8f7164 Use static for helper functions instead of an anonymous namespace per coding standards. by Craig Topper · 11 years ago
  96. cf1e216 Make string pointer const. by Craig Topper · 11 years ago
  97. 83f81d7 Put helper classes into anonymous namespace. by Craig Topper · 11 years ago
  98. a1753f4 Use lexing mode based on FormatStyle.Standard. by Alexander Kornienko · 11 years ago
  99. 1907c57 Fix a comment. by Nico Weber · 11 years ago
  100. 2726877 Run clang-format on lib/Format code after r184894. No other changes. by Nico Weber · 11 years ago