summaryrefslogtreecommitdiffstats
path: root/clang/unittests/Format/FormatTest.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Let the formatter be more restrictive for breaking around . and ->Daniel Jasper2013-01-221-2/+3
* Fix "*" formatting when creating arrays of pointers.Daniel Jasper2013-01-221-0/+3
* Remove "incorrect" aligning of trailing comments.Daniel Jasper2013-01-211-0/+15
* Fixes various problems around enum parsing.Manuel Klimek2013-01-211-0/+4
* Fixes formatting of empty blocks.Manuel Klimek2013-01-211-67/+84
* Fix parsing of templated declarations.Daniel Jasper2013-01-211-2/+1
* Fixes indent in linkage specification blocks.Manuel Klimek2013-01-211-0/+4
* Add regression test.Manuel Klimek2013-01-211-0/+7
* Fixes detection of class template specializations.Manuel Klimek2013-01-211-0/+8
* Allow for nested name specifiers in record declarations.Manuel Klimek2013-01-211-1/+5
* Fix parsing of return statements.Manuel Klimek2013-01-211-0/+4
* Re-sort all the headers. Lots of regressions have crept in here.Chandler Carruth2013-01-191-2/+2
* Fixes issues around pulling in the next line in simple if statements.Manuel Klimek2013-01-181-12/+15
* Fixes problems with line merging in the face of preprocessor directives.Manuel Klimek2013-01-181-0/+10
* Reduce penalty for splitting between ")" and ".".Daniel Jasper2013-01-181-5/+14
* Also align trailing line comments in include directives.Daniel Jasper2013-01-181-1/+4
* Let the formatter align trailing line comments where possible.Daniel Jasper2013-01-181-5/+29
* Formatter: After case blocks, "break" goes on the same line as the "}", PR14907.Nico Weber2013-01-181-0/+26
* Formatter: Enable @encode test.Nico Weber2013-01-181-1/+3
* Formatter: The contents of @selector() should be formatted as a selector.Nico Weber2013-01-181-3/+3
* Formatter: Get bit tests in ifs right.Nico Weber2013-01-171-0/+8
* Allow breaking after the trailing const after a function declaration.Daniel Jasper2013-01-171-0/+4
* Improve handling of comments in static initializers.Daniel Jasper2013-01-171-0/+38
* Revert most of r172140.Nico Weber2013-01-171-7/+7
* Fix a bug where we would move a following line into a comment.Daniel Jasper2013-01-161-0/+5
* Fix parsing error in conditional expressions.Daniel Jasper2013-01-161-0/+3
* Improve understanding of unary operators.Daniel Jasper2013-01-161-0/+5
* Disable inlining of short ifs in Google style.Daniel Jasper2013-01-161-16/+24
* Add option to avoid "bin-packing" of parameters.Daniel Jasper2013-01-161-22/+38
* Add debugging support for split penalties.Manuel Klimek2013-01-161-1/+9
* Clang Format: A couple of tests for the trailing stuff caseAlexander Kornienko2013-01-161-0/+6
* Clang Format: Handle missing semicolonAlexander Kornienko2013-01-161-1/+19
* Never merge < and ::, as it produces different tokens.Daniel Jasper2013-01-161-0/+4
* Remove errors were if statements were incorrectly put on a single line.Daniel Jasper2013-01-161-1/+11
* Fix formatting of preprocessor directives (incluces, warnings & errors).Manuel Klimek2013-01-151-1/+9
* Improve operator kind detection in presence of comments.Daniel Jasper2013-01-151-0/+11
* Fixes various bugs around the keywords class, struct and union.Manuel Klimek2013-01-151-1/+30
* Fixes formatting of nested brace initializers.Manuel Klimek2013-01-141-0/+26
* Make single-line if statements optional.Daniel Jasper2013-01-141-10/+18
* Fix a bug in the line merging.Daniel Jasper2013-01-141-0/+2
* Fix bug that would lead to joining preprocessor directives.Daniel Jasper2013-01-141-6/+6
* Put simple preprocessor directives on a single line.Daniel Jasper2013-01-141-10/+14
* Put short if statements on a single line.Daniel Jasper2013-01-141-6/+6
* Improve understanding post increment and decrement.Daniel Jasper2013-01-141-0/+2
* Custom DiagnosticConsumer parameter of reformat() + silence diagnostics in un...Alexander Kornienko2013-01-141-5/+3
* Adds some more tests for * and &.Manuel Klimek2013-01-141-0/+6
* Formatter: Add a test for bitfields.Nico Weber2013-01-141-0/+7
* Stronger respect the input codes line breaks wrt. comments.Daniel Jasper2013-01-131-0/+8
* Format unions like structs and classes.Daniel Jasper2013-01-131-0/+1
* Always put a space after ",".Daniel Jasper2013-01-131-0/+1
OpenPOWER on IntegriCloud