summaryrefslogtreecommitdiff
path: root/lib/Format/TokenAnnotator.h
Commit message (Expand)AuthorAgeFilesLines
* clang-format: Improve selective formatting of nested statements.Daniel Jasper2013-11-281-1/+4
* clang-format: Refactor calculation of lines intersecting with -lines.Daniel Jasper2013-11-251-1/+10
* clang-format: Improve formatting of constructor initializers.Daniel Jasper2013-11-071-1/+2
* clang-format: Properly reset nested AnnotatedLine structure.Daniel Jasper2013-10-241-0/+1
* Fixes PR17617: Crash on joining short if statements.Manuel Klimek2013-10-211-0/+6
* clang-format: Don't accidentally move tokens into preprocessor directive.Daniel Jasper2013-09-171-0/+2
* clang-format: Fix comment formatting bugs in nested blocks.Daniel Jasper2013-09-061-1/+6
* Address post-commit review comments from r190038.Daniel Jasper2013-09-051-1/+0
* clang-format: Enable formatting of nested blocks.Daniel Jasper2013-09-051-5/+27
* clang-format: Revamp builder-type call formatting.Daniel Jasper2013-08-271-1/+0
* UTF-8 support for clang-format.Alexander Kornienko2013-06-051-7/+2
* The second step in the token refactoring.Manuel Klimek2013-05-291-191/+11
* Make UnwrappedLines and AnnotatedToken contain pointers to FormatToken.Manuel Klimek2013-05-281-9/+9
* Initial support for designated initializers.Daniel Jasper2013-05-281-0/+1
* Clean up formatting of function types.Daniel Jasper2013-05-281-6/+3
* Formatter/ObjC: In dictionary literals, break after ':', not before it.Nico Weber2013-05-261-0/+1
* Makes whitespace management more consistent.Manuel Klimek2013-05-221-3/+10
* Cut-off clang-format analysis.Daniel Jasper2013-05-221-15/+1
* Fix uninitialized value bug found by valgrind.Daniel Jasper2013-05-141-4/+5
* Fix bug when formatting overloaded operators.Daniel Jasper2013-05-101-0/+1
* Fix formatting of pointers to members.Daniel Jasper2013-05-081-1/+4
* Change indentation when breaking after a type.Daniel Jasper2013-05-061-3/+5
* Improve clang-format's memoization behavior.Daniel Jasper2013-04-251-1/+14
* Fix labels with trailing comments and cleanup.Daniel Jasper2013-04-101-11/+14
* Revamp indentation behavior for complex binary expressions.Daniel Jasper2013-04-081-3/+14
* Revert accidental commit r179015.Daniel Jasper2013-04-081-6/+3
* xDaniel Jasper2013-04-081-3/+6
* Improve formatting of for loops and multi-variable DeclStmts.Daniel Jasper2013-04-031-2/+7
* Insert extra new line before access specifiers.Alexander Kornienko2013-03-271-0/+14
* Basic support for formatting asm() statments.Daniel Jasper2013-03-141-0/+1
* Added AnnotatedToken::isOneOf + a few other refactoringsAlexander Kornienko2013-03-131-0/+21
* Normal indent for last element of builder-type call.Daniel Jasper2013-03-011-1/+4
* Allow breaking between a type and name in variable declarations.Daniel Jasper2013-02-241-2/+5
* Fix counting of parameters so that r175162 works as expected.Daniel Jasper2013-02-141-1/+1
* Align superclasses for multiple inheritence.Daniel Jasper2013-02-141-0/+1
* Formatter: Detect ObjC message expressions after 'in' in loopNico Weber2013-02-111-2/+7
* Fix invalid formatting with spaces before trailing comments.Daniel Jasper2013-02-111-2/+2
* Fix formatting of overloaded operator definitions.Daniel Jasper2013-02-111-1/+1
* Formatter: Detect ObjC array literals.Nico Weber2013-02-101-1/+2
* Fix handling of fake parenthesis during formatting.Daniel Jasper2013-02-081-1/+1
* Implement a tiny expression parser to improve formatting decisions.Daniel Jasper2013-02-081-1/+7
* Optionally derive formatting information from the input file.Daniel Jasper2013-02-061-11/+11
* Initial support for formatting ObjC method declarations/calls.Daniel Jasper2013-02-051-1/+7
* Restructuring of token annotation for formatting.Daniel Jasper2013-02-041-39/+7
* Move the token annotator into separate files.Daniel Jasper2013-01-291-0/+228