summaryrefslogtreecommitdiffstats
path: root/clang/lib/Format
Commit message (Expand)AuthorAgeFilesLines
* clang-format: Don't put useless space in f( ::g()).Daniel Jasper2013-02-071-1/+2
* Fix bug in the alignment of comments.Daniel Jasper2013-02-061-1/+4
* Become a little smarter with formatting long chains of pipes.Daniel Jasper2013-02-061-1/+9
* Align trailing block comments like trailing line comments.Daniel Jasper2013-02-061-8/+7
* Formatter: Correctly detect ObjC message expressions preceded by a comment.Nico Weber2013-02-061-11/+14
* Fix handling of comments in macros.Manuel Klimek2013-02-061-3/+3
* Much semicolon after namespaces.Manuel Klimek2013-02-061-0/+4
* Fix formatting of ObjC method calls.Daniel Jasper2013-02-061-1/+1
* Parse record declarations with token pasted identifiers.Manuel Klimek2013-02-061-2/+4
* Fix a formatting bug caused by comments in expressions.Daniel Jasper2013-02-061-0/+1
* Optionally derive formatting information from the input file.Daniel Jasper2013-02-063-60/+112
* Fix an issue with the formatting of stars in default values.Daniel Jasper2013-02-061-1/+1
* Handle nested ObjC calls.Daniel Jasper2013-02-061-83/+88
* Formatter: No space after & and * in front of ObjC message expressions.Nico Weber2013-02-061-6/+10
* Formatter: Detect ObjC method expressions after unary operators.Nico Weber2013-02-051-6/+20
* Initial support for formatting ObjC method declarations/calls.Daniel Jasper2013-02-053-18/+72
* Fix some linebreak decisions in Google format.Daniel Jasper2013-02-051-8/+10
* Fix formatting regression introduced by r174307.Daniel Jasper2013-02-051-0/+2
* Improve handling of trailing block commentsDaniel Jasper2013-02-041-3/+7
* Improve formatting of stream operators.Daniel Jasper2013-02-041-0/+4
* Improve handling of trailing block comments.Daniel Jasper2013-02-042-11/+10
* Fix an error in formatting of for-loops.Daniel Jasper2013-02-042-3/+7
* Restructuring of token annotation for formatting.Daniel Jasper2013-02-043-228/+247
* 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
* Never break inside something that was a preprocessor directive.Manuel Klimek2013-01-311-1/+1
* Several improvements to the formatting of static initializers.Daniel Jasper2013-01-312-11/+41
* Don't generate no-op replacements.Daniel Jasper2013-01-301-0/+5
* Move the token annotator into separate files.Daniel Jasper2013-01-296-1036/+1105
* 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
OpenPOWER on IntegriCloud