summaryrefslogtreecommitdiffstats
path: root/clang/lib/Format/Format.cpp
Commit message (Expand)AuthorAgeFilesLines
* Better support for constructor initializers.Daniel Jasper2012-12-181-49/+44
* Add basic support for splitting before function calls if it can't beDaniel Jasper2012-12-171-16/+29
* Fix several formatting problems.Daniel Jasper2012-12-171-4/+5
* Addi formatting tests for pointer template parameters.Daniel Jasper2012-12-101-2/+2
* Clang-format: error recovery for access specifiersAlexander Kornienko2012-12-101-2/+3
* Clang-format: extracted FormatTokenSource from UnwrappedLineParser.Alexander Kornienko2012-12-071-1/+63
* Small tweaks to clang-format.Daniel Jasper2012-12-071-3/+7
* Clang-format: IndentCaseLabels option, proper namespace handlingAlexander Kornienko2012-12-061-1/+3
* Improve clang-format's handling of unary operators.Daniel Jasper2012-12-061-0/+12
* "<<" alignment for clang-format.Daniel Jasper2012-12-061-7/+41
* Remove bad and useless enum to bool conversion.Daniel Jasper2012-12-051-5/+2
* Indentation fixes for clang-format.Daniel Jasper2012-12-051-30/+45
* Follow-up to r169286, addresses comments in http://llvm-reviews.chandlerc.com...Alexander Kornienko2012-12-051-4/+5
* Small tweaks to automatic formatting.Daniel Jasper2012-12-051-2/+13
* Add missing destructors found with -Wnon-virtual-dtor.Daniel Jasper2012-12-041-0/+3
* Error recovery part 2Alexander Kornienko2012-12-041-22/+38
* Make parenthesis counting and aligning a bit saner.Daniel Jasper2012-12-041-40/+53
* Small fixes to unary operator recognition and handling of includeDaniel Jasper2012-12-041-6/+20
* Replace workarounds with correct fixes.Daniel Jasper2012-12-041-16/+16
* Sort all of Clang's files under 'lib', and fix up the broken headersChandler Carruth2012-12-041-3/+1
* Fixes a compile warning and crash in the tests.Manuel Klimek2012-12-031-12/+13
* Initial version of formatting library.Daniel Jasper2012-12-031-0/+704
OpenPOWER on IntegriCloud