1. 3d9ffcf Implemented tab usage only for indentation (http://llvm.org/PR17363) by Alexander Kornienko · 11 years ago
  2. 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
  3. 0b62cc3 Handle zero-width and double-width characters in string literals and comments. by Alexander Kornienko · 11 years ago
  4. 2a409b6 Reformat clang-format's source files after r185822 and others. by Daniel Jasper · 11 years ago
  5. 1659ded Fix for corner cases in code handling leading "* " decorations in block comments by Alexander Kornienko · 11 years ago
  6. 16a0ec6 Don't remove backslashes from block comments. by Alexander Kornienko · 11 years ago
  7. 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
  8. 2785b9a Fixed calculation of penalty when breaking tokens. by Alexander Kornienko · 11 years ago
  9. 0089510 UTF-8 support for clang-format. by Alexander Kornienko · 11 years ago
  10. de008c0 Major refactoring of BreakableToken. by Manuel Klimek · 11 years ago
  11. e573c3f Makes whitespace management more consistent. by Manuel Klimek · 11 years ago
  12. 919398b Unified token breaking logic: support for line comments. by Alexander Kornienko · 11 years ago
  13. 70ce788 Unified token breaking logic for strings and block comments. by Alexander Kornienko · 11 years ago