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