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