summaryrefslogtreecommitdiffstats
path: root/clang/unittests/Format/FormatTest.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Parse record declarations with token pasted identifiers.Manuel Klimek2013-02-061-0/+1
* Fix a formatting bug caused by comments in expressions.Daniel Jasper2013-02-061-0/+15
* Optionally derive formatting information from the input file.Daniel Jasper2013-02-061-0/+21
* Fix an issue with the formatting of stars in default values.Daniel Jasper2013-02-061-0/+1
* Handle nested ObjC calls.Daniel Jasper2013-02-061-2/+24
* Formatter: No space after & and * in front of ObjC message expressions.Nico Weber2013-02-061-3/+2
* Formatter: Detect ObjC method expressions after unary operators.Nico Weber2013-02-051-0/+16
* Initial support for formatting ObjC method declarations/calls.Daniel Jasper2013-02-051-20/+45
* Fix some linebreak decisions in Google format.Daniel Jasper2013-02-051-0/+7
* Fix formatting regression introduced by r174307.Daniel Jasper2013-02-051-0/+2
* Improve handling of trailing block commentsDaniel Jasper2013-02-041-2/+3
* Improve formatting of stream operators.Daniel Jasper2013-02-041-0/+7
* Improve handling of trailing block comments.Daniel Jasper2013-02-041-0/+9
* Fix an error in formatting of for-loops.Daniel Jasper2013-02-041-2/+15
* Restructuring of token annotation for formatting.Daniel Jasper2013-02-041-0/+4
* Fix bug in formatting of nested initializers.Daniel Jasper2013-02-031-0/+6
* Never break inside something that was a preprocessor directive.Manuel Klimek2013-01-311-2/+4
* Several improvements to the formatting of static initializers.Daniel Jasper2013-01-311-5/+30
* Don't generate no-op replacements.Daniel Jasper2013-01-301-0/+16
* Improve formatting of code with comments.Daniel Jasper2013-01-291-0/+8
* Allow all parameters on next line for function calls in Chrome.Daniel Jasper2013-01-291-3/+8
* Initial support for multiple variable declarations.Daniel Jasper2013-01-291-0/+18
* Reverting changes from r173785 (removing empty lines before "}").Daniel Jasper2013-01-291-1/+0
* Remove empty lines before "}".Daniel Jasper2013-01-291-0/+1
* Fix a bug that would lead to bad line break decisions in for loops.Daniel Jasper2013-01-281-0/+12
* Don't put a function's return type on its own line in Google style.Daniel Jasper2013-01-281-0/+3
* Let clang-format break after a function's return type.Daniel Jasper2013-01-281-6/+6
* Make continuations in constructor initializers consistent.Daniel Jasper2013-01-281-0/+4
* Initial support for formatting range-based for-loops.Daniel Jasper2013-01-281-0/+7
* Improve formatting of conditional expressions.Daniel Jasper2013-01-281-7/+31
* Several small changes in formatting decisions.Daniel Jasper2013-01-281-1/+4
* Improve indentation after breaking at nested name specifiers.Daniel Jasper2013-01-281-1/+1
* Avoid confusing identations for multi-parameter functions.Daniel Jasper2013-01-281-8/+28
* Fix some alignment and line break decisions.Daniel Jasper2013-01-251-2/+11
* Allow breaking after "::" if absolutely necessary.Daniel Jasper2013-01-251-0/+27
* Add extra indent for nested calls inside if's.Daniel Jasper2013-01-231-0/+3
* Don't try to align builder-type continuations on assignments.Daniel Jasper2013-01-231-4/+8
* Don't try to do a hanging ident after assignments.Daniel Jasper2013-01-231-3/+2
* Fix handling of macro definitions.Manuel Klimek2013-01-231-0/+4
* Fixes layouting regression and invalid-read.Manuel Klimek2013-01-231-0/+7
* Fix the formatting of pointer/reference types in range-based for loops.Daniel Jasper2013-01-231-0/+4
* Removing the penalty for breaking after "=".Daniel Jasper2013-01-231-13/+12
* Fix another regression for pointer types.Daniel Jasper2013-01-231-52/+56
* Fix regression in formatting pointer types.Daniel Jasper2013-01-231-0/+1
* Fixes incorrect handling of the declaration context stack.Manuel Klimek2013-01-231-0/+10
* Fix segfaults in the formatter.Manuel Klimek2013-01-231-1/+6
* Add option to allow putting all parameters onto the next line.Daniel Jasper2013-01-231-3/+16
* Allow us to better guess the context of an unwrapped line.Manuel Klimek2013-01-231-0/+5
* Formatter: Remove a fixme klimek fixed in r173168.Nico Weber2013-01-221-3/+2
* Implements more principled comment parsing.Manuel Klimek2013-01-221-0/+41
OpenPOWER on IntegriCloud