summaryrefslogtreecommitdiffstats
path: root/clang/lib/Format/Format.cpp
Commit message (Expand)AuthorAgeFilesLines
* Improve detection for preventing certain kind of formatting patterns.Daniel Jasper2013-07-051-14/+16
* Fixed typo: NoneComment -> NonComment, no other changes.Alexander Kornienko2013-07-041-10/+10
* Added AlwaysBreakBeforeMultilineStrings option.Alexander Kornienko2013-07-041-0/+4
* Don't insert confusing line breaks in comparisons.Daniel Jasper2013-07-031-2/+16
* Avoid column limit violation in block comments in certain cases.Alexander Kornienko2013-07-011-4/+10
* Put helper classes into anonymous namespace.Craig Topper2013-06-301-0/+4
* Use lexing mode based on FormatStyle.Standard.Alexander Kornienko2013-06-281-3/+4
* Fix a comment.Nico Weber2013-06-261-1/+1
* Run clang-format on lib/Format code after r184894. No other changes.Nico Weber2013-06-261-5/+5
* Add an option to not indent declarations when breaking after the type.Manuel Klimek2013-06-211-1/+6
* Fixed long-standing issue with incorrect length calculation of multi-line com...Alexander Kornienko2013-06-191-5/+5
* Fixes incorrect indentation of line comments after break and re-alignment.Alexander Kornienko2013-06-171-2/+8
* Don't remove backslashes from block comments.Alexander Kornienko2013-06-141-19/+13
* Preserve newlines before block comments in static initializers.Alexander Kornienko2013-06-121-1/+1
* Improved handling of escaped newlines at the token start.Alexander Kornienko2013-06-071-33/+16
* Fixed calculation of penalty when breaking tokens.Alexander Kornienko2013-06-071-4/+18
* UTF-8 support for clang-format.Alexander Kornienko2013-06-051-37/+56
* Let clang-format remove empty lines before "}".Daniel Jasper2013-06-031-0/+5
* Improve detection preventing certain kind of formatting patterns.Daniel Jasper2013-06-031-14/+13
* Fix line-breaking problem caused by comment.Daniel Jasper2013-06-031-0/+1
* Make formatting of empty blocks more consistent.Daniel Jasper2013-05-311-4/+5
* Use a non-recursive implementation to reconstruct line breaks.Manuel Klimek2013-05-291-16/+17
* The second step in the token refactoring.Manuel Klimek2013-05-291-156/+137
* Add option to always break template declarations.Daniel Jasper2013-05-291-0/+4
* Make UnwrappedLines and AnnotatedToken contain pointers to FormatToken.Manuel Klimek2013-05-281-57/+65
* A first step towards giving format tokens pointer identity.Manuel Klimek2013-05-281-42/+55
* Initial support for designated initializers.Daniel Jasper2013-05-281-3/+7
* Fix formatting of expressions containing ">>".Daniel Jasper2013-05-281-0/+1
* Major refactoring of BreakableToken.Manuel Klimek2013-05-271-19/+26
* Improve indentation of assignments.Daniel Jasper2013-05-271-1/+4
* Fix hacky way of preventing a certain type of line break.Daniel Jasper2013-05-271-10/+17
* Improve formatting of braced lists.Daniel Jasper2013-05-231-3/+2
* Use a SourceRange for the whitespace location in FormatToken.Manuel Klimek2013-05-231-18/+35
* Improve formatting of braced lists.Daniel Jasper2013-05-231-0/+4
* Makes whitespace management more consistent.Manuel Klimek2013-05-221-73/+51
* Fix function declaration behavior.Daniel Jasper2013-05-221-1/+1
* Cut-off clang-format analysis.Daniel Jasper2013-05-221-12/+23
* Minor fix: don't crash on empty configuration file, consider empty configurat...Alexander Kornienko2013-05-201-0/+2
* Clang-format: allow -style="{yaml/json}" on command lineAlexander Kornienko2013-05-191-13/+19
* Slightly modify the formatting rules for braced lists.Daniel Jasper2013-05-171-2/+10
* Don't insert a break into include lines with trailing comments.Daniel Jasper2013-05-161-1/+2
* Add option to put short loops on a single line.Daniel Jasper2013-05-161-9/+19
* Add a more convenient interface to use clang-format.Daniel Jasper2013-05-161-0/+26
* Comments should not prevent single-line functions.Daniel Jasper2013-05-161-2/+2
* Add back accidentally deleted line and add test for it.Daniel Jasper2013-05-161-0/+1
* Don't put short namespace on a single line.Daniel Jasper2013-05-151-3/+6
* Break function declarations after multi-line return types.Daniel Jasper2013-05-151-0/+7
* Don't merge one-line functions in weird brace styles.Daniel Jasper2013-05-151-1/+2
* Remove diagnostics from clang-format.Daniel Jasper2013-05-151-21/+5
* Fix expression breaking for one-parameter-per-line styles.Daniel Jasper2013-05-141-1/+2
OpenPOWER on IntegriCloud