summaryrefslogtreecommitdiffstats
path: root/clang/lib/Format/TokenAnnotator.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Improve handling of trailing 'const'.Daniel Jasper2013-05-221-4/+9
* Cut-off clang-format analysis.Daniel Jasper2013-05-221-2/+0
* Allow breaking before a trailing const.Daniel Jasper2013-05-211-1/+1
* Improve recognition of template definitions.Daniel Jasper2013-05-151-2/+4
* Improve formatting of function types.Daniel Jasper2013-05-151-3/+4
* Fix uninitialized value bug found by valgrind.Daniel Jasper2013-05-141-2/+0
* Don't format sizeof/alignof as function types.Daniel Jasper2013-05-141-1/+3
* Assume macros to contain declarations.Daniel Jasper2013-05-131-0/+1
* Fix bug when formatting overloaded operators.Daniel Jasper2013-05-101-1/+4
* Further fix to pointer to member formatting.Daniel Jasper2013-05-081-1/+2
* Fix formatting of pointers to members.Daniel Jasper2013-05-081-7/+6
* Improve line breaking in binary expressions.Daniel Jasper2013-05-081-2/+3
* Correctly recognize dereference after 'delete'.Daniel Jasper2013-05-071-3/+3
* Change indentation when breaking after a type.Daniel Jasper2013-05-061-16/+17
* Break the class-inheritance ":" to the new line.Daniel Jasper2013-05-061-3/+1
* Don't put a space before ellipsis.Daniel Jasper2013-05-061-0/+2
* Add space between ; and (.Daniel Jasper2013-05-031-1/+1
* Fix expression recognition in for-loops.Daniel Jasper2013-05-031-0/+3
* Improve clang-format's memoization behavior.Daniel Jasper2013-04-251-0/+2
* Fix formatting of complex #if expressions.Daniel Jasper2013-04-231-0/+5
* 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
OpenPOWER on IntegriCloud