summaryrefslogtreecommitdiffstats
path: root/clang/lib/Format/Format.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix layouting of tokens with a leading escaped newline.Manuel Klimek2013-01-071-7/+16
* Put a higher penalty on breaking before "." or "->".Daniel Jasper2013-01-071-2/+2
* Fixes parsing of hash tokens in the middle of a line.Manuel Klimek2013-01-051-5/+7
* Various fixes to clang-format's macro handling.Manuel Klimek2013-01-041-15/+44
* Correctly format dereference and address of in array parameters.Daniel Jasper2013-01-041-2/+3
* Let the formatter ignore UnwrappedLines containing errors.Daniel Jasper2013-01-041-17/+35
* Fixes multiple formatting bugs.Manuel Klimek2013-01-021-8/+27
* Don't allow line breaks after template parameters.Daniel Jasper2013-01-021-0/+3
* Format */& as binary operator if followed by a unary operator.Daniel Jasper2013-01-021-5/+9
* Fixes use of unescaped newlines when formatting preprocessor directives.Manuel Klimek2013-01-021-2/+20
* Correctly format pointers and references in casts.Daniel Jasper2013-01-021-7/+11
* Understand unary operators after "return" and "case".Daniel Jasper2013-01-021-1/+2
* Prefer splitting after "template <...>" and fix indentation.Daniel Jasper2013-01-021-1/+22
* Prefer to break after operators over breaking after "(".Daniel Jasper2013-01-021-1/+1
* Re-sort #include lines using the llvm/utils/sort_includes.py script.Chandler Carruth2013-01-021-2/+1
* Understand * and & in ternary expressions.Daniel Jasper2013-01-021-0/+1
* Don't break after pointer or reference specifier.Daniel Jasper2013-01-021-3/+8
* Let clang-format format itself.Daniel Jasper2012-12-241-20/+20
* 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-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
OpenPOWER on IntegriCloud