summaryrefslogtreecommitdiffstats
path: root/clang/lib/Format/Format.cpp
Commit message (Expand)AuthorAgeFilesLines
* Make clang-format understand more line comments.Daniel Jasper2013-03-221-0/+1
* Better block comment formatting.Alexander Kornienko2013-03-211-29/+35
* Remove assertion that can be triggered on bad input.Daniel Jasper2013-03-201-2/+1
* Do not consider comments when adjusting to local indent style.Daniel Jasper2013-03-201-1/+2
* Reduce penalty for breaks after "(" for functions with parameters.Daniel Jasper2013-03-201-2/+2
* Add extra indentation for multiline comparisons.Daniel Jasper2013-03-201-11/+16
* Split long lines in multi-line comments.Alexander Kornienko2013-03-191-57/+147
* Improve formatting of chained calls.Daniel Jasper2013-03-151-8/+16
* Indent all lines in a multi-line comment by the same amount.Alexander Kornienko2013-03-151-19/+17
* Multi-line comment alignmentAlexander Kornienko2013-03-141-12/+45
* Basic support for formatting asm() statments.Daniel Jasper2013-03-141-2/+2
* Fix comment indentation before labels.Daniel Jasper2013-03-131-0/+7
* Added AnnotatedToken::isOneOf + a few other refactoringsAlexander Kornienko2013-03-131-77/+65
* Fix formatting of new arrays of pointers.Daniel Jasper2013-03-131-6/+6
* Fixes breaking of string literals.Manuel Klimek2013-03-081-2/+56
* Remove unncessary whitespace when triggered on empty line.Daniel Jasper2013-03-071-10/+22
* Make sure to not split string literals at the first character.Manuel Klimek2013-03-041-2/+2
* Format a line if a range in its leading whitespace was selected.Daniel Jasper2013-03-041-1/+5
* Remove whitespace at end of file.Daniel Jasper2013-03-011-1/+9
* Normal indent for last element of builder-type call.Daniel Jasper2013-03-011-5/+13
* Remove trailing whitespace of line comments.Daniel Jasper2013-03-011-14/+29
* Implements breaking string literals at slashes.Manuel Klimek2013-03-011-6/+11
* Implement fallback split point for string literals.Manuel Klimek2013-03-011-2/+7
* Improve formatting of #defines.Daniel Jasper2013-02-281-5/+10
* Fix bug when formatting "A<A<A>>".Daniel Jasper2013-02-281-0/+1
* Fix incorrect recognition of bin-packing.Daniel Jasper2013-02-281-1/+2
* Enable bin-packing in Google style.Daniel Jasper2013-02-271-1/+7
* Only keep empty lines in unwrapped lines if they preceed a line comment.Daniel Jasper2013-02-261-3/+5
* Only break string literals as a last resort.Daniel Jasper2013-02-261-1/+1
* Re-add hack that caused regression.Daniel Jasper2013-02-251-1/+3
* Allow breaking between a type and name in variable declarations.Daniel Jasper2013-02-241-11/+5
* Better formatting of conditional expressions.Daniel Jasper2013-02-231-42/+29
* Consistently put {} onto the same line for empty functions.Daniel Jasper2013-02-211-18/+18
* Allow breaking between type and name in for loops.Daniel Jasper2013-02-211-9/+15
* Fix regression in string literal alignment.Manuel Klimek2013-02-201-1/+1
* Fixes bug in string literal alignment.Manuel Klimek2013-02-201-2/+15
* Don't remove blank lines within unwrapped lines.Daniel Jasper2013-02-201-6/+9
* Implements breaking of string literals if they stick out.Manuel Klimek2013-02-201-17/+97
* Fix bug in LineState comparison function.Daniel Jasper2013-02-191-13/+13
* Improve indentation of builder type calls.Daniel Jasper2013-02-181-0/+3
* Reformat lines if they were "moved around".Daniel Jasper2013-02-181-1/+3
* Always break after multi-line string literals.Daniel Jasper2013-02-181-0/+1
* Prevent line breaks that make stuff hard to read.Daniel Jasper2013-02-181-0/+15
* Re-enable ConstructorInitializerAllOnOneLineOrOnePerLine option.Daniel Jasper2013-02-151-0/+3
* Prevent only breaking before "?" in conditional expressions.Daniel Jasper2013-02-151-1/+12
* Reduce penalty for breaking before ./-> after complex calls.Daniel Jasper2013-02-141-4/+3
* Remove the trailing whitespace of formatted lines.Daniel Jasper2013-02-141-13/+21
* Get less confused by trailing comma in Google style.Daniel Jasper2013-02-141-1/+2
* Align superclasses for multiple inheritence.Daniel Jasper2013-02-141-0/+4
* Allow breaking after the return type in function declarations.Daniel Jasper2013-02-131-5/+6
OpenPOWER on IntegriCloud