1. 33337ca Update aosp/master clang for rebase to r235153 by Pirama Arumuga Nainar · 9 years ago
  2. 3ea9e33 Update aosp/master clang for rebase to r233350 by Pirama Arumuga Nainar · 9 years ago
  3. 0e2c34f Update aosp/master clang for rebase to r230699. by Stephen Hines · 9 years ago
  4. 176edba Update aosp/master Clang for rebase to r222490. by Stephen Hines · 10 years ago
  5. c568f1e Update Clang for rebase to r212749. by Stephen Hines · 10 years ago
  6. 6bcf27b Update Clang for 3.5 rebase (r209713). by Stephen Hines · 10 years ago
  7. 651f13c Updated to Clang 3.5a. by Stephen Hines · 10 years ago
  8. deb61c5 clang-format: Improve linebreaking and indentation for ObjC calls. by Daniel Jasper · 11 years ago
  9. 1a896a5 clang-format: Make breaking before ternary operators configurable. by Daniel Jasper · 11 years ago
  10. f9504aa clang-format: Improve binary operator detection in macros. by Daniel Jasper · 11 years ago
  11. 966e6d3 clang-format: Improve ObjC variadic and binary expression parameters. by Daniel Jasper · 11 years ago
  12. dbfb5f3 clang-format: Improve formatting of constructor initializers. by Daniel Jasper · 11 years ago
  13. 59875ac clang-format: Remove old hack that mainly made incorrect tests pass. by Daniel Jasper · 11 years ago
  14. 2a80ad6 clang-format: Allow line merging and partial formatting of nested blocks by Daniel Jasper · 11 years ago
  15. 8437957 clang-format: Fix whitespaces in include directives. by Daniel Jasper · 11 years ago
  16. d8ee5c1 clang-format: Option to control spacing in template argument lists. by Daniel Jasper · 11 years ago
  17. 52af944 clang-format: Fix overloaded operator for global-scoped conversions. by Daniel Jasper · 11 years ago
  18. 8f54d88 clang-format: Fix ObjC method exprs with variadic parameters. by Daniel Jasper · 11 years ago
  19. 47066e4 clang-format: Adapt line break penalties for LLVM style. by Daniel Jasper · 11 years ago
  20. 3c6aea7 clang-format: Cleanup array initializer and dict initializer formatting. by Daniel Jasper · 11 years ago
  21. a07aa66 clang-format: Improve formatting of ObjC array literals. by Daniel Jasper · 11 years ago
  22. 363193b clang-format: Better understand Lambda poarameters. by Daniel Jasper · 11 years ago
  23. b3c887d clang-format: Support case ranges. by Daniel Jasper · 11 years ago
  24. 53eb05a Make clang-format slightly more willing to break before trailing annotations. by Daniel Jasper · 11 years ago
  25. 78a4e61 clang-format: No space in "<::" in C++11 mode. by Daniel Jasper · 11 years ago
  26. b18c258 Don't break string literals inside preprocessor directives. by Alexander Kornienko · 11 years ago
  27. ae76f7f Support formatting of preprocessor branches. by Manuel Klimek · 11 years ago
  28. 1d82b1a clang-format: Don't remove 'unknown' tokens. by Daniel Jasper · 11 years ago
  29. 01fe9f9 Correctly detect colon in bit fields. Fixes PR17333. by Alexander Kornienko · 11 years ago
  30. cea014b clang-format: Improve indentation when deriving from templated classes. by Daniel Jasper · 11 years ago
  31. 19ccb12 clang-format: Improve constructor initializer linewrapping. by Daniel Jasper · 11 years ago
  32. f78bf4a clang-format: Improve alignment after 'return'. by Daniel Jasper · 11 years ago
  33. 2037698 clang-format: Fix assertion on incomplete string literals. by Daniel Jasper · 11 years ago
  34. 6b3ff8c clang-format: Improve formatting of functions with multiple trailing tokens. by Daniel Jasper · 11 years ago
  35. 9b4de85 clang-format: Option to removing the space before assignment operators. by Daniel Jasper · 11 years ago
  36. 65da8e9 clang-format: Improve address-of-operator detection by Daniel Jasper · 11 years ago
  37. ebaa171 clang-format: Don't accidentally move tokens into preprocessor directive. by Daniel Jasper · 11 years ago
  38. e63a48a clang-format: Fix line breaking bug after empty ifs. by Daniel Jasper · 11 years ago
  39. 26356cc clang-format: Don't split a >>-operator. by Daniel Jasper · 11 years ago
  40. d3d9e0f clang-format: Fix bug in style option AlwaysBreakTemplateDeclarations. by Daniel Jasper · 11 years ago
  41. 5798120 clang-format: Fix incorrect enum parsing / layouting. by Daniel Jasper · 11 years ago
  42. 7e27400 clang-format: Fix bug in pointer detection by Daniel Jasper · 11 years ago
  43. daa07e9 Don't divide L and #x in macro definitions. Fixes http://llvm.org/PR17144 by Alexander Kornienko · 11 years ago
  44. db8afe4 clang-format: Understand function type typedefs with typeof. by Daniel Jasper · 11 years ago
  45. 83a7dcd Calculate and store ColumnWidth instead of CodePointCount in FormatTokens. by Alexander Kornienko · 11 years ago
  46. 2f0a020 clang-format: Fix regression introduced by r189353. by Daniel Jasper · 11 years ago
  47. db4813a clang-format: Fix regression introduced by r189337. by Daniel Jasper · 11 years ago
  48. b77d741 clang-format: Fix comment formatting bugs in nested blocks. by Daniel Jasper · 11 years ago
  49. ac2c974 clang-format: Fix parsing and indenting lambdas. by Daniel Jasper · 11 years ago
  50. 567dcf9 clang-format: Enable formatting of nested blocks. by Daniel Jasper · 11 years ago
  51. 31e44f7 Fix layout of lambda captures. by Manuel Klimek · 11 years ago
  52. 4b762a9 Store first and last newline position in the token text for string literals and comments. by Alexander Kornienko · 11 years ago
  53. 174f60f clang-format: Fix segfault in overloaded operator parsing. by Daniel Jasper · 11 years ago
  54. ec17226 clang-format: Enable formatting of protocol buffer definitions. by Daniel Jasper · 11 years ago
  55. dcc0c5b Better support for multiline string literals (including C++11 raw string literals). by Alexander Kornienko · 11 years ago
  56. a4dd982 clang-format: Don't insert space in __has_include by Daniel Jasper · 11 years ago
  57. c476ea9 clang-format: Fix corner case in overloaded operator definitions. by Daniel Jasper · 11 years ago
  58. 081fc17 clang-format: Fix space in decltype-constexprs. by Daniel Jasper · 11 years ago
  59. d3fef0f clang-format: Format segments of builder-type calls one per line. by Daniel Jasper · 11 years ago
  60. d489f8c clang-format: Revamp builder-type call formatting. by Daniel Jasper · 11 years ago
  61. 3618e6f clang-format: Fix indentation relative to unary expressions. by Daniel Jasper · 11 years ago
  62. d4a03db clang-format: Add column layout formatting for braced lists by Daniel Jasper · 11 years ago
  63. 34f3d05 clang-format: Indent relative to unary operators. by Daniel Jasper · 11 years ago
  64. 7df56bf clang-format: Additional options for spaces around parentheses. by Daniel Jasper · 11 years ago
  65. 92495a8 clang-format: Fix return type line break decision. by Daniel Jasper · 11 years ago
  66. b644dd6 clang-format: Improve boolean expression formatting in macros. by Daniel Jasper · 11 years ago
  67. e60084d clang-format: Slightly adapt line break penalties. by Daniel Jasper · 11 years ago
  68. 5335260 clang-format: Correctly format alias declarations. by Daniel Jasper · 11 years ago
  69. 2530fd5 This change fixes the formatting of statements such as catch (E& e). by Manuel Klimek · 11 years ago
  70. 1dc6f74 clang-format: Fix corner case in OpenMP pragma formatting. by Daniel Jasper · 11 years ago
  71. efed687 clang-format: Improve formatting of builder-type calls. by Daniel Jasper · 11 years ago
  72. 1eaa997 clang-format: Operator precendence in ObjC method exprs. by Daniel Jasper · 11 years ago
  73. ab3ce59 clang-format: Don't break empty 2nd operand of ternary expr. by Daniel Jasper · 11 years ago
  74. b7000ca Teach clang-format to understand static_asserts better. by Daniel Jasper · 11 years ago
  75. aa9e7b1 clang-format: Improve line breaks in @property. by Daniel Jasper · 11 years ago
  76. 0236dd0 clang-format: Improve detection of templates. by Daniel Jasper · 11 years ago
  77. e8b10d3 clang-format: Add two new style options to support WebKit style. by Daniel Jasper · 11 years ago
  78. 5e2169f clang-format: Fix bad line break with pointers to members. by Daniel Jasper · 11 years ago
  79. e0fa4c5 clang-format: Add space in corner case. by Daniel Jasper · 11 years ago
  80. 215c57f Improve line breaking before multi-line strings. by Daniel Jasper · 11 years ago
  81. 10c26b2 Don't break line comments with escaped newlines. by Alexander Kornienko · 11 years ago
  82. 561211d clang-format: Improve handling of unterminated string literals. by Daniel Jasper · 11 years ago
  83. b5dc3f4 Revamp the formatting of C++11 braced init lists. by Daniel Jasper · 11 years ago
  84. e7d3bff clang-format: Improve detection of function types. by Daniel Jasper · 11 years ago
  85. 0c36878 clang-format: Improve c-style cast detection. by Daniel Jasper · 11 years ago
  86. 9637dda Improvement of change r186320. by Daniel Jasper · 11 years ago
  87. 3e12e87 Improve formatting of operator<< chains. by Daniel Jasper · 11 years ago
  88. 011c35d clang-format: Break before/between array subscript expressions. by Daniel Jasper · 11 years ago
  89. 20a0f8c clang-format: Break before trailing annotations. by Daniel Jasper · 11 years ago
  90. 3262f4c Improve detection of trailing return types. by Daniel Jasper · 11 years ago
  91. c18cff3 Keep trailing annotations close to their argument. by Daniel Jasper · 11 years ago
  92. c7bd68f Add experimental flag for adaptive parameter bin-packing. by Daniel Jasper · 11 years ago
  93. 2ca3741 Initial support for formatting trailing return types. by Daniel Jasper · 11 years ago
  94. 6561f6a Format overloaded operators like other functions. by Daniel Jasper · 11 years ago
  95. 526df0f Fix incorrect incorrect cast identification in clang-format. by Daniel Jasper · 11 years ago
  96. 2a409b6 Reformat clang-format's source files after r185822 and others. by Daniel Jasper · 11 years ago
  97. d6104f6 Fix formatting for allocation of new pointer variables. by Daniel Jasper · 11 years ago
  98. 198c8bf Don't break after a "(" following a binary operator. by Daniel Jasper · 11 years ago
  99. 0bdc643 Fixed typo: NoneComment -> NonComment, no other changes. by Alexander Kornienko · 11 years ago
  100. 5631202 Added AlwaysBreakBeforeMultilineStrings option. by Alexander Kornienko · 11 years ago