summaryrefslogtreecommitdiffstats
path: root/clang/unittests/Format/FormatTest.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Formatter: Add more cast tests.Nico Weber2013-02-131-1/+9
* Formatter: Refactor the cast detection code to be a bit more readable.Nico Weber2013-02-131-0/+1
* Formatter: Detect ObjC method expressions after casts.Nico Weber2013-02-131-1/+2
* Fix crash for incomplete labels in macros.Daniel Jasper2013-02-121-0/+6
* Fix bug in the adjustment to existing lines.Daniel Jasper2013-02-121-0/+3
* Formatter: Correctly format stars in `sizeof(int**)` and similar places.Nico Weber2013-02-121-2/+9
* Formatter: Detect ObjC message expressions after 'in' in loopNico Weber2013-02-111-0/+4
* Get rid of manual debug output, now that the test runner supports it.Manuel Klimek2013-02-111-3/+0
* Fix invalid formatting with spaces before trailing comments.Daniel Jasper2013-02-111-0/+3
* Fixes handling of empty lines in macros.Manuel Klimek2013-02-111-0/+20
* Fix formatting of overloaded operator definitions.Daniel Jasper2013-02-111-0/+7
* Formatter: Add a test for multi-line ObjC dict literals.Nico Weber2013-02-101-0/+3
* Formatter: Add another ObjC literal test.Nico Weber2013-02-101-0/+2
* Formatter: Initial support for ObjC dictionary literals.Nico Weber2013-02-101-2/+14
* Formatter: Detect ObjC array literals.Nico Weber2013-02-101-1/+6
* Formatter: Add test for default arguments.Nico Weber2013-02-091-0/+2
* Fix indentation-detection at indent level 0.Manuel Klimek2013-02-081-1/+6
* Takes the context into account when re-indenting regions.Manuel Klimek2013-02-081-0/+51
* Fix handling of fake parenthesis during formatting.Daniel Jasper2013-02-081-0/+5
* Implement a tiny expression parser to improve formatting decisions.Daniel Jasper2013-02-081-1/+11
* Avoid unnecessary line breaks in nested ObjC calls.Daniel Jasper2013-02-081-4/+1
* clang-format: Don't put useless space in f( ::g()).Daniel Jasper2013-02-071-1/+2
* Formatter: Move ObjC literal tests to its own test case.Nico Weber2013-02-071-13/+21
* Fix bug in the alignment of comments.Daniel Jasper2013-02-061-0/+7
* Become a little smarter with formatting long chains of pipes.Daniel Jasper2013-02-061-0/+7
* Align trailing block comments like trailing line comments.Daniel Jasper2013-02-061-0/+7
* Formatter: Correctly detect ObjC message expressions preceded by a comment.Nico Weber2013-02-061-0/+6
* Fix handling of comments in macros.Manuel Klimek2013-02-061-0/+26
OpenPOWER on IntegriCloud