summaryrefslogtreecommitdiffstats
path: root/clang/lib/Format
Commit message (Expand)AuthorAgeFilesLines
* Let clang-format format itself.Daniel Jasper2012-12-243-24/+22
* Penalize tokens with a lower parenthesis level than the start of the line.Daniel Jasper2012-12-241-1/+15
* Align RHS after assignments and return statements.Daniel Jasper2012-12-241-6/+15
* Fix formatting over overloaded operators.Daniel Jasper2012-12-241-2/+19
* Take operator precedence into account when splitting lines.Daniel Jasper2012-12-241-3/+7
* libFormat: Teach the *& usage heuristic that "return" starts a rhs too.Nico Weber2012-12-231-5/+8
* format: Handle #import as include directive too.Nico Weber2012-12-211-0/+1
* clang-format: No spaces around directory specifiersDaniel Jasper2012-12-211-2/+37
* Fix typo.Fariborz Jahanian2012-12-211-1/+1
* Basic support for formatting for-loops.Daniel Jasper2012-12-211-7/+42
* Use OperatorPrecedence.h in clang-formatDaniel Jasper2012-12-211-28/+14
* Formatting fixes for PR14680Daniel Jasper2012-12-211-62/+61
* Add objective-C style formatting to clang format andFariborz Jahanian2012-12-201-6/+52
* 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-173-17/+21
* Addi formatting tests for pointer template parameters.Daniel Jasper2012-12-101-2/+2
* Clang-format: error recovery for access specifiersAlexander Kornienko2012-12-102-3/+6
* Appease -Wnon-virtual-dtorMatt Beaumont-Gay2012-12-071-0/+2
* Clang-format: extracted FormatTokenSource from UnwrappedLineParser.Alexander Kornienko2012-12-073-61/+76
* Small tweaks to clang-format.Daniel Jasper2012-12-071-3/+7
* Clang-format: IndentCaseLabels option, proper namespace handlingAlexander Kornienko2012-12-063-15/+34
* Clang-format: detect unbalanced braces.Alexander Kornienko2012-12-061-2/+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
* Clang-format: parse for and while loopsAlexander Kornienko2012-12-052-0/+21
* Indentation fixes for clang-format.Daniel Jasper2012-12-052-30/+51
* Follow-up to r169286, addresses comments in http://llvm-reviews.chandlerc.com...Alexander Kornienko2012-12-053-6/+8
* Small tweaks to automatic formatting.Daniel Jasper2012-12-051-2/+13
* Add missing destructors found with -Wnon-virtual-dtor.Daniel Jasper2012-12-042-0/+5
* Error recovery part 2Alexander Kornienko2012-12-043-32/+52
* Clang-format error recovery part 1Alexander Kornienko2012-12-041-2/+10
* Make parenthesis counting and aligning a bit saner.Daniel Jasper2012-12-041-40/+53
* Enum formatting implementationAlexander Kornienko2012-12-041-27/+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-043-6/+3
* Fixes a compile warning and crash in the tests.Manuel Klimek2012-12-031-12/+13
* libclangFormat is not libclangTooling, but it depends on it.Benjamin Kramer2012-12-032-2/+3
* Initial version of formatting library.Daniel Jasper2012-12-035-0/+1201
OpenPOWER on IntegriCloud