aboutsummaryrefslogtreecommitdiff
path: root/lib/Format/TokenAnnotator.h
AgeCommit message (Expand)Author
2013-05-06Change indentation when breaking after a type.Daniel Jasper
2013-04-25Improve clang-format's memoization behavior.Daniel Jasper
2013-04-10Fix labels with trailing comments and cleanup.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-03Improve formatting of for loops and multi-variable DeclStmts.Daniel Jasper
2013-03-27Insert extra new line before access specifiers.Alexander Kornienko
2013-03-14Basic support for formatting asm() statments.Daniel Jasper
2013-03-13Added AnnotatedToken::isOneOf + a few other refactoringsAlexander Kornienko
2013-03-01Normal indent for last element of builder-type call.Daniel Jasper
2013-02-24Allow breaking between a type and name in variable declarations.Daniel Jasper
2013-02-14Fix counting of parameters so that r175162 works as expected.Daniel Jasper
2013-02-14Align superclasses for multiple inheritence.Daniel Jasper
2013-02-11Formatter: Detect ObjC message expressions after 'in' in loopNico Weber
2013-02-11Fix invalid formatting with spaces before trailing comments.Daniel Jasper
2013-02-11Fix formatting of overloaded operator definitions.Daniel Jasper
2013-02-10Formatter: Detect ObjC array literals.Nico Weber
2013-02-08Fix handling of fake parenthesis during formatting.Daniel Jasper
2013-02-08Implement a tiny expression parser to improve formatting decisions.Daniel Jasper
2013-02-06Optionally derive formatting information from the input file.Daniel Jasper
2013-02-05Initial support for formatting ObjC method declarations/calls.Daniel Jasper
2013-02-04Restructuring of token annotation for formatting.Daniel Jasper
2013-01-29Move the token annotator into separate files.Daniel Jasper