summaryrefslogtreecommitdiffstats
path: root/clang/lib/Format/TokenAnnotator.cpp
Commit message (Expand)AuthorAgeFilesLines
* clang-format: Improve boolean expression formatting in macros.Daniel Jasper2013-08-131-1/+2
* clang-format: Slightly adapt line break penalties.Daniel Jasper2013-08-131-1/+1
* clang-format: Correctly format alias declarations.Daniel Jasper2013-08-121-5/+6
* This change fixes the formatting of statements such as catch (E& e).Manuel Klimek2013-08-121-1/+2
* clang-format: Fix corner case in OpenMP pragma formatting.Daniel Jasper2013-08-071-1/+2
* clang-format: Improve formatting of builder-type calls.Daniel Jasper2013-08-071-2/+0
* clang-format: Operator precendence in ObjC method exprs.Daniel Jasper2013-08-011-0/+5
* clang-format: Don't break empty 2nd operand of ternary expr.Daniel Jasper2013-08-011-3/+6
* Teach clang-format to understand static_asserts better.Daniel Jasper2013-08-011-0/+3
* clang-format: Improve line breaks in @property.Daniel Jasper2013-08-011-1/+3
* clang-format: Improve detection of templates.Daniel Jasper2013-07-301-1/+1
* clang-format: Add two new style options to support WebKit style.Daniel Jasper2013-07-261-3/+19
* clang-format: Fix bad line break with pointers to members.Daniel Jasper2013-07-181-1/+1
* clang-format: Add space in corner case.Daniel Jasper2013-07-171-0/+4
* Improve line breaking before multi-line strings.Daniel Jasper2013-07-171-9/+3
* Don't break line comments with escaped newlines.Alexander Kornienko2013-07-161-2/+3
* 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
OpenPOWER on IntegriCloud