summaryrefslogtreecommitdiffstats
path: root/clang/lib/Format
Commit message (Expand)AuthorAgeFilesLines
* Split UnwrappedLineFormatter into individual components.Daniel Jasper2013-08-164-901/+1004
* clang-format: Add option for the offset of constructor initializers.Daniel Jasper2013-08-131-2/+11
* 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: Improve stream-formatting.Daniel Jasper2013-08-121-4/+6
* clang-format: Correctly format alias declarations.Daniel Jasper2013-08-122-7/+8
* This change fixes the formatting of statements such as catch (E& e).Manuel Klimek2013-08-121-1/+2
* Revert r187935 "Support for double width characters."Arnold Schwaighofer2013-08-081-20/+9
* Support for double width characters.Alexander Kornienko2013-08-071-9/+20
* Fixes a couple of bugs with the Allman brace breaking.Manuel Klimek2013-08-072-0/+5
* 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
* Implement Allman style.Manuel Klimek2013-08-022-6/+29
* clang-format: Fix string breaking after "<<".Daniel Jasper2013-08-021-1/+1
* 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-012-4/+8
* Teach clang-format to understand static_asserts better.Daniel Jasper2013-08-012-1/+4
* clang-format: Improve line breaks in @property.Daniel Jasper2013-08-011-1/+3
* clang-format: Make alignment of trailing comments optional ..Daniel Jasper2013-07-312-3/+7
* clang-format: Add more options to namespace indentation.Daniel Jasper2013-07-313-9/+29
* 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-263-41/+82
* clang-format: Fix switch/case interaction with macros.Daniel Jasper2013-07-251-5/+14
* clang-format: Initial (incomplete) support for the WebKit coding style.Daniel Jasper2013-07-241-0/+28
* 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-172-9/+11
* Avoid breaking non-trailing block comments.Alexander Kornienko2013-07-161-1/+1
* Don't break line comments with escaped newlines.Alexander Kornienko2013-07-162-2/+25
* clang-format: Improve handling of unterminated string literals.Daniel Jasper2013-07-163-29/+44
* Revamp the formatting of C++11 braced init lists.Daniel Jasper2013-07-162-7/+9
* 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-152-8/+8
* Improve formatting of operator<< chains.Daniel Jasper2013-07-152-2/+2
* Add 'static' and 'const' qualifiers to some arrays of strings.Craig Topper2013-07-151-1/+1
* clang-format: Improve <<-formatting.Daniel Jasper2013-07-121-0/+5
* clang-format: Fix string literal breaking.Daniel Jasper2013-07-121-3/+7
* clang-format: Break before/between array subscript expressions.Daniel Jasper2013-07-122-3/+26
* clang-format: Fix bug concerning the alignment of "}".Daniel Jasper2013-07-111-1/+1
* clang-format: Break before trailing annotations.Daniel Jasper2013-07-111-2/+4
* clang-format: Avoid line breaks before the first <<.Daniel Jasper2013-07-111-9/+27
* Improve detection of trailing return types.Daniel Jasper2013-07-111-1/+2
* Fix indentation problem for comments in call chainsDaniel 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-103-12/+62
* Initial support for formatting trailing return types.Daniel Jasper2013-07-093-3/+13
* Avoid confusing indentations for chained function calls.Daniel Jasper2013-07-091-4/+18
* Fix alignment of closing brace in braced initializers.Daniel Jasper2013-07-094-33/+36
* Format overloaded operators like other functions.Daniel Jasper2013-07-092-5/+8
OpenPOWER on IntegriCloud