summaryrefslogtreecommitdiffstats
path: root/clang/lib/Format/TokenAnnotator.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* clang-format: Improve handling of unterminated string literals.Daniel Jasper2013-07-161-4/+3
* Revamp the formatting of C++11 braced init lists.Daniel Jasper2013-07-161-1/+1
* clang-format: Improve detection of function types.Daniel Jasper2013-07-161-1/+3
* clang-format: Improve c-style cast detection.Daniel Jasper2013-07-151-2/+3
* Improvement of change r186320.Daniel Jasper2013-07-151-2/+2
* Improve formatting of operator<< chains.Daniel Jasper2013-07-151-1/+1
* clang-format: Break before/between array subscript expressions.Daniel Jasper2013-07-121-1/+3
* clang-format: Break before trailing annotations.Daniel Jasper2013-07-111-2/+4
* Improve detection of trailing return types.Daniel Jasper2013-07-111-1/+2
* Keep trailing annotations close to their argument.Daniel Jasper2013-07-111-0/+2
* Add experimental flag for adaptive parameter bin-packing.Daniel Jasper2013-07-101-5/+22
* Initial support for formatting trailing return types.Daniel Jasper2013-07-091-2/+11
* Format overloaded operators like other functions.Daniel Jasper2013-07-091-2/+2
* Fix incorrect incorrect cast identification in clang-format.Daniel Jasper2013-07-081-0/+1
* Reformat clang-format's source files after r185822 and others.Daniel Jasper2013-07-081-11/+10
* Fix formatting for allocation of new pointer variables.Daniel Jasper2013-07-051-1/+2
* Don't break after a "(" following a binary operator.Daniel Jasper2013-07-051-4/+10
* Fixed typo: NoneComment -> NonComment, no other changes.Alexander Kornienko2013-07-041-14/+14
* Added AlwaysBreakBeforeMultilineStrings option.Alexander Kornienko2013-07-041-0/+7
* Fix formatting of long declarations with const type.Daniel Jasper2013-07-021-7/+28
* Don't add an extra space before ellipsis after pointers.Daniel Jasper2013-07-011-2/+2
* Keep space between pointer and block comment.Daniel Jasper2013-07-011-1/+1
* Put helper classes in an anonymous namespace.Craig Topper2013-07-011-0/+4
* Run clang-format on lib/Format code after r184894. No other changes.Nico Weber2013-06-261-2/+2
* Formatter: Don't put a space after parameter-naming block comments.Nico Weber2013-06-261-0/+2
* Formatter/ObjC: Correctly format casts in objc message send expressions.Nico Weber2013-06-251-3/+2
* Fix a problem in ExpressionParser leading to trailing comments affecting inde...Alexander Kornienko2013-06-171-7/+4
* Preserve newlines before block comments in static initializers.Alexander Kornienko2013-06-121-1/+1
* Fixed calculation of penalty when breaking tokens.Alexander Kornienko2013-06-071-7/+10
* Fix incorrect line breaking before trailing block comments.Daniel Jasper2013-06-061-1/+1
* Fix clang-format's expression parser for leading }s.Daniel Jasper2013-06-061-1/+5
* Improve c-style cast detection.Daniel Jasper2013-06-061-1/+4
* UTF-8 support for clang-format.Alexander Kornienko2013-06-051-23/+16
* Let clang-format remove empty lines before "}".Daniel Jasper2013-06-031-1/+1
* Improve recognition of template parameters.Daniel Jasper2013-06-011-1/+8
* Improve clang-format's c-style cast detection.Daniel Jasper2013-05-311-11/+27
* Properly format nested conditional operators.Daniel Jasper2013-05-311-5/+27
* The second step in the token refactoring.Manuel Klimek2013-05-291-229/+168
* Add option to always break template declarations.Daniel Jasper2013-05-291-0/+3
* Fix formatting regression regarding pointers to arrays.Daniel Jasper2013-05-281-1/+1
* Make UnwrappedLines and AnnotatedToken contain pointers to FormatToken.Manuel Klimek2013-05-281-33/+34
* Initial support for designated initializers.Daniel Jasper2013-05-281-8/+14
* Clean up formatting of function types.Daniel Jasper2013-05-281-6/+8
* Improve formatting of templates.Daniel Jasper2013-05-271-1/+2
* Formatter/ObjC: In dictionary literals, break after ':', not before it.Nico Weber2013-05-261-5/+20
* More tests and a fix for braced init lists.Daniel Jasper2013-05-231-2/+2
* Improve formatting of braced lists.Daniel Jasper2013-05-231-4/+3
* Improve formatting of braced lists.Daniel Jasper2013-05-231-0/+5
* Makes whitespace management more consistent.Manuel Klimek2013-05-221-3/+20
* Improve clang-format's stream formatting.Daniel Jasper2013-05-221-1/+1
OpenPOWER on IntegriCloud