summaryrefslogtreecommitdiffstats
path: root/clang/unittests/Format/FormatTest.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Add option to always break template declarations.Daniel Jasper2013-05-291-0/+11
* Support uniform inits in braced lists.Daniel Jasper2013-05-281-13/+6
* Fix formatting regression regarding pointers to arrays.Daniel Jasper2013-05-281-0/+1
* Initial support for designated initializers.Daniel Jasper2013-05-281-0/+18
* Disable tab expansion when counting the columns in block comments.Manuel Klimek2013-05-281-24/+37
* Fixes indentation of empty lines in block comments.Manuel Klimek2013-05-281-0/+7
* Clean up formatting of function types.Daniel Jasper2013-05-281-6/+5
* Fix formatting of expressions containing ">>".Daniel Jasper2013-05-281-0/+3
* Improve formatting of templates.Daniel Jasper2013-05-271-13/+4
* Major refactoring of BreakableToken.Manuel Klimek2013-05-271-3/+92
* Improve indentation of assignments.Daniel Jasper2013-05-271-0/+4
* Fix hacky way of preventing a certain type of line break.Daniel Jasper2013-05-271-0/+3
* Formatter/ObjC: In dictionary literals, break after ':', not before it.Nico Weber2013-05-261-0/+4
* Ignore contents of #if 0 blocks.Alexander Kornienko2013-05-241-0/+138
* More tests and a fix for braced init lists.Daniel Jasper2013-05-231-0/+4
* Fix aligning of comments.Manuel Klimek2013-05-231-0/+20
* Fix aligning of comments that are at the start of the line.Manuel Klimek2013-05-231-0/+7
* Increase test coverage for braced init lists.Daniel Jasper2013-05-231-0/+13
* Improve formatting of braced lists.Daniel Jasper2013-05-231-1/+1
* Stop aligning trailing comments which are aligned with the next line.Manuel Klimek2013-05-231-0/+13
* Use a SourceRange for the whitespace location in FormatToken.Manuel Klimek2013-05-231-0/+6
* Improve formatting of braced lists.Daniel Jasper2013-05-231-15/+30
* Expand parsing of braced init lists.Manuel Klimek2013-05-231-3/+10
* Makes whitespace management more consistent.Manuel Klimek2013-05-221-0/+7
* Improve clang-format's stream formatting.Daniel Jasper2013-05-221-0/+2
* Fix function declaration behavior.Daniel Jasper2013-05-221-0/+4
* Improve handling of trailing 'const'.Daniel Jasper2013-05-221-3/+17
* Cut-off clang-format analysis.Daniel Jasper2013-05-221-0/+20
* Allow breaking before a trailing const.Daniel Jasper2013-05-211-24/+24
* Clang-format: allow -style="{yaml/json}" on command lineAlexander Kornienko2013-05-191-19/+21
* Slightly modify the formatting rules for braced lists.Daniel Jasper2013-05-171-0/+12
* Add additional test-case for one-line-function.Daniel Jasper2013-05-161-0/+3
* Don't insert a break into include lines with trailing comments.Daniel Jasper2013-05-161-0/+1
* Add config parsing test for new parameter.Daniel Jasper2013-05-161-0/+1
* Add option to put short loops on a single line.Daniel Jasper2013-05-161-4/+33
* Add a more convenient interface to use clang-format.Daniel Jasper2013-05-161-16/+7
* Comments should not prevent single-line functions.Daniel Jasper2013-05-161-0/+2
* Add back accidentally deleted line and add test for it.Daniel Jasper2013-05-161-0/+2
* Don't put short namespace on a single line.Daniel Jasper2013-05-151-4/+7
* Improve recognition of template definitions.Daniel Jasper2013-05-151-0/+7
* Break function declarations after multi-line return types.Daniel Jasper2013-05-151-1/+5
* Don't merge one-line functions in weird brace styles.Daniel Jasper2013-05-151-0/+8
* Remove diagnostics from clang-format.Daniel Jasper2013-05-151-2/+2
* Improve formatting of function types.Daniel Jasper2013-05-151-3/+3
* Fix expression breaking for one-parameter-per-line styles.Daniel Jasper2013-05-141-0/+8
* Correctly determine ranges for clang-format.Daniel Jasper2013-05-141-1/+3
* Fix clang-format bug in unwrapped-line merging.Daniel Jasper2013-05-141-4/+6
* Implement string literal breaking on unbreakable token sequences.Manuel Klimek2013-05-141-0/+42
* Don't format sizeof/alignof as function types.Daniel Jasper2013-05-141-0/+4
* Replace EXPECT_EQ with EXPECT_FALSE to avoid gcc warningPatrik Hagglund2013-05-141-2/+2
OpenPOWER on IntegriCloud