summaryrefslogtreecommitdiff
path: root/unittests
Commit message (Expand)AuthorAge
* Don't put short namespace on a single line.Daniel Jasper2013-05-15
* Improve recognition of template definitions.Daniel Jasper2013-05-15
* Break function declarations after multi-line return types.Daniel Jasper2013-05-15
* Don't merge one-line functions in weird brace styles.Daniel Jasper2013-05-15
* Remove diagnostics from clang-format.Daniel Jasper2013-05-15
* Improve formatting of function types.Daniel Jasper2013-05-15
* Use only explicit bool conversion operatorDavid Blaikie2013-05-15
* Fix expression breaking for one-parameter-per-line styles.Daniel Jasper2013-05-14
* Take a stab at trying to unbreak the makefile build.Benjamin Kramer2013-05-14
* Hopefully fix configure build.Manuel Klimek2013-05-14
* Correctly determine ranges for clang-format.Daniel Jasper2013-05-14
* Fix clang-format bug in unwrapped-line merging.Daniel Jasper2013-05-14
* First revision of the dynamic ASTMatcher library.Manuel Klimek2013-05-14
* Implement string literal breaking on unbreakable token sequences.Manuel Klimek2013-05-14
* Don't format sizeof/alignof as function types.Daniel Jasper2013-05-14
* Replace EXPECT_EQ with EXPECT_FALSE to avoid gcc warningPatrik Hagglund2013-05-14
* Align a multiline string literal with the first part.Daniel Jasper2013-05-13
* Implements brace breaking styles.Manuel Klimek2013-05-13
* Implements UseTab for clang-format.Manuel Klimek2013-05-13
* Further improve optimization for nested calls.Daniel Jasper2013-05-13
* Implements IndentWidth.Manuel Klimek2013-05-13
* Assume macros to contain declarations.Daniel Jasper2013-05-13
* When breaking at function calls, indent from function name.Daniel Jasper2013-05-10
* Always format entire macro definitions.Daniel Jasper2013-05-10
* Config file support for clang-format, part 2.Alexander Kornienko2013-05-10
* Add caseStmt(), defaultStmt(), eachCase() and hasCaseConstant() matchers.Peter Collingbourne2013-05-10
* Fix bug when formatting overloaded operators.Daniel Jasper2013-05-10
* Adding isConst() ASTMatcher for CXXMethodDecl nodesEdwin Vane2013-05-09
* Further fix to pointer to member formatting.Daniel Jasper2013-05-08
* Fix formatting of pointers to members.Daniel Jasper2013-05-08
* Improve line breaking in binary expressions.Daniel Jasper2013-05-08
* Change indentation of multi-line nested name specifiers.Daniel Jasper2013-05-08
* Config file support for clang-format, part 1.Alexander Kornienko2013-05-07
* Correctly recognize dereference after 'delete'.Daniel Jasper2013-05-07
* Don't break comments after includes.Daniel Jasper2013-05-06
* Change indentation when breaking after a type.Daniel Jasper2013-05-06
* Break the class-inheritance ":" to the new line.Daniel Jasper2013-05-06
* Don't put a space before ellipsis.Daniel Jasper2013-05-06
* [Doc parsing] Provide diagnostics for unknown documentation Fariborz Jahanian2013-05-03
* [Preprocessor] For the MacroExpands preprocessor callback, also pass the Macr...Argyrios Kyrtzidis2013-05-03
* Add space between ; and (.Daniel Jasper2013-05-03
* Fix expression recognition in for-loops.Daniel Jasper2013-05-03
* When deducing an 'auto' type, don't modify the type-as-written.Richard Smith2013-04-30
* Improve clang-format's memoization behavior.Daniel Jasper2013-04-25
* Add option to align escaped newlines left.Daniel Jasper2013-04-25
* Fix comment alignment behavior.Daniel Jasper2013-04-24
* Fix formatting of complex #if expressions.Daniel Jasper2013-04-23
* Fix bin-packing behavior of constructor initialziers.Daniel Jasper2013-04-22
* Unified token breaking logic: support for line comments.Alexander Kornienko2013-04-17
* Break after multiline parameters.Daniel Jasper2013-04-15