1. 6df7a2d Don't insert confusing line breaks in comparisons. by Daniel Jasper · 11 years ago
  2. 6ac431c Fix formatting of long declarations with const type. by Daniel Jasper · 11 years ago
  3. f50dbfa Fix incorrect token counting introduced by r185319. by Daniel Jasper · 11 years ago
  4. d446f73 Avoid column limit violation in block comments in certain cases. by Alexander Kornienko · 11 years ago
  5. cbe86cc Don't align "} // namespace" comments. by Daniel Jasper · 11 years ago
  6. c47d7f1 Don't add an extra space before ellipsis after pointers. by Daniel Jasper · 11 years ago
  7. 3a1847e Keep space between pointer and block comment. by Daniel Jasper · 11 years ago
  8. 02eacc2 Fix braced-list detection in lieu of trailing comments. by Daniel Jasper · 11 years ago
  9. e50947f Put helper classes in an anonymous namespace. by Craig Topper · 11 years ago
  10. 53d4f31 Use LLVM_DELETED_FUNCTION on unimplemented copy constructor and assignment operator. by Craig Topper · 11 years ago
  11. 14e6649 Put helper classes in an anonymous namespace. by Craig Topper · 11 years ago
  12. b8f7164 Use static for helper functions instead of an anonymous namespace per coding standards. by Craig Topper · 11 years ago
  13. cf1e216 Make string pointer const. by Craig Topper · 11 years ago
  14. 83f81d7 Put helper classes into anonymous namespace. by Craig Topper · 11 years ago
  15. a1753f4 Use lexing mode based on FormatStyle.Standard. by Alexander Kornienko · 11 years ago
  16. 1907c57 Fix a comment. by Nico Weber · 11 years ago
  17. 2726877 Run clang-format on lib/Format code after r184894. No other changes. by Nico Weber · 11 years ago
  18. 861576b Formatter: Don't put a space after parameter-naming block comments. by Nico Weber · 11 years ago
  19. 0e5a888 Fix a comment. by Nico Weber · 11 years ago
  20. 465e861 Formatter/ObjC: Correctly format casts in objc message send expressions. by Nico Weber · 11 years ago
  21. a9a7f10 Add an option to not indent declarations when breaking after the type. by Manuel Klimek · 11 years ago
  22. 8afa39b Use the same set of whitespace characters for all operations in BreakableToken. by Alexander Kornienko · 11 years ago
  23. c36c5c2 Fixed long-standing issue with incorrect length calculation of multi-line comments. by Alexander Kornienko · 11 years ago
  24. f2b2c7d Split long strings on word boundaries. by Alexander Kornienko · 11 years ago
  25. d71b15b Fix a problem in ExpressionParser leading to trailing comments affecting indentation of an expression after a line break. by Alexander Kornienko · 11 years ago
  26. 22d0e29 Fixes incorrect indentation of line comments after break and re-alignment. by Alexander Kornienko · 11 years ago
  27. 16a0ec6 Don't remove backslashes from block comments. by Alexander Kornienko · 11 years ago
  28. e3f1197 Preserve newlines before block comments in static initializers. by Alexander Kornienko · 11 years ago
  29. 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
  30. 54e6c9d Improved handling of escaped newlines at the token start. by Alexander Kornienko · 11 years ago
  31. 2785b9a Fixed calculation of penalty when breaking tokens. by Alexander Kornienko · 11 years ago
  32. 65d2c38 Fix incorrect line breaking before trailing block comments. by Daniel Jasper · 11 years ago
  33. 9acb8b4 Fix clang-format's expression parser for leading }s. by Daniel Jasper · 11 years ago
  34. ff1a2e5 Improve c-style cast detection. by Daniel Jasper · 11 years ago
  35. 0089510 UTF-8 support for clang-format. by Alexander Kornienko · 11 years ago
  36. 3b71155 Moved FormatToken to a separate header. by Alexander Kornienko · 11 years ago
  37. 15f33f0 Let clang-format remove empty lines before "}". by Daniel Jasper · 11 years ago
  38. ce912f4 Improve detection preventing certain kind of formatting patterns. by Daniel Jasper · 11 years ago
  39. 5ef8aac Fix line-breaking problem caused by comment. by Daniel Jasper · 11 years ago
  40. 0348be0 Improve recognition of template parameters. by Daniel Jasper · 11 years ago
  41. b8b4295 Improve clang-format's c-style cast detection. by Daniel Jasper · 11 years ago
  42. f7ec1cc Improve clang-format's error recovery. by Daniel Jasper · 11 years ago
  43. 8893b8a Make formatting of empty blocks more consistent. by Daniel Jasper · 11 years ago
  44. c01897c Properly format nested conditional operators. by Daniel Jasper · 11 years ago
  45. eb48366 Fix detection/formatting of braced lists in ternary expressions. by Daniel Jasper · 11 years ago
  46. cb4b40b More fixes for clang-format's multiline comment breaking. by Daniel Jasper · 11 years ago
  47. 9209270 Fix another clang-format crasher related to multi-line comments. by Daniel Jasper · 11 years ago
  48. b6dba33 Add asserts to guard against regressions. by Manuel Klimek · 11 years ago
  49. e2c482f Fix crasher when formatting certain block comments. by Daniel Jasper · 11 years ago
  50. be9ed77 Fixes error when splitting block comments. by Manuel Klimek · 11 years ago
  51. 9c333b9 Use a non-recursive implementation to reconstruct line breaks. by Manuel Klimek · 11 years ago
  52. b398701 The second step in the token refactoring. by Manuel Klimek · 11 years ago
  53. c76d59d Add return missing in r182855. by Daniel Jasper · 11 years ago
  54. 7e70f4c Leave some macros on their own line by Daniel Jasper · 11 years ago
  55. bbc8776 Add option to always break template declarations. by Daniel Jasper · 11 years ago
  56. bac4681 Remove obsolete variable as discovered in post-commit review. by Daniel Jasper · 11 years ago
  57. 88959b7 Support uniform inits in braced lists. by Daniel Jasper · 11 years ago
  58. 3ff4a2f Fix formatting regression regarding pointers to arrays. by Daniel Jasper · 11 years ago
  59. dcb3f2a Make UnwrappedLines and AnnotatedToken contain pointers to FormatToken. by Manuel Klimek · 11 years ago
  60. 96e888b A first step towards giving format tokens pointer identity. by Manuel Klimek · 11 years ago
  61. 5ad390d Initial support for designated initializers. by Daniel Jasper · 11 years ago
  62. d63312b Disable tab expansion when counting the columns in block comments. by Manuel Klimek · 11 years ago
  63. c5cc4bf Fixes indentation of empty lines in block comments. by Manuel Klimek · 11 years ago
  64. 431f591 Clean up formatting of function types. by Daniel Jasper · 11 years ago
  65. 69c4371 Fix formatting of expressions containing ">>". by Daniel Jasper · 11 years ago
  66. c04a5c3 Remove unreachable return by David Blaikie · 11 years ago
  67. 131884a Improve formatting of templates. by Daniel Jasper · 11 years ago
  68. de008c0 Major refactoring of BreakableToken. by Manuel Klimek · 11 years ago
  69. 512843a Improve indentation of assignments. by Daniel Jasper · 11 years ago
  70. b3778a6 Address post-review comment from dblakie. by Manuel Klimek · 11 years ago
  71. 259a038 Fix hacky way of preventing a certain type of line break. by Daniel Jasper · 11 years ago
  72. f2ff812 Formatter/ObjC: In dictionary literals, break after ':', not before it. by Nico Weber · 11 years ago
  73. 6fb46b0 Ignore contents of #if 0 blocks. by Alexander Kornienko · 11 years ago
  74. ce93356 More tests and a fix for braced init lists. by Daniel Jasper · 11 years ago
  75. 854ca79 Fix aligning of comments. by Manuel Klimek · 11 years ago
  76. 23ad339 Fix aligning of comments that are at the start of the line. by Manuel Klimek · 11 years ago
  77. de0d61f Increase test coverage for braced init lists. by Daniel Jasper · 11 years ago
  78. 1bee073 Improve formatting of braced lists. by Daniel Jasper · 11 years ago
  79. ebfb88c Stop aligning trailing comments which are aligned with the next line. by Manuel Klimek · 11 years ago
  80. ad3094b Use a SourceRange for the whitespace location in FormatToken. by Manuel Klimek · 11 years ago
  81. 2424eef Improve formatting of braced lists. by Daniel Jasper · 11 years ago
  82. a3e2179 Fix no-assert compiles. by Manuel Klimek · 11 years ago
  83. 80829bd Expand parsing of braced init lists. by Manuel Klimek · 11 years ago
  84. 0cd57b5 Fix uninitialized access error found by valgrind. by Manuel Klimek · 11 years ago
  85. e573c3f Makes whitespace management more consistent. by Manuel Klimek · 11 years ago
  86. 6e6efa7 Improve clang-format's stream formatting. by Daniel Jasper · 11 years ago
  87. 24e19e4 Fix function declaration behavior. by Daniel Jasper · 11 years ago
  88. 5ad72bb Improve handling of trailing 'const'. by Daniel Jasper · 11 years ago
  89. 54b4e44 Cut-off clang-format analysis. by Daniel Jasper · 11 years ago
  90. e033e87 Allow breaking before a trailing const. by Daniel Jasper · 11 years ago
  91. 107db3c Minor fix: don't crash on empty configuration file, consider empty configuration files invalid. by Alexander Kornienko · 11 years ago
  92. 885f87b Clang-format: allow -style="{yaml/json}" on command line by Alexander Kornienko · 11 years ago
  93. 399914b Slightly modify the formatting rules for braced lists. by Daniel Jasper · 11 years ago
  94. 5d5b424 Don't insert a break into include lines with trailing comments. by Daniel Jasper · 11 years ago
  95. f11bbb9 Add option to put short loops on a single line. by Daniel Jasper · 11 years ago
  96. 8a99945 Add a more convenient interface to use clang-format. by Daniel Jasper · 11 years ago
  97. 058f6f8 Comments should not prevent single-line functions. by Daniel Jasper · 11 years ago
  98. 9a2f8d0 Add back accidentally deleted line and add test for it. by Daniel Jasper · 11 years ago
  99. 5be59ba Don't put short namespace on a single line. by Daniel Jasper · 11 years ago
  100. 5d823e3 Improve recognition of template definitions. by Daniel Jasper · 11 years ago