summaryrefslogtreecommitdiffstats
path: root/clang/lib/Format/Format.cpp
Commit message (Expand)AuthorAgeFilesLines
* Initial support for formatting ObjC method declarations/calls.Daniel Jasper2013-02-051-1/+31
* Fix some linebreak decisions in Google format.Daniel Jasper2013-02-051-8/+10
* Improve handling of trailing block commentsDaniel Jasper2013-02-041-3/+7
* Improve handling of trailing block comments.Daniel Jasper2013-02-041-1/+2
* Fix an error in formatting of for-loops.Daniel Jasper2013-02-041-2/+4
* Restructuring of token annotation for formatting.Daniel Jasper2013-02-041-15/+15
* Fix bug in formatting of nested initializers.Daniel Jasper2013-02-031-1/+0
* Hopefully fix windows build due to non-standard pair implementation.Daniel Jasper2013-02-011-1/+1
* Revamp of the basic layouting algorithm in clang-format.Daniel Jasper2013-02-011-117/+122
* Several improvements to the formatting of static initializers.Daniel Jasper2013-01-311-11/+39
* Don't generate no-op replacements.Daniel Jasper2013-01-301-0/+5
* Move the token annotator into separate files.Daniel Jasper2013-01-291-1030/+1
* Improve formatting of code with comments.Daniel Jasper2013-01-291-6/+5
* Allow all parameters on next line for function calls in Chrome.Daniel Jasper2013-01-291-5/+6
* Split ">>" in "A<B<C> >" in Chromium style.Daniel Jasper2013-01-291-0/+1
* Fix uninitialized error caused by r173801.Daniel Jasper2013-01-291-2/+3
* Calculate the split penalty upfront.Daniel Jasper2013-01-291-55/+60
* Fix a comment and reformat clang-format with clang-formatDaniel Jasper2013-01-291-43/+44
* Initial support for multiple variable declarations.Daniel Jasper2013-01-291-15/+15
* Reverting changes from r173785 (removing empty lines before "}").Daniel Jasper2013-01-291-2/+0
* Remove empty lines before "}".Daniel Jasper2013-01-291-0/+2
* Fix a bug that would lead to bad line break decisions in for loops.Daniel Jasper2013-01-281-6/+6
* Don't put a function's return type on its own line in Google style.Daniel Jasper2013-01-281-1/+3
* Let clang-format break after a function's return type.Daniel Jasper2013-01-281-7/+33
* Make continuations in constructor initializers consistent.Daniel Jasper2013-01-281-1/+2
* Initial support for formatting range-based for-loops.Daniel Jasper2013-01-281-3/+19
* Improve formatting of conditional expressions.Daniel Jasper2013-01-281-10/+22
* Several small changes in formatting decisions.Daniel Jasper2013-01-281-26/+15
* Improve indentation after breaking at nested name specifiers.Daniel Jasper2013-01-281-3/+4
* Avoid confusing identations for multi-parameter functions.Daniel Jasper2013-01-281-3/+30
* Fix some alignment and line break decisions.Daniel Jasper2013-01-251-2/+2
* Allow breaking after "::" if absolutely necessary.Daniel Jasper2013-01-251-4/+7
* Add extra indent for nested calls inside if's.Daniel Jasper2013-01-231-3/+7
* Don't try to align builder-type continuations on assignments.Daniel Jasper2013-01-231-4/+12
* Don't try to do a hanging ident after assignments.Daniel Jasper2013-01-231-5/+2
* Fixes layouting regression and invalid-read.Manuel Klimek2013-01-231-1/+3
* Fix the formatting of pointer/reference types in range-based for loops.Daniel Jasper2013-01-231-1/+2
* Removing the penalty for breaking after "=".Daniel Jasper2013-01-231-5/+0
* Fix another regression for pointer types.Daniel Jasper2013-01-231-11/+19
* Fix regression in formatting pointer types.Daniel Jasper2013-01-231-1/+3
* Fix segfaults in the formatter.Manuel Klimek2013-01-231-2/+2
* Add option to allow putting all parameters onto the next line.Daniel Jasper2013-01-231-18/+17
* Allow us to better guess the context of an unwrapped line.Manuel Klimek2013-01-231-3/+6
* Implements more principled comment parsing.Manuel Klimek2013-01-221-1/+3
* Let the formatter be more restrictive for breaking around . and ->Daniel Jasper2013-01-221-1/+11
* Fix "*" formatting when creating arrays of pointers.Daniel Jasper2013-01-221-0/+10
* Remove "incorrect" aligning of trailing comments.Daniel Jasper2013-01-211-4/+11
* Formatter: Set MatchingParen for [], to match <>, (), {}. No functionality ch...Nico Weber2013-01-211-0/+2
* Formatter: Rename LSquare to Left to make parseSquare() more consistent with ...Nico Weber2013-01-211-8/+6
* Fixes formatting of empty blocks.Manuel Klimek2013-01-211-33/+34
OpenPOWER on IntegriCloud