1. a15da30 clang-format: Fix corner case in ObjC interface definitions. by Daniel Jasper · 12 years ago
  2. 65b7982 clang-format: Improve braced init list detection: by Daniel Jasper · 12 years ago
  3. d215b8b clang-format: Fix corner case in overloaded operator definitions. by Daniel Jasper · 12 years ago
  4. 11be8ac clang-format: Fix space in decltype-constexprs. by Daniel Jasper · 12 years ago
  5. 4c6e005 clang-format: Format segments of builder-type calls one per line. by Daniel Jasper · 12 years ago
  6. b27c4b7 clang-format: Revamp builder-type call formatting. by Daniel Jasper · 12 years ago
  7. cb3f0ed clang-format: Fix bug in column layout. by Daniel Jasper · 12 years ago
  8. 8863ada clang-format: Fix bug in column-layout formatting. by Daniel Jasper · 12 years ago
  9. 0649d36 clang-format: Fix indentation relative to unary expressions. by Daniel Jasper · 12 years ago
  10. f438cb7 clang-format: Fix corner case for string splitting .. by Daniel Jasper · 12 years ago
  11. f93551c clang-format: Handle trailing commas in column layout of braced list. by Daniel Jasper · 12 years ago
  12. 8de9ed0 clang-format: Add column layout formatting for braced lists by Daniel Jasper · 12 years ago
  13. f110e20 clang-format: Indent relative to unary operators. by Daniel Jasper · 12 years ago
  14. 2b41a82 clang-format: Format enum struct/class like enum. by Daniel Jasper · 12 years ago
  15. b55acad clang-format: Additional options for spaces around parentheses. by Daniel Jasper · 12 years ago
  16. 5364306 clang-format: Fix return type line break decision. by Daniel Jasper · 12 years ago
  17. cdaffa4 clang-format: Add option for the offset of constructor initializers. by Daniel Jasper · 12 years ago
  18. 29a98cf clang-format: Improve boolean expression formatting in macros. by Daniel Jasper · 12 years ago
  19. 70dc91a clang-format: Activate WebKit-style tests for MS compilers. by Daniel Jasper · 12 years ago
  20. 301d017 clang-format: Slightly adapt line break penalties. by Daniel Jasper · 12 years ago
  21. 467ddb1 clang-format: Improve stream-formatting. by Daniel Jasper · 12 years ago
  22. 5903685 clang-format: Correctly format alias declarations. by Daniel Jasper · 12 years ago
  23. d573550 This change fixes the formatting of statements such as catch (E& e). by Manuel Klimek · 12 years ago
  24. a8177a0 Revert r187935 "Support for double width characters." by Arnold Schwaighofer · 12 years ago
  25. ca3e631 Support for double width characters. by Alexander Kornienko · 12 years ago
  26. a027f30 Fixes a couple of bugs with the Allman brace breaking. by Manuel Klimek · 12 years ago
  27. 9613c81 clang-format: Fix corner case in OpenMP pragma formatting. by Daniel Jasper · 12 years ago
  28. d6877f0 clang-format: Improve formatting of builder-type calls. by Daniel Jasper · 12 years ago
  29. d3ed59a Implement Allman style. by Manuel Klimek · 12 years ago
  30. 3dcd7ec clang-format: Fix string breaking after "<<". by Daniel Jasper · 12 years ago
  31. 7cdc78b clang-format: Operator precendence in ObjC method exprs. by Daniel Jasper · 12 years ago
  32. b1ae734 clang-format: Don't break empty 2nd operand of ternary expr. by Daniel Jasper · 12 years ago
  33. 8b1c635 Teach clang-format to understand static_asserts better. by Daniel Jasper · 12 years ago
  34. 9688ff1 clang-format: Improve line breaks in @property. by Daniel Jasper · 12 years ago
  35. 552f4a7 clang-format: Make alignment of trailing comments optional .. by Daniel Jasper · 12 years ago
  36. 65ee347 clang-format: Add more options to namespace indentation. by Daniel Jasper · 12 years ago
  37. 62c0ac0 clang-format: Improve detection of templates. by Daniel Jasper · 12 years ago
  38. e33d4af clang-format: Add two new style options to support WebKit style. by Daniel Jasper · 12 years ago
  39. 516d797 clang-format: Fix switch/case interaction with macros. by Daniel Jasper · 12 years ago
  40. ffefb3d clang-format: Initial (incomplete) support for the WebKit coding style. by Daniel Jasper · 12 years ago
  41. 998cabc clang-format: Fix bad line break with pointers to members. by Daniel Jasper · 12 years ago
  42. ee6d650 clang-format: Add space in corner case. by Daniel Jasper · 12 years ago
  43. c834c70 Improve line breaking before multi-line strings. by Daniel Jasper · 12 years ago
  44. 9404234 Avoid breaking non-trailing block comments. by Alexander Kornienko · 12 years ago
  45. 657c67b Don't break line comments with escaped newlines. by Alexander Kornienko · 12 years ago
  46. 8369aa5 clang-format: Improve handling of unterminated string literals. by Daniel Jasper · 12 years ago
  47. 6ab5468 Revamp the formatting of C++11 braced init lists. by Daniel Jasper · 12 years ago
  48. 655d96a clang-format: Improve detection of function types. by Daniel Jasper · 12 years ago
  49. 49a9448 clang-format: Improve c-style cast detection. by Daniel Jasper · 12 years ago
  50. fa21c07 Improvement of change r186320. by Daniel Jasper · 12 years ago
  51. 0d5e44d Improve formatting of operator<< chains. by Daniel Jasper · 12 years ago
  52. 77d5d31 clang-format: Improve <<-formatting. by Daniel Jasper · 12 years ago
  53. 5aad4e5 clang-format: Fix string literal breaking. by Daniel Jasper · 12 years ago
  54. aea3bde clang-format: Break before/between array subscript expressions. by Daniel Jasper · 12 years ago
  55. 51efbad clang-format: Fix bug concerning the alignment of "}". by Daniel Jasper · 12 years ago
  56. 718bd36 clang-format: Break before trailing annotations. by Daniel Jasper · 12 years ago
  57. 4e9678f clang-format: Avoid line breaks before the first <<. by Daniel Jasper · 12 years ago
  58. a3501d4 Improve detection of trailing return types. by Daniel Jasper · 12 years ago
  59. 185de24 Fix indentation problem for comments in call chains by Daniel Jasper · 12 years ago
  60. 40db06a Keep trailing annotations close to their argument. by Daniel Jasper · 12 years ago
  61. b10cbc4 Add experimental flag for adaptive parameter bin-packing. by Daniel Jasper · 12 years ago
  62. 6cdec7c Initial support for formatting trailing return types. by Daniel Jasper · 12 years ago
  63. bd05888 Avoid confusing indentations for chained function calls. by Daniel Jasper · 12 years ago
  64. b1f74a8 Fix alignment of closing brace in braced initializers. by Daniel Jasper · 12 years ago
  65. 6331da0 Format overloaded operators like other functions. by Daniel Jasper · 12 years ago
  66. 6a09df7 Fix incorrect incorrect cast identification in clang-format. by Daniel Jasper · 12 years ago
  67. ee7539a Prefer similar line breaks. by Daniel Jasper · 12 years ago
  68. 614d96a Fix for corner cases in code handling leading "* " decorations in block comments by Alexander Kornienko · 12 years ago
  69. 6f9c8d2 Fix formatting for allocation of new pointer variables. by Daniel Jasper · 12 years ago
  70. 0e90c3d Improve detection for preventing certain kind of formatting patterns. by Daniel Jasper · 12 years ago
  71. 1bc1b50 Don't break after a "(" following a binary operator. by Daniel Jasper · 12 years ago
  72. 5861171 Added AlwaysBreakBeforeMultilineStrings option. by Alexander Kornienko · 12 years ago
  73. 7ae41cd Don't insert confusing line breaks in comparisons. by Daniel Jasper · 12 years ago
  74. dba1c55 Fix formatting of long declarations with const type. by Daniel Jasper · 12 years ago
  75. ca7bd72 Fix incorrect token counting introduced by r185319. by Daniel Jasper · 12 years ago
  76. aa620e1 Avoid column limit violation in block comments in certain cases. by Alexander Kornienko · 12 years ago
  77. 251b3c9 Don't align "} // namespace" comments. by Daniel Jasper · 12 years ago
  78. bafa6b7 Don't add an extra space before ellipsis after pointers. by Daniel Jasper · 12 years ago
  79. 022612d Keep space between pointer and block comment. by Daniel Jasper · 12 years ago
  80. 7f5d53e Fix braced-list detection in lieu of trailing comments. by Daniel Jasper · 12 years ago
  81. 1e80887 Use lexing mode based on FormatStyle.Standard. by Alexander Kornienko · 12 years ago
  82. 8084cff Formatter: Don't put a space after parameter-naming block comments. by Nico Weber · 12 years ago
  83. ec9e410 Formatter/ObjC: Correctly format casts in objc message send expressions. by Nico Weber · 12 years ago
  84. e8d7824 Formatter/Objc: Add a test that checks that @import is formatted correctly. by Nico Weber · 12 years ago
  85. 34a87e8 Fixed typo. by Alexander Kornienko · 12 years ago
  86. 836c286 Add an option to not indent declarations when breaking after the type. by Manuel Klimek · 12 years ago
  87. b93062e Use the same set of whitespace characters for all operations in BreakableToken. by Alexander Kornienko · 12 years ago
  88. a3555e2 Fixed long-standing issue with incorrect length calculation of multi-line comments. by Alexander Kornienko · 12 years ago
  89. 7285207 Split long strings on word boundaries. by Alexander Kornienko · 12 years ago
  90. afaa8f5 Fix a problem in ExpressionParser leading to trailing comments affecting indentation of an expression after a line break. by Alexander Kornienko · 12 years ago
  91. 4d26b6e Fixes incorrect indentation of line comments after break and re-alignment. by Alexander Kornienko · 12 years ago
  92. be63390 Don't remove backslashes from block comments. by Alexander Kornienko · 12 years ago
  93. f370ad9 Preserve newlines before block comments in static initializers. by Alexander Kornienko · 12 years ago
  94. 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
  95. ee4ca9b Improved handling of escaped newlines at the token start. by Alexander Kornienko · 12 years ago
  96. dd7ece5 Fixed calculation of penalty when breaking tokens. by Alexander Kornienko · 12 years ago
  97. 61a4078 Fix incorrect line breaking before trailing block comments. by Daniel Jasper · 12 years ago
  98. 6dcecb6 Fix clang-format's expression parser for leading }s. by Daniel Jasper · 12 years ago
  99. 0586637 Improve c-style cast detection. by Daniel Jasper · 12 years ago
  100. 5238eba clang/unittests/Format/FormatTest.cpp: Suppress utf8 literals with _MSC_VER. MS cl.exe is unaware of BOM-less utf8 source files. by NAKAMURA Takumi · 12 years ago