aboutsummaryrefslogtreecommitdiff
path: root/lib/Format/Format.cpp
AgeCommit message (Expand)Author
2013-04-25Improve clang-format's memoization behavior.Daniel Jasper
2013-04-25Add option to align escaped newlines left.Daniel Jasper
2013-04-24Flip flag to merge short if-statements into one line for Google style.Daniel Jasper
2013-04-24Fix comment alignment behavior.Daniel Jasper
2013-04-22Fix bin-packing behavior of constructor initialziers.Daniel Jasper
2013-04-17Unified token breaking logic: support for line comments.Alexander Kornienko
2013-04-15Break after multiline parameters.Daniel Jasper
2013-04-15Fix unused variable warning with assertions disabled.Alexander Kornienko
2013-04-15Unified token breaking logic for strings and block comments.Alexander Kornienko
2013-04-12Revamps structural error detection / handling.Manuel Klimek
2013-04-11Change clang-format's affinity for breaking after return types.Daniel Jasper
2013-04-10Fix labels with trailing comments and cleanup.Daniel Jasper
2013-04-09Fix comments before labels.Daniel Jasper
2013-04-08Revamp indentation behavior for complex binary expressions.Daniel Jasper
2013-04-08Revert accidental commit r179015.Daniel Jasper
2013-04-08xDaniel Jasper
2013-04-05Improve formatting of multi-variable DeclStmts.Daniel Jasper
2013-04-04Fix bug discovered with address sanitizer.Daniel Jasper
2013-04-03Improve formatting of for loops and multi-variable DeclStmts.Daniel Jasper
2013-04-03Cleanup, add comments and address review comments.Daniel Jasper
2013-04-02Fix some inconsistent use of indentation.Daniel Jasper
2013-04-01Improve formatting of function types.Daniel Jasper
2013-03-27Insert extra new line before access specifiers.Alexander Kornienko
2013-03-27Split line commentsAlexander Kornienko
2013-03-22Align comments to surrounding unformatted comments.Daniel Jasper
2013-03-22Make clang-format understand more line comments.Daniel Jasper
2013-03-21Better block comment formatting.Alexander Kornienko
2013-03-20Remove assertion that can be triggered on bad input.Daniel Jasper
2013-03-20Do not consider comments when adjusting to local indent style.Daniel Jasper
2013-03-20Reduce penalty for breaks after "(" for functions with parameters.Daniel Jasper
2013-03-20Add extra indentation for multiline comparisons.Daniel Jasper
2013-03-19Split long lines in multi-line comments.Alexander Kornienko
2013-03-15Improve formatting of chained calls.Daniel Jasper
2013-03-15Indent all lines in a multi-line comment by the same amount.Alexander Kornienko
2013-03-14Multi-line comment alignmentAlexander Kornienko
2013-03-14Basic support for formatting asm() statments.Daniel Jasper
2013-03-13Fix comment indentation before labels.Daniel Jasper
2013-03-13Added AnnotatedToken::isOneOf + a few other refactoringsAlexander Kornienko
2013-03-13Fix formatting of new arrays of pointers.Daniel Jasper
2013-03-08Fixes breaking of string literals.Manuel Klimek
2013-03-07Remove unncessary whitespace when triggered on empty line.Daniel Jasper
2013-03-04Make sure to not split string literals at the first character.Manuel Klimek
2013-03-04Format a line if a range in its leading whitespace was selected.Daniel Jasper
2013-03-01Remove whitespace at end of file.Daniel Jasper
2013-03-01Normal indent for last element of builder-type call.Daniel Jasper
2013-03-01Remove trailing whitespace of line comments.Daniel Jasper
2013-03-01Implements breaking string literals at slashes.Manuel Klimek
2013-03-01Implement fallback split point for string literals.Manuel Klimek
2013-02-28Improve formatting of #defines.Daniel Jasper
2013-02-28Fix bug when formatting "A<A<A>>".Daniel Jasper