1. ac043c9 clang-format: Add option to break before non-assignment operators. by Daniel Jasper · 11 years ago
  2. d6f17d8 clang-format: Improve line breaks at function calls. by Daniel Jasper · 11 years ago
  3. 650ecb5 Fix bug 20892 - clang-format does not handle C-style comments by Roman Kashitsyn · 11 years ago
  4. b87899b clang-format: Add option to allow short case labels on a single line. by Daniel Jasper · 11 years ago
  5. db986eb clang-format: Add an option 'SpaceAfterCStyleCast'. by Daniel Jasper · 11 years ago
  6. 73e171f clang-format: Fix unary operator detection in corner case. by Daniel Jasper · 11 years ago
  7. 168c8aa clang-format: Fix regression in formatting of braced initializers. by Daniel Jasper · 11 years ago
  8. 8f46365 clang-format: Don't butcher __asm blocks. by Daniel Jasper · 11 years ago
  9. ad981f8 clang-format: New option SpacesInSquareBrackets. by Daniel Jasper · 11 years ago
  10. 610381f clang-format: Improve handling of block comments in braced lists. by Daniel Jasper · 11 years ago
  11. 4b3ba21 clang-format: Understand sequenced casts. by Daniel Jasper · 11 years ago
  12. 7189fb2 clang-format: Improve formatting of nested builder-type calls. by Daniel Jasper · 11 years ago
  13. ea79ea1 clang-format: Prefer breaking after return type over template param by Daniel Jasper · 11 years ago
  14. c6221a5 Split a large unit-test, so that it doesn't exceed stack frame size in certain test environments by Alexander Kornienko · 11 years ago
  15. db76479 clang-format: Fix AlwaysBreakAfterDefinitionReturnType in Stroutrup style by Daniel Jasper · 11 years ago
  16. 1904e9b clang-format: Support chained dereferenced assignments. by Daniel Jasper · 11 years ago
  17. 78b4533 clang-format: Support breaking arguments of function type typedefs. by Daniel Jasper · 11 years ago
  18. 5f594f8 Fix crasher bug in clang-format. by Manuel Klimek · 11 years ago
  19. 839922e clang-format: Format long lists in columns if without bin-packing. by Daniel Jasper · 11 years ago
  20. 343643b clang-format: Understand #defines defining system includes. by Daniel Jasper · 11 years ago
  21. 598dd33 clang-format: Avoid bad line break. by Daniel Jasper · 11 years ago
  22. a043ced Fixes bug 20587 - Add K&R break before braces style by Roman Kashitsyn · 11 years ago
  23. a562120 clang-format: Prefer not to put lambdas on a single line. by Daniel Jasper · 11 years ago
  24. 78b19499 clang-format: Correct SBPO_Always-behavior after function-like keywords by Daniel Jasper · 11 years ago
  25. 47189443 clang-format: Add special comments to disable formatting. by Daniel Jasper · 11 years ago
  26. 316ab38 clang-format: Fix indentation in multi-line placement new. by Daniel Jasper · 11 years ago
  27. 0a84f17 [PR19983] SBPO_Always not covering all the cases. by Chad Rosier · 11 years ago
  28. ca4ea1c clang-format: Add option to always break after a function's return type. by Daniel Jasper · 11 years ago
  29. d967087 clang-format: Break before 'else' in Stroustrup style. by Daniel Jasper · 11 years ago
  30. 65df5aa clang-format: Understand parameter pack initialization. by Daniel Jasper · 11 years ago
  31. dcf37fb clang-format: Add a space in ObjC protocols. by Daniel Jasper · 11 years ago
  32. 45bf56c Fix parsing of classes where the class name is an absolute nested name specifier. by Manuel Klimek · 11 years ago
  33. 71646ec clang-format: Understand 'typename' in placement new. by Daniel Jasper · 11 years ago
  34. 6ba1638 clang-format: Improve operator and template recognition. by Daniel Jasper · 11 years ago
  35. 8184d66 clang-format: Improve pointer/reference detection. by Daniel Jasper · 11 years ago
  36. 2ac3fdf clang-format: Fix unary operator recognition. by Daniel Jasper · 11 years ago
  37. 8b76d60 clang-format: Fix formatting of lock annotations in lambda definitions. by Daniel Jasper · 11 years ago
  38. fc3861a clang-format: Fix parsing of conditional expressions. by Daniel Jasper · 11 years ago
  39. fcfac10 clang-format: Improve heuristic around avoiding bad line breaks. by Daniel Jasper · 11 years ago
  40. 3064620 clang-format: Improve cast detection (fix false positive). by Daniel Jasper · 11 years ago
  41. 85bcadc clang-format: Fix behavior around pointer-to-member invocations. by Daniel Jasper · 11 years ago
  42. c75e1ef clang-format: Add new option to indent wrapped function declarations. by Daniel Jasper · 11 years ago
  43. 4355e7f clang-format: Revamp function declaration/definition indentation. by Daniel Jasper · 11 years ago
  44. 2520fe9 clang-format: Support member function reference qualifiers. by Daniel Jasper · 11 years ago
  45. 91beebd clang-format: Improve expression heuristics. by Daniel Jasper · 11 years ago
  46. a2fb50f clang-format: Understand that breaking before lambdas is fine. by Daniel Jasper · 11 years ago
  47. 32ccb03 clang-format: Fix corner case in pointer/reference detection. by Daniel Jasper · 11 years ago
  48. 553d487 clang-format: Introduce style with spaces on both sides of */&. by Daniel Jasper · 11 years ago
  49. 1f24317 Fix msvc unittest build. by Rafael Espindola · 11 years ago
  50. d013670 Give clang-format its own error category. by Rafael Espindola · 11 years ago
  51. 96b0330 Use std::error_code instead of llvm::error_code. by Rafael Espindola · 11 years ago
  52. 4ac7de7 clang-format: Fix pointer/reference detection after decltype. by Daniel Jasper · 11 years ago
  53. ecaba17 clang-format: Increase penalty for wrapping array subscript expressions by Daniel Jasper · 11 years ago
  54. 9081805 clang-format: Fix enum formatting with specific comment. by Daniel Jasper · 11 years ago
  55. da18fd8 clang-format: Support variadic lambda captures. by Daniel Jasper · 11 years ago
  56. 3251fff clang-format: Handle multiline strings inside ternary expressions. by Daniel Jasper · 11 years ago
  57. a69ca9b clang-format: Leave empty lines within UnwrappedLines. by Daniel Jasper · 11 years ago
  58. 7d02829 clang-format: Fix special case of binary operator detection. by Daniel Jasper · 11 years ago
  59. 4afc6b3 clang-format: No space between ")" and braced init list. by Daniel Jasper · 11 years ago
  60. e18ff37 clang-format: Fix Allman brace breaking of enums. by Daniel Jasper · 11 years ago
  61. e3f907f clang-format: Fix trailing const (etc.) with Allman brace style. by Daniel Jasper · 11 years ago
  62. 3ae0620 There is no std::errc:success, remove the llvm one. by Rafael Espindola · 11 years ago
  63. d39312ec clang-format: Don't break before a case's colon. by Daniel Jasper · 11 years ago
  64. 335ff26 clang-format: Format array and dict literals similar to blocks. by Daniel Jasper · 11 years ago
  65. ba1b6bb clang-format: Keep '{' of dict literals on the same line in Allman style by Daniel Jasper · 11 years ago
  66. 565ed5e clang-format: Don't use Allman brace breaking for ObjC blocks. by Daniel Jasper · 11 years ago
  67. bd63073 clang-format: Fix corner case in AllowShortBlocksOnASingleLine. by Daniel Jasper · 11 years ago
  68. 91b032a clang-format: Fix braced list detection. by Daniel Jasper · 11 years ago
  69. 438059e clang-format: Fix incorrect braced init identification. by Daniel Jasper · 11 years ago
  70. 3948516 clang-format: Correctly identify multiplications in braces init lists. by Daniel Jasper · 11 years ago
  71. 5f3ea47 clang-format: Correctly calculate line lenghts for nest blocks. by Daniel Jasper · 11 years ago
  72. 5ebb2f3 clang-format: Fix incorrect macro call detection. by Daniel Jasper · 11 years ago
  73. 7f0c517 clang-format: Don't force line breaks in ObjC calls with ColumnLimit 0. by Daniel Jasper · 11 years ago
  74. 17605d3 clang-format: Add option to allow short blocks on a single line. by Daniel Jasper · 11 years ago
  75. 0a1e5ac clang-format: Don't break in the middle of ">>". by Daniel Jasper · 11 years ago
  76. 04a71a4 clang-format: Initial support for try-catch. by Daniel Jasper · 11 years ago
  77. ea2d042 clang-format: Fix binary operator detection before lambdas. by Daniel Jasper · 11 years ago
  78. e08a91e Enable alternative tokens by default for clang-format. by Nikola Smiljanic · 11 years ago
  79. 8acf822 clang-format: Fix corner cases for comments in if conditions. by Daniel Jasper · 11 years ago
  80. 7a2d60e clang-format: Fix bad space before braced initializer. by Daniel Jasper · 11 years ago
  81. 2e92e66 Fixed one issue with casting by Dinesh Dwivedi · 12 years ago
  82. f10a28d clang-format: Understand functions with decltype return type. by Daniel Jasper · 12 years ago
  83. 76f98f8 Added some heuristics to identify c style casting by Dinesh Dwivedi · 12 years ago
  84. 0e6c51c clang-format: Improve understanding of decltype. by Daniel Jasper · 12 years ago
  85. afe6fb6 Fix bug in clang-format while merging short function by Dinesh Dwivedi · 12 years ago
  86. 9509f18 clang-format: Fix import statements with ColumnLimit: 0 by Daniel Jasper · 12 years ago
  87. ea3aca8 Fixes issue with Allman BreakBeforeBraces for Objective C @interface by Dinesh Dwivedi · 12 years ago
  88. 3599567 clang-format: Allow single-line function in WebKit style. by Daniel Jasper · 12 years ago
  89. 942d971 clang-format: Improve binary operator detection. by Daniel Jasper · 12 years ago
  90. 031e240 clang-format: Fixes spaces in case statements. by Daniel Jasper · 12 years ago
  91. 437c3f5 clang-format: Don't wrap after @interface. by Daniel Jasper · 12 years ago
  92. 6693502 clang-format: Fix bug when aligning trailing /**/-comments in macros. by Daniel Jasper · 12 years ago
  93. 1034666 [Modules] Fix potential ODR violations by sinking the DEBUG_TYPE by Chandler Carruth · 12 years ago
  94. 67d9c8c Fix alignment of trailing block comments. by Alexander Kornienko · 12 years ago
  95. ae8e0d8 clang-format: Respect BinPackParameters in Cpp11BracedListStyle. by Daniel Jasper · 12 years ago
  96. 0e61784 clang-format: Add special case to reduce indentaiton in streams. by Daniel Jasper · 12 years ago
  97. 64a42b8 Fix assertion when breaking string literals with tab characters. by Alexander Kornienko · 12 years ago
  98. 20fd3c6 clang-format: Basic support for C++1y. by Daniel Jasper · 12 years ago
  99. 866468a clang-format: Fix regression caused by r206165. by Daniel Jasper · 12 years ago
  100. 72ab43b clang-format: Fix incorrect &&-detection in macros. by Daniel Jasper · 12 years ago