aboutsummaryrefslogtreecommitdiff
path: root/unittests/Format/FormatTest.cpp
AgeCommit message (Expand)Author
2012-12-20Add objective-C style formatting to clang format andFariborz Jahanian
2012-12-18Better support for constructor initializers.Daniel Jasper
2012-12-18Make the format scrambler understand line comments.Daniel Jasper
2012-12-17Add basic support for splitting before function calls if it can't beDaniel Jasper
2012-12-17Fix several formatting problems.Daniel Jasper
2012-12-10Addi formatting tests for pointer template parameters.Daniel Jasper
2012-12-10Clang-format: error recovery for access specifiersAlexander Kornienko
2012-12-07Small tweaks to clang-format.Daniel Jasper
2012-12-06Clang-format: IndentCaseLabels option, proper namespace handlingAlexander Kornienko
2012-12-06Clang-format: detect unbalanced braces.Alexander Kornienko
2012-12-06Improve clang-format's handling of unary operators.Daniel Jasper
2012-12-06"<<" alignment for clang-format.Daniel Jasper
2012-12-05Clang-format: parse for and while loopsAlexander Kornienko
2012-12-05Indentation fixes for clang-format.Daniel Jasper
2012-12-05Small tweaks to automatic formatting.Daniel Jasper
2012-12-04Error recovery part 2Alexander Kornienko
2012-12-04Clang-format error recovery part 1Alexander Kornienko
2012-12-04Enum formatting implementationAlexander Kornienko
2012-12-04Small fixes to unary operator recognition and handling of includeDaniel Jasper
2012-12-04Replace workarounds with correct fixes.Daniel Jasper
2012-12-04Sort the #include lines for unittests/...Chandler Carruth
2012-12-03Initial version of formatting library.Daniel Jasper