1. 9a2f8d0 Add back accidentally deleted line and add test for it. by Daniel Jasper · 11 years ago
  2. 5be59ba Don't put short namespace on a single line. by Daniel Jasper · 11 years ago
  3. 33f4b90 Break function declarations after multi-line return types. by Daniel Jasper · 11 years ago
  4. 9f32161 Don't merge one-line functions in weird brace styles. by Daniel Jasper · 11 years ago
  5. caf42a3 Remove diagnostics from clang-format. by Daniel Jasper · 11 years ago
  6. d741f02 Fix expression breaking for one-parameter-per-line styles. by Daniel Jasper · 11 years ago
  7. 84f5ddf Correctly determine ranges for clang-format. by Daniel Jasper · 11 years ago
  8. 1fb8d88 Fix clang-format bug in unwrapped-line merging. by Daniel Jasper · 11 years ago
  9. 2a9805d Implement string literal breaking on unbreakable token sequences. by Manuel Klimek · 11 years ago
  10. 27c7f54 Align a multiline string literal with the first part. by Daniel Jasper · 11 years ago
  11. 2b6acb6 A better version of r181699: use raw_string_ostream.str() instead of manually calling .flush(). by Alexander Kornienko · 11 years ago
  12. 44135b8 Implements brace breaking styles. by Manuel Klimek · 11 years ago
  13. af64032 Fixes [Bug 15960] YAMLTraits doesn't roundtrip on Windows. by Alexander Kornienko · 11 years ago
  14. 7c9a93e Implements UseTab for clang-format. by Manuel Klimek · 11 years ago
  15. c3df5ff Further improve optimization for nested calls. by Daniel Jasper · 11 years ago
  16. 07a64ec Implements IndentWidth. by Manuel Klimek · 11 years ago
  17. 04abbb2 When breaking at function calls, indent from function name. by Daniel Jasper · 11 years ago
  18. 89b3a7f Always format entire macro definitions. by Daniel Jasper · 11 years ago
  19. dd25631 Config file support for clang-format, part 2. by Alexander Kornienko · 11 years ago
  20. 11e1380 Improve line breaking in binary expressions. by Daniel Jasper · 11 years ago
  21. b2f063a Change indentation of multi-line nested name specifiers. by Daniel Jasper · 11 years ago
  22. d71ec16 Config file support for clang-format, part 1. by Alexander Kornienko · 11 years ago
  23. fb59486 Added Mozilla style, cleaned get*Style methods. by Alexander Kornienko · 11 years ago
  24. 7ff96ed Don't break comments after includes. by Daniel Jasper · 11 years ago
  25. 53e72cd Change indentation when breaking after a type. by Daniel Jasper · 11 years ago
  26. fca24bc Improve clang-format's memoization behavior. by Daniel Jasper · 11 years ago
  27. 2972d04 Add option to align escaped newlines left. by Daniel Jasper · 11 years ago
  28. 94d6ad7 Flip flag to merge short if-statements into one line for Google style. by Daniel Jasper · 11 years ago
  29. af84976 Fix comment alignment behavior. by Daniel Jasper · 11 years ago
  30. 001bf4e Fix bin-packing behavior of constructor initialziers. by Daniel Jasper · 11 years ago
  31. 919398b Unified token breaking logic: support for line comments. by Alexander Kornienko · 11 years ago
  32. 01218ff Break after multiline parameters. by Daniel Jasper · 11 years ago
  33. e2657dd Fix unused variable warning with assertions disabled. by Alexander Kornienko · 11 years ago
  34. 70ce788 Unified token breaking logic for strings and block comments. by Alexander Kornienko · 11 years ago
  35. 67d080d Revamps structural error detection / handling. by Manuel Klimek · 11 years ago
  36. 1407bee Change clang-format's affinity for breaking after return types. by Daniel Jasper · 11 years ago
  37. ac3223e Fix labels with trailing comments and cleanup. by Daniel Jasper · 11 years ago
  38. 5999f76 Fix comments before labels. by Daniel Jasper · 11 years ago
  39. bf71ba2 Revamp indentation behavior for complex binary expressions. by Daniel Jasper · 11 years ago
  40. 65622aa Revert accidental commit r179015. by Daniel Jasper · 11 years ago
  41. c4ff769 x by Daniel Jasper · 11 years ago
  42. adc0f09 Improve formatting of multi-variable DeclStmts. by Daniel Jasper · 11 years ago
  43. abfc9c1 Fix bug discovered with address sanitizer. by Daniel Jasper · 11 years ago
  44. 8ed9f2b Improve formatting of for loops and multi-variable DeclStmts. by Daniel Jasper · 11 years ago
  45. 3776ef3 Cleanup, add comments and address review comments. by Daniel Jasper · 11 years ago
  46. 3791130 Fix some inconsistent use of indentation. by Daniel Jasper · 11 years ago
  47. 81d2d38 Improve formatting of function types. by Daniel Jasper · 11 years ago
  48. 94b748f Insert extra new line before access specifiers. by Alexander Kornienko · 11 years ago
  49. 5262dd9 Split line comments by Alexander Kornienko · 11 years ago
  50. c363dbb Align comments to surrounding unformatted comments. by Daniel Jasper · 11 years ago
  51. b64eca0 Make clang-format understand more line comments. by Daniel Jasper · 11 years ago
  52. 7c22cf3 Better block comment formatting. by Alexander Kornienko · 11 years ago
  53. 92f9faf Remove assertion that can be triggered on bad input. by Daniel Jasper · 11 years ago
  54. 83a90e5 Do not consider comments when adjusting to local indent style. by Daniel Jasper · 11 years ago
  55. 64f0928 Reduce penalty for breaks after "(" for functions with parameters. by Daniel Jasper · 11 years ago
  56. f9955d3 Add extra indentation for multiline comparisons. by Daniel Jasper · 11 years ago
  57. 052685c Split long lines in multi-line comments. by Alexander Kornienko · 11 years ago
  58. 3af59ce Improve formatting of chained calls. by Daniel Jasper · 11 years ago
  59. 1fdd8b3 Indent all lines in a multi-line comment by the same amount. by Alexander Kornienko · 11 years ago
  60. f753615 Multi-line comment alignment by Alexander Kornienko · 11 years ago
  61. 923ebef Basic support for formatting asm() statments. by Daniel Jasper · 11 years ago
  62. 6050a1e Fix comment indentation before labels. by Daniel Jasper · 11 years ago
  63. e74de28 Added AnnotatedToken::isOneOf + a few other refactorings by Alexander Kornienko · 11 years ago
  64. 6f21a98 Fix formatting of new arrays of pointers. by Daniel Jasper · 11 years ago
  65. aa62d0c Fixes breaking of string literals. by Manuel Klimek · 11 years ago
  66. f302354 Remove unncessary whitespace when triggered on empty line. by Daniel Jasper · 11 years ago
  67. 0090591 Make sure to not split string literals at the first character. by Manuel Klimek · 11 years ago
  68. 1eee6c4 Format a line if a range in its leading whitespace was selected. by Daniel Jasper · 11 years ago
  69. 516fb31 Remove whitespace at end of file. by Daniel Jasper · 11 years ago
  70. 2484971 Normal indent for last element of builder-type call. by Daniel Jasper · 11 years ago
  71. 812c045 Remove trailing whitespace of line comments. by Daniel Jasper · 11 years ago
  72. bc30c71 Implements breaking string literals at slashes. by Manuel Klimek · 11 years ago
  73. af31fd7 Implement fallback split point for string literals. by Manuel Klimek · 11 years ago
  74. a4d4621 Improve formatting of #defines. by Daniel Jasper · 11 years ago
  75. b6f02f3 Fix bug when formatting "A<A<A>>". by Daniel Jasper · 11 years ago
  76. 3a39ac7 Fix incorrect recognition of bin-packing. by Daniel Jasper · 11 years ago
  77. faab0d3 Enable bin-packing in Google style. by Daniel Jasper · 11 years ago
  78. 1ef81d5 Only keep empty lines in unwrapped lines if they preceed a line comment. by Daniel Jasper · 11 years ago
  79. 0fb382b Only break string literals as a last resort. by Daniel Jasper · 11 years ago
  80. 9c3e71a Re-add hack that caused regression. by Daniel Jasper · 11 years ago
  81. 3c08a81 Allow breaking between a type and name in variable declarations. by Daniel Jasper · 11 years ago
  82. 237d4c1 Better formatting of conditional expressions. by Daniel Jasper · 11 years ago
  83. f11a705 Consistently put {} onto the same line for empty functions. by Daniel Jasper · 11 years ago
  84. 7d81281 Allow breaking between type and name in for loops. by Daniel Jasper · 11 years ago
  85. e9a6226 Fix regression in string literal alignment. by Manuel Klimek · 11 years ago
  86. b56b6d1 Fixes bug in string literal alignment. by Manuel Klimek · 11 years ago
  87. c4615b7 Don't remove blank lines within unwrapped lines. by Daniel Jasper · 11 years ago
  88. 8092a94 Implements breaking of string literals if they stick out. by Manuel Klimek · 11 years ago
  89. d789670 Fix bug in LineState comparison function. by Daniel Jasper · 11 years ago
  90. 82282dc Improve indentation of builder type calls. by Daniel Jasper · 11 years ago
  91. 2933316 Reformat lines if they were "moved around". by Daniel Jasper · 11 years ago
  92. 66d19bd Always break after multi-line string literals. by Daniel Jasper · 11 years ago
  93. cf5767d Prevent line breaks that make stuff hard to read. by Daniel Jasper · 11 years ago
  94. b130a54 Re-enable ConstructorInitializerAllOnOneLineOrOnePerLine option. by Daniel Jasper · 11 years ago
  95. 7878a7b Prevent only breaking before "?" in conditional expressions. by Daniel Jasper · 11 years ago
  96. fc75908 Reduce penalty for breaking before ./-> after complex calls. by Daniel Jasper · 11 years ago
  97. c78c6b3 Remove the trailing whitespace of formatted lines. by Daniel Jasper · 11 years ago
  98. c5cfa49 Get less confused by trailing comma in Google style. by Daniel Jasper · 11 years ago
  99. 6cabab4 Align superclasses for multiple inheritence. by Daniel Jasper · 11 years ago
  100. a03ab10 Allow breaking after the return type in function declarations. by Daniel Jasper · 11 years ago