summaryrefslogtreecommitdiff
path: root/unittests
Commit message (Expand)AuthorAge
* Never break inside something that was a preprocessor directive.Manuel Klimek2013-01-31
* Several improvements to the formatting of static initializers.Daniel Jasper2013-01-31
* Move commonly useful code for AST testing into MatchVerfier.h.Manuel Klimek2013-01-31
* Don't generate no-op replacements.Daniel Jasper2013-01-30
* Improve formatting of code with comments.Daniel Jasper2013-01-29
* Allow all parameters on next line for function calls in Chrome.Daniel Jasper2013-01-29
* Initial support for multiple variable declarations.Daniel Jasper2013-01-29
* Reverting changes from r173785 (removing empty lines before "}").Daniel Jasper2013-01-29
* Remove empty lines before "}".Daniel Jasper2013-01-29
* Fix a bug that would lead to bad line break decisions in for loops.Daniel Jasper2013-01-28
* Don't put a function's return type on its own line in Google style.Daniel Jasper2013-01-28
* Let clang-format break after a function's return type.Daniel Jasper2013-01-28
* Make continuations in constructor initializers consistent.Daniel Jasper2013-01-28
* Initial support for formatting range-based for-loops.Daniel Jasper2013-01-28
* Improve formatting of conditional expressions.Daniel Jasper2013-01-28
* Several small changes in formatting decisions.Daniel Jasper2013-01-28
* Improve indentation after breaking at nested name specifiers.Daniel Jasper2013-01-28
* Avoid confusing identations for multi-parameter functions.Daniel Jasper2013-01-28
* Fix a typo in the name of a tooling unit testHal Finkel2013-01-28
* Fix some alignment and line break decisions.Daniel Jasper2013-01-25
* Allow breaking after "::" if absolutely necessary.Daniel Jasper2013-01-25
* [Lex] Remove DirectoryLookup.UserSpecified, which is unused.Daniel Dunbar2013-01-25
* Add extra indent for nested calls inside if's.Daniel Jasper2013-01-23
* Don't try to align builder-type continuations on assignments.Daniel Jasper2013-01-23
* Don't try to do a hanging ident after assignments.Daniel Jasper2013-01-23
* Fix handling of macro definitions.Manuel Klimek2013-01-23
* Fixes layouting regression and invalid-read.Manuel Klimek2013-01-23
* Fix the formatting of pointer/reference types in range-based for loops.Daniel Jasper2013-01-23
* Removing the penalty for breaking after "=".Daniel Jasper2013-01-23
* Fix another regression for pointer types.Daniel Jasper2013-01-23
* Fix regression in formatting pointer types.Daniel Jasper2013-01-23
* Fixes incorrect handling of the declaration context stack.Manuel Klimek2013-01-23
* Fix segfaults in the formatter.Manuel Klimek2013-01-23
* Add option to allow putting all parameters onto the next line.Daniel Jasper2013-01-23
* Allow us to better guess the context of an unwrapped line.Manuel Klimek2013-01-23
* Formatter: Remove a fixme klimek fixed in r173168.Nico Weber2013-01-22
* Implements more principled comment parsing.Manuel Klimek2013-01-22
* Let the formatter be more restrictive for breaking around . and ->Daniel Jasper2013-01-22
* Fix "*" formatting when creating arrays of pointers.Daniel Jasper2013-01-22
* Remove "incorrect" aligning of trailing comments.Daniel Jasper2013-01-21
* Fixes various problems around enum parsing.Manuel Klimek2013-01-21
* Fixes formatting of empty blocks.Manuel Klimek2013-01-21
* Fix parsing of templated declarations.Daniel Jasper2013-01-21
* Fixes indent in linkage specification blocks.Manuel Klimek2013-01-21
* Add regression test.Manuel Klimek2013-01-21
* Fixes detection of class template specializations.Manuel Klimek2013-01-21
* Allow for nested name specifiers in record declarations.Manuel Klimek2013-01-21
* Fix parsing of return statements.Manuel Klimek2013-01-21
* Nuke SetUpBuildDumpLog.Sean Silva2013-01-20
* Comment parsing: add more tests for html character referencesDmitri Gribenko2013-01-19