summaryrefslogtreecommitdiffstats
path: root/clang/lib/Format/TokenAnnotator.cpp
Commit message (Expand)AuthorAgeFilesLines
* Change clang-format's affinity for breaking after return types.Daniel Jasper2013-04-111-3/+7
* Fix formatting of overloaded assignment operators.Daniel Jasper2013-04-111-1/+2
* Fix labels with trailing comments and cleanup.Daniel Jasper2013-04-101-50/+39
* Revamp indentation behavior for complex binary expressions.Daniel Jasper2013-04-081-17/+26
* Revert accidental commit r179015.Daniel Jasper2013-04-081-25/+10
* xDaniel Jasper2013-04-081-10/+25
* Allow breaking after 'class' for classes with looong names.Daniel Jasper2013-04-051-1/+4
* Fix bad formatting of overloaded operator definitions.Daniel Jasper2013-04-051-1/+2
* Improve formatting of for loops and multi-variable DeclStmts.Daniel Jasper2013-04-031-2/+43
* Improve formatting of function types.Daniel Jasper2013-04-011-8/+4
* Better fix for r177725.Daniel Jasper2013-03-221-5/+1
* More precisely recognize ObjC method declarations.Daniel Jasper2013-03-221-3/+5
* Support for pointers-to-members usage via .*Alexander Kornienko2013-03-201-2/+4
* Reduce penalty for breaks after "(" for functions with parameters.Daniel Jasper2013-03-201-1/+1
* Add extra indentation for multiline comparisons.Daniel Jasper2013-03-201-2/+2
* Improve formatting of function types in template parameters.Daniel Jasper2013-03-201-3/+9
* Fix clang-format segfault.Daniel Jasper2013-03-181-0/+2
* Slightly improve formatting of longer pipe statements.Daniel Jasper2013-03-141-4/+5
* Basic support for formatting asm() statments.Daniel Jasper2013-03-141-16/+24
* Fix dereference formatting in for-loops.Daniel Jasper2013-03-141-1/+1
* Improve formatting of trailing annotations.Daniel Jasper2013-03-141-4/+4
* Fix incorrect cast identification.Daniel Jasper2013-03-131-2/+6
* Fix formatting issue with builder-type calls.Daniel Jasper2013-03-131-1/+1
* Added AnnotatedToken::isOneOf + a few other refactoringsAlexander Kornienko2013-03-131-87/+69
* Fix formatting of new arrays of pointers.Daniel Jasper2013-03-131-9/+14
* Implemented formatting of rvalue referencesAlexander Kornienko2013-03-121-12/+10
* Remove bad space after "default".Daniel Jasper2013-03-121-1/+2
* Correctly format arrays of pointers and function types.Daniel Jasper2013-03-011-0/+8
* Normal indent for last element of builder-type call.Daniel Jasper2013-03-011-3/+8
* Reduce penalty for splitting after "{" in static initializers.Daniel Jasper2013-02-281-3/+1
* Dont break between (( in __attribute__((.Daniel Jasper2013-02-281-1/+4
* No spaces around pointers to members.Daniel Jasper2013-02-281-2/+5
* Fix spacing after binary operator as macro parameter.Daniel Jasper2013-02-281-1/+2
* Fix formatting of multiplications in array subscripts.Daniel Jasper2013-02-271-0/+3
* Fix bad line break decision.Daniel Jasper2013-02-261-3/+3
* In range-based for-loops, prefer splitting after ":".Daniel Jasper2013-02-261-1/+1
* Only keep empty lines in unwrapped lines if they preceed a line comment.Daniel Jasper2013-02-261-2/+0
* Allow breaking between a type and name in variable declarations.Daniel Jasper2013-02-241-32/+20
* Better formatting of conditional expressions.Daniel Jasper2013-02-231-8/+24
* Don't recognize unnamed pointer parameters as casts.Daniel Jasper2013-02-231-1/+2
* Allow splitting between string literals and identifiers.Daniel Jasper2013-02-231-0/+6
* Remove accidentally introduced no-op line.Daniel Jasper2013-02-211-1/+0
* Consistently put {} onto the same line for empty functions.Daniel Jasper2013-02-211-2/+2
* Allow breaking between type and name in for loops.Daniel Jasper2013-02-211-3/+10
* Don't remove blank lines within unwrapped lines.Daniel Jasper2013-02-201-1/+3
* Add missing clang-format null pointer check..Daniel Jasper2013-02-191-1/+2
* Correctly format macro with unfinished template declaration.Daniel Jasper2013-02-191-1/+2
* Improve indentation of builder type calls.Daniel Jasper2013-02-181-2/+1
* Improve formatting of builder-type calls.Daniel Jasper2013-02-181-1/+1
* Correctly determine */& usage in more cases.Daniel Jasper2013-02-181-0/+8
OpenPOWER on IntegriCloud