summaryrefslogtreecommitdiffstats
path: root/clang/unittests/Format/FormatTest.cpp
Commit message (Expand)AuthorAgeFilesLines
* Correctly format arrays of pointers and function types.Daniel Jasper2013-03-011-4/+8
* Normal indent for last element of builder-type call.Daniel Jasper2013-03-011-1/+1
* Remove trailing whitespace of line comments.Daniel Jasper2013-03-011-0/+7
* Implements breaking string literals at slashes.Manuel Klimek2013-03-011-2/+8
* Implement fallback split point for string literals.Manuel Klimek2013-03-011-1/+8
* Reduce penalty for splitting after "{" in static initializers.Daniel Jasper2013-02-281-0/+5
* Dont break between (( in __attribute__((.Daniel Jasper2013-02-281-0/+4
* No spaces around pointers to members.Daniel Jasper2013-02-281-0/+1
* Improve formatting of #defines.Daniel Jasper2013-02-281-13/+8
* Fix bug when formatting "A<A<A>>".Daniel Jasper2013-02-281-0/+2
* Fix incorrect recognition of bin-packing.Daniel Jasper2013-02-281-0/+7
* Fix spacing after binary operator as macro parameter.Daniel Jasper2013-02-281-0/+4
* Fix formatting of multiplications in array subscripts.Daniel Jasper2013-02-271-0/+1
* Enable bin-packing in Google style.Daniel Jasper2013-02-271-76/+98
* Fix bad line break decision.Daniel Jasper2013-02-261-0/+2
* In range-based for-loops, prefer splitting after ":".Daniel Jasper2013-02-261-4/+6
* Only keep empty lines in unwrapped lines if they preceed a line comment.Daniel Jasper2013-02-261-8/+14
* Only break string literals as a last resort.Daniel Jasper2013-02-261-0/+6
* Re-add hack that caused regression.Daniel Jasper2013-02-251-0/+4
* Allow breaking between a type and name in variable declarations.Daniel Jasper2013-02-241-1/+12
* Better formatting of conditional expressions.Daniel Jasper2013-02-231-3/+21
* Don't recognize unnamed pointer parameters as casts.Daniel Jasper2013-02-231-4/+11
* Allow splitting between string literals and identifiers.Daniel Jasper2013-02-231-1/+8
* Consistently put {} onto the same line for empty functions.Daniel Jasper2013-02-211-21/+21
* Allow breaking between type and name in for loops.Daniel Jasper2013-02-211-11/+17
* Fix regression in string literal alignment.Manuel Klimek2013-02-201-0/+3
* Fixes bug in string literal alignment.Manuel Klimek2013-02-201-0/+13
* Don't remove blank lines within unwrapped lines.Daniel Jasper2013-02-201-0/+14
* Implements breaking of string literals if they stick out.Manuel Klimek2013-02-201-0/+60
* Add missing clang-format null pointer check..Daniel Jasper2013-02-191-0/+2
* Correctly format macro with unfinished template declaration.Daniel Jasper2013-02-191-6/+10
* Improve indentation of builder type calls.Daniel Jasper2013-02-181-0/+8
* Improve formatting of builder-type calls.Daniel Jasper2013-02-181-0/+4
* Reformat lines if they were "moved around".Daniel Jasper2013-02-181-0/+13
* Correctly determine */& usage in more cases.Daniel Jasper2013-02-181-0/+3
* Always break after multi-line string literals.Daniel Jasper2013-02-181-177/+227
* Prevent line breaks that make stuff hard to read.Daniel Jasper2013-02-181-0/+7
* Recognize < and > as binary expressions in builder-type calls.Daniel Jasper2013-02-151-0/+3
* Done break between 'operator' and '<<'.Daniel Jasper2013-02-151-0/+4
* Re-enable ConstructorInitializerAllOnOneLineOrOnePerLine option.Daniel Jasper2013-02-151-15/+14
* Prevent only breaking before "?" in conditional expressions.Daniel Jasper2013-02-151-4/+13
* Fix counting of parameters so that r175162 works as expected.Daniel Jasper2013-02-141-0/+4
* Reduce penalty for breaking before ./-> after complex calls.Daniel Jasper2013-02-141-7/+12
* Remove the trailing whitespace of formatted lines.Daniel Jasper2013-02-141-0/+4
* Get less confused by trailing comma in Google style.Daniel Jasper2013-02-141-0/+11
* Remove accidentally committed empty test.Daniel Jasper2013-02-141-3/+0
* Align superclasses for multiple inheritence.Daniel Jasper2013-02-141-0/+22
* Allow breaking after the return type in function declarations.Daniel Jasper2013-02-131-0/+8
* Fix comment alignment close to the column limit.Daniel Jasper2013-02-131-0/+3
* Formatter: And more cast tests (these don't pass yet).Nico Weber2013-02-131-0/+2
OpenPOWER on IntegriCloud