1. 3ea9e33 Update aosp/master clang for rebase to r233350 by Pirama Arumuga Nainar · 9 years ago
  2. 0e2c34f Update aosp/master clang for rebase to r230699. by Stephen Hines · 9 years ago
  3. 176edba Update aosp/master Clang for rebase to r222490. by Stephen Hines · 10 years ago
  4. c568f1e Update Clang for rebase to r212749. by Stephen Hines · 10 years ago
  5. 6bcf27b Update Clang for 3.5 rebase (r209713). by Stephen Hines · 10 years ago
  6. 651f13c Updated to Clang 3.5a. by Stephen Hines · 10 years ago
  7. b2ea695 Merging r195128: by Bill Wendling · 11 years ago
  8. a9f2809 Correctly mark first token in the presence of UTF-8 BOM. by Alexander Kornienko · 11 years ago
  9. c2e0329 clang-format: Don't auto-break short macros in WebKit style. by Daniel Jasper · 11 years ago
  10. 1a896a5 clang-format: Make breaking before ternary operators configurable. by Daniel Jasper · 11 years ago
  11. 4281d73 clang-format: Separate line-merging logic into its own class. by Daniel Jasper · 11 years ago
  12. 2a80ad6 clang-format: Allow line merging and partial formatting of nested blocks by Daniel Jasper · 11 years ago
  13. d8ee5c1 clang-format: Option to control spacing in template argument lists. by Daniel Jasper · 11 years ago
  14. 28ce23a I am about to change llvm::MemoryBuffer::getFile take take a Twine. Change by Rafael Espindola · 11 years ago
  15. 47066e4 clang-format: Adapt line break penalties for LLVM style. by Daniel Jasper · 11 years ago
  16. 15eef85 clang-format: Fix formatting of nested blocks after comment. by Daniel Jasper · 11 years ago
  17. 0baf33b clang-format: Be more aggressive on incorrect code. by Daniel Jasper · 11 years ago
  18. c2827ec clang-format: Make continuation indent width configurable. by Daniel Jasper · 11 years ago
  19. f0fc89c Keep track of indentation levels in static initializers for correct indentation with tabs. by Alexander Kornienko · 11 years ago
  20. 78a4e61 clang-format: No space in "<::" in C++11 mode. by Daniel Jasper · 11 years ago
  21. ae76f7f Support formatting of preprocessor branches. by Manuel Klimek · 11 years ago
  22. 1d82b1a clang-format: Don't remove 'unknown' tokens. by Daniel Jasper · 11 years ago
  23. 63cfb89 clang-format: Remove empty lines after visibility modifiers. by Daniel Jasper · 11 years ago
  24. f4e12c8 Moving style option formatting to libFormat by Edwin Vane · 11 years ago
  25. 3d9ffcf Implemented tab usage only for indentation (http://llvm.org/PR17363) by Alexander Kornienko · 11 years ago
  26. 9b4de85 clang-format: Option to removing the space before assignment operators. by Daniel Jasper · 11 years ago
  27. 2c2f729 When in pre-c++11 mode, treat _T("xxx") as a single string literal, repeat the _T() part around each fragment. This addresses http://llvm.org/PR17122 by Alexander Kornienko · 11 years ago
  28. 5798120 clang-format: Fix incorrect enum parsing / layouting. by Daniel Jasper · 11 years ago
  29. 73d845c Support for CR LF newlines. by Alexander Kornienko · 11 years ago
  30. 6f6154c Correctly calculate OriginalColumn after multi-line tokens. by Alexander Kornienko · 11 years ago
  31. 83a7dcd Calculate and store ColumnWidth instead of CodePointCount in FormatTokens. by Alexander Kornienko · 11 years ago
  32. 14e25c0 clang-format: Keep empty lines and format 1-line nested blocks. by Daniel Jasper · 11 years ago
  33. 51bb5d9 Don't remove trailing escaped newline from line comments. by Alexander Kornienko · 11 years ago
  34. 2f0a020 clang-format: Fix regression introduced by r189353. by Daniel Jasper · 11 years ago
  35. b77d741 clang-format: Fix comment formatting bugs in nested blocks. by Daniel Jasper · 11 years ago
  36. 0b62cc3 Handle zero-width and double-width characters in string literals and comments. by Alexander Kornienko · 11 years ago
  37. 1a925bc Address post-commit review comments from r190038. by Daniel Jasper · 11 years ago
  38. 567dcf9 clang-format: Enable formatting of nested blocks. by Daniel Jasper · 11 years ago
  39. 9321e87 Handle 'Cpp03' and 'Cpp11' strings in LanguageStandard serialization for by Alexander Kornienko · 11 years ago
  40. 4e65c98 Added WebKit style to the BasedOnStyle handling and to the relevant help messages. by Alexander Kornienko · 11 years ago
  41. 4b762a9 Store first and last newline position in the token text for string literals and comments. by Alexander Kornienko · 11 years ago
  42. dcc0c5b Better support for multiline string literals (including C++11 raw string literals). by Alexander Kornienko · 11 years ago
  43. c41e819 Fixes various problems with accounting for tabs in the original code. by Manuel Klimek · 11 years ago
  44. f546178 clang-format: Improve token breaking behavior. by Daniel Jasper · 11 years ago
  45. 259118e Work around unused variable warning in release builds. by Daniel Jasper · 11 years ago
  46. d4a03db clang-format: Add column layout formatting for braced lists by Daniel Jasper · 11 years ago
  47. 34f3d05 clang-format: Indent relative to unary operators. by Daniel Jasper · 11 years ago
  48. 7df56bf clang-format: Additional options for spaces around parentheses. by Daniel Jasper · 11 years ago
  49. 6b2afe4 Split UnwrappedLineFormatter into individual components. by Daniel Jasper · 11 years ago
  50. 6315fec clang-format: Add option for the offset of constructor initializers. by Daniel Jasper · 11 years ago
  51. b349a78 clang-format: Improve stream-formatting. by Daniel Jasper · 11 years ago
  52. 5335260 clang-format: Correctly format alias declarations. by Daniel Jasper · 11 years ago
  53. d3a247c Fixes a couple of bugs with the Allman brace breaking. by Manuel Klimek · 11 years ago
  54. e490705 Implement Allman style. by Manuel Klimek · 11 years ago
  55. 75e58bb clang-format: Fix string breaking after "<<". by Daniel Jasper · 11 years ago
  56. ab3ce59 clang-format: Don't break empty 2nd operand of ternary expr. by Daniel Jasper · 11 years ago
  57. b7000ca Teach clang-format to understand static_asserts better. by Daniel Jasper · 11 years ago
  58. 893ea8d clang-format: Make alignment of trailing comments optional .. by Daniel Jasper · 11 years ago
  59. eff18b9 clang-format: Add more options to namespace indentation. by Daniel Jasper · 11 years ago
  60. e8b10d3 clang-format: Add two new style options to support WebKit style. by Daniel Jasper · 11 years ago
  61. e05dc6d clang-format: Initial (incomplete) support for the WebKit coding style. by Daniel Jasper · 11 years ago
  62. 215c57f Improve line breaking before multi-line strings. by Daniel Jasper · 11 years ago
  63. b4b4a52 Avoid breaking non-trailing block comments. by Alexander Kornienko · 11 years ago
  64. 10c26b2 Don't break line comments with escaped newlines. by Alexander Kornienko · 11 years ago
  65. 561211d clang-format: Improve handling of unterminated string literals. by Daniel Jasper · 11 years ago
  66. b5dc3f4 Revamp the formatting of C++11 braced init lists. by Daniel Jasper · 11 years ago
  67. 9637dda Improvement of change r186320. by Daniel Jasper · 11 years ago
  68. 3e12e87 Improve formatting of operator<< chains. by Daniel Jasper · 11 years ago
  69. a0740f5 clang-format: Improve <<-formatting. by Daniel Jasper · 11 years ago
  70. 0fde950 clang-format: Fix string literal breaking. by Daniel Jasper · 11 years ago
  71. 011c35d clang-format: Break before/between array subscript expressions. by Daniel Jasper · 11 years ago
  72. 15ec3a8 clang-format: Fix bug concerning the alignment of "}". by Daniel Jasper · 11 years ago
  73. faec47b clang-format: Avoid line breaks before the first <<. by Daniel Jasper · 11 years ago
  74. e1f9a8e Fix indentation problem for comments in call chains by Daniel Jasper · 11 years ago
  75. c7bd68f Add experimental flag for adaptive parameter bin-packing. by Daniel Jasper · 11 years ago
  76. 2ca3741 Initial support for formatting trailing return types. by Daniel Jasper · 11 years ago
  77. b149179 Avoid confusing indentations for chained function calls. by Daniel Jasper · 11 years ago
  78. 0de1c4d Fix alignment of closing brace in braced initializers. by Daniel Jasper · 11 years ago
  79. 6561f6a Format overloaded operators like other functions. by Daniel Jasper · 11 years ago
  80. 2a409b6 Reformat clang-format's source files after r185822 and others. by Daniel Jasper · 11 years ago
  81. 88cc562 Prefer similar line breaks. by Daniel Jasper · 11 years ago
  82. 163fbf8 Use SmallVectorImpl::reverse_iterator instead of SmallVector to avoid specifying the vector size. by Craig Topper · 11 years ago
  83. 07ca547 Improve detection for preventing certain kind of formatting patterns. by Daniel Jasper · 11 years ago
  84. 0bdc643 Fixed typo: NoneComment -> NonComment, no other changes. by Alexander Kornienko · 11 years ago
  85. 5631202 Added AlwaysBreakBeforeMultilineStrings option. by Alexander Kornienko · 11 years ago
  86. 6df7a2d Don't insert confusing line breaks in comparisons. 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. 83f81d7 Put helper classes into anonymous namespace. by Craig Topper · 11 years ago
  89. a1753f4 Use lexing mode based on FormatStyle.Standard. by Alexander Kornienko · 11 years ago
  90. 1907c57 Fix a comment. by Nico Weber · 11 years ago
  91. 2726877 Run clang-format on lib/Format code after r184894. No other changes. by Nico Weber · 11 years ago
  92. a9a7f10 Add an option to not indent declarations when breaking after the type. by Manuel Klimek · 11 years ago
  93. c36c5c2 Fixed long-standing issue with incorrect length calculation of multi-line comments. by Alexander Kornienko · 11 years ago
  94. 22d0e29 Fixes incorrect indentation of line comments after break and re-alignment. by Alexander Kornienko · 11 years ago
  95. 16a0ec6 Don't remove backslashes from block comments. by Alexander Kornienko · 11 years ago
  96. e3f1197 Preserve newlines before block comments in static initializers. by Alexander Kornienko · 11 years ago
  97. 54e6c9d Improved handling of escaped newlines at the token start. by Alexander Kornienko · 11 years ago
  98. 2785b9a Fixed calculation of penalty when breaking tokens. by Alexander Kornienko · 11 years ago
  99. 0089510 UTF-8 support for clang-format. by Alexander Kornienko · 11 years ago
  100. 15f33f0 Let clang-format remove empty lines before "}". by Daniel Jasper · 11 years ago