aboutsummaryrefslogtreecommitdiff
path: root/lib/Format
AgeCommit message (Expand)Author
2013-05-06Added Mozilla style, cleaned get*Style methods.Alexander Kornienko
2013-05-06Don't break comments after includes.Daniel Jasper
2013-05-06Change indentation when breaking after a type.Daniel Jasper
2013-05-06Break the class-inheritance ":" to the new line.Daniel Jasper
2013-05-06Don't put a space before ellipsis.Daniel Jasper
2013-05-03Add space between ; and (.Daniel Jasper
2013-05-03Fix expression recognition in for-loops.Daniel Jasper
2013-04-25Improve clang-format's memoization behavior.Daniel Jasper
2013-04-25Add option to align escaped newlines left.Daniel Jasper
2013-04-24Flip flag to merge short if-statements into one line for Google style.Daniel Jasper
2013-04-24Fix comment alignment behavior.Daniel Jasper
2013-04-23Fix formatting of complex #if expressions.Daniel Jasper
2013-04-22Fix bin-packing behavior of constructor initialziers.Daniel Jasper
2013-04-17Unified token breaking logic: support for line comments.Alexander Kornienko
2013-04-15Break after multiline parameters.Daniel Jasper
2013-04-15Fix unused variable warning with assertions disabled.Alexander Kornienko
2013-04-15Unified token breaking logic for strings and block comments.Alexander Kornienko
2013-04-12Revamps structural error detection / handling.Manuel Klimek
2013-04-11Change clang-format's affinity for breaking after return types.Daniel Jasper
2013-04-11Fix formatting of overloaded assignment operators.Daniel Jasper
2013-04-10Fixes recovering from errors when parsing braced init lists.Manuel Klimek
2013-04-10Fix labels with trailing comments and cleanup.Daniel Jasper
2013-04-09Fix comments before labels.Daniel Jasper
2013-04-09Again macros without trailing semicolons: don't care about declaration context.Alexander Kornienko
2013-04-08Recognize function-like macro usages without semicolon in declaration context.Alexander Kornienko
2013-04-08Revamp indentation behavior for complex binary expressions.Daniel Jasper
2013-04-08Revert accidental commit r179015.Daniel Jasper
2013-04-08xDaniel Jasper
2013-04-05Allow breaking after 'class' for classes with looong names.Daniel Jasper
2013-04-05Fix bad formatting of overloaded operator definitions.Daniel Jasper
2013-04-05Improve formatting of multi-variable DeclStmts.Daniel Jasper
2013-04-04Fix bug discovered with address sanitizer.Daniel Jasper
2013-04-03Improve formatting of for loops and multi-variable DeclStmts.Daniel Jasper
2013-04-03Even better way to handle comments adjacent to preprocessor directives.Alexander Kornienko
2013-04-03Cleanup, add comments and address review comments.Daniel Jasper
2013-04-02Fix some inconsistent use of indentation.Daniel Jasper
2013-04-02Alternative handling of comments adjacent to preprocessor directives.Alexander Kornienko
2013-04-01Improve formatting of function types.Daniel Jasper
2013-03-28Fixed handling of comments before preprocessor directives.Alexander Kornienko
2013-03-27Insert extra new line before access specifiers.Alexander Kornienko
2013-03-27Split line commentsAlexander Kornienko
2013-03-22Better fix for r177725.Daniel Jasper
2013-03-22Align comments to surrounding unformatted comments.Daniel Jasper
2013-03-22More precisely recognize ObjC method declarations.Daniel Jasper
2013-03-22Make clang-format understand more line comments.Daniel Jasper
2013-03-21Better block comment formatting.Alexander Kornienko
2013-03-20Support for pointers-to-members usage via .*Alexander Kornienko
2013-03-20Remove assertion that can be triggered on bad input.Daniel Jasper
2013-03-20Fix infinite-loop in unwrapped line parser.Daniel Jasper
2013-03-20Do not consider comments when adjusting to local indent style.Daniel Jasper