1. 0e2c34f Update aosp/master clang for rebase to r230699. by Stephen Hines · 10 years ago
  2. 6bcf27b Update Clang for 3.5 rebase (r209713). by Stephen Hines · 11 years ago
  3. 651f13c Updated to Clang 3.5a. by Stephen Hines · 11 years ago
  4. a7462b8 Remove extra whitespace instead of breaking the line in comments when possible. by Alexander Kornienko · 12 years ago
  5. 74b7363 clang-format: fix for \r\r\n produced in multiline block comments by Daniel Jasper · 12 years ago
  6. 3d9ffcf Implemented tab usage only for indentation (http://llvm.org/PR17363) by Alexander Kornienko · 12 years ago
  7. 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 · 12 years ago
  8. 83a7dcd Calculate and store ColumnWidth instead of CodePointCount in FormatTokens. by Alexander Kornienko · 12 years ago
  9. 0b62cc3 Handle zero-width and double-width characters in string literals and comments. by Alexander Kornienko · 12 years ago
  10. 2519d56 Revert r187935 "Support for double width characters." by Arnold Schwaighofer · 12 years ago
  11. 712b747 Support for double width characters. by Alexander Kornienko · 12 years ago
  12. 3aa29df Add 'static' and 'const' qualifiers to some arrays of strings. by Craig Topper · 12 years ago
  13. 2a409b6 Reformat clang-format's source files after r185822 and others. by Daniel Jasper · 12 years ago
  14. 1659ded Fix for corner cases in code handling leading "* " decorations in block comments by Alexander Kornienko · 12 years ago
  15. b8f7164 Use static for helper functions instead of an anonymous namespace per coding standards. by Craig Topper · 12 years ago
  16. cf1e216 Make string pointer const. by Craig Topper · 12 years ago
  17. 8afa39b Use the same set of whitespace characters for all operations in BreakableToken. by Alexander Kornienko · 12 years ago
  18. f2b2c7d Split long strings on word boundaries. by Alexander Kornienko · 12 years ago
  19. 16a0ec6 Don't remove backslashes from block comments. by Alexander Kornienko · 12 years ago
  20. 2b2faa5 Insert a space at the start of a line comment in case it starts with an alphanumeric character. by Alexander Kornienko · 12 years ago
  21. 2785b9a Fixed calculation of penalty when breaking tokens. by Alexander Kornienko · 12 years ago
  22. 0089510 UTF-8 support for clang-format. by Alexander Kornienko · 12 years ago
  23. cb4b40b More fixes for clang-format's multiline comment breaking. by Daniel Jasper · 12 years ago
  24. 9209270 Fix another clang-format crasher related to multi-line comments. by Daniel Jasper · 12 years ago
  25. b6dba33 Add asserts to guard against regressions. by Manuel Klimek · 12 years ago
  26. e2c482f Fix crasher when formatting certain block comments. by Daniel Jasper · 12 years ago
  27. be9ed77 Fixes error when splitting block comments. by Manuel Klimek · 12 years ago
  28. d63312b Disable tab expansion when counting the columns in block comments. by Manuel Klimek · 12 years ago
  29. c5cc4bf Fixes indentation of empty lines in block comments. by Manuel Klimek · 12 years ago
  30. de008c0 Major refactoring of BreakableToken. by Manuel Klimek · 12 years ago
  31. e573c3f Makes whitespace management more consistent. by Manuel Klimek · 12 years ago
  32. 919398b Unified token breaking logic: support for line comments. by Alexander Kornienko · 12 years ago
  33. 70ce788 Unified token breaking logic for strings and block comments. by Alexander Kornienko · 12 years ago