summaryrefslogtreecommitdiff
path: root/unittests/Format
Commit message (Expand)AuthorAgeFilesLines
* clang-format: Detect function-like macros only when upper case is used.Alexander Kornienko2014-03-181-12/+33
* Fix crasher bug.Manuel Klimek2014-03-181-0/+14
* clang-format: Indent from dict literal labels.Daniel Jasper2014-03-171-0/+5
* clang-format: Prevent ObjC code from confusing the braced-init detectionDaniel Jasper2014-03-131-0/+8
* clang-format: Fix crasher.Daniel Jasper2014-03-121-0/+4
* clang-format: Avoid unnecessary break before lambda return type.Daniel Jasper2014-03-111-0/+4
* clang-format: Fix another false positive in the lambda detection.Daniel Jasper2014-03-111-0/+1
* clang-format: Fix incorrect lambda recognition exposed by r203452.Daniel Jasper2014-03-111-0/+1
* clang-format: Detect weird macro lambda usage.Daniel Jasper2014-03-111-0/+5
* clang-format: Add spaces between lambdas and comments.Daniel Jasper2014-03-101-0/+6
* Preserve hanging indent when breaking line comments.Alexander Kornienko2014-03-101-0/+15
* clang-format: Add spaces around trailing/lambda return types.Daniel Jasper2014-03-101-3/+3
* Fix operator<< recognition (PR19064).Alexander Kornienko2014-03-061-0/+5
* [C++11] Switch the clang-format LLVM style to use C++11 style bracedChandler Carruth2014-03-021-292/+275
* clang-format: Don't wrap "const" etc. of function declarations.Daniel Jasper2014-02-171-5/+16
* clang-format: Fix formatting of class template declaration.Daniel Jasper2014-02-141-0/+3
* clang-format: Support lambdas with namespace-qualified return types.Daniel Jasper2014-02-111-0/+1
* clang-format: Fix alignment of comments inside statements.Daniel Jasper2014-02-111-0/+3
* clang-format: Fix column limit violation for merged lines in macros.Daniel Jasper2014-02-071-0/+30
* clang-format: Fix range-based for-loop formatting.Daniel Jasper2014-02-071-0/+2
* clang-format: Don't indent relative to unary operators.Daniel Jasper2014-02-051-5/+3
* clang-format: Let chromium style inherit google style's javascript tweaks.Nico Weber2014-02-023-10/+17
* clang-format: (JavaScript) Don't crash on empty string literals.Daniel Jasper2014-01-311-0/+4
* clang-format: Support ObjC's NS_ENUMs.Daniel Jasper2014-01-301-0/+12
* clang-format: More custom option fixes for protocol buffer files.Daniel Jasper2014-01-291-0/+3
* clang-format: Fix formatting of custom proto options.Daniel Jasper2014-01-291-0/+2
* Fix crash on unmatched #endif's.Manuel Klimek2014-01-291-0/+5
* clang-format: Understand __attribute__s preceding parameter lists.Daniel Jasper2014-01-281-0/+2
* clang-format: Fix option formatting in protocol buffer files.Daniel Jasper2014-01-281-0/+4
* clang-format: Add support for a space after @propertyDaniel Jasper2014-01-281-0/+7
* clang-format: Fix incorrect space removal.Daniel Jasper2014-01-251-0/+5
* Get rid of special parsing for return statements.Manuel Klimek2014-01-241-3/+7
* clang-format: Fix incorrect lambda recognition.Daniel Jasper2014-01-221-0/+1
* clang-format: Treat "." in protos like namespace separators.Daniel Jasper2014-01-221-1/+11
* clang-format: text following #if is likely an expression.Daniel Jasper2014-01-211-0/+1
* clang-format: Properly format custom options in protocol buffer definitions.Daniel Jasper2014-01-201-0/+5
* clang-format: Better support and testing for protocol buffers.Daniel Jasper2014-01-193-9/+73
* clang-format: Fix ObjC block as first call parameter formatting.Daniel Jasper2014-01-191-5/+6
* clang-format: Don't break lines starting with "import <string-literal>"Daniel Jasper2014-01-171-0/+4
* clang-format: Improve formatting of ObjC Blocks with return type.Daniel Jasper2014-01-161-0/+4
* clang-format: Enable formatting of lambdas with explicit return type.Daniel Jasper2014-01-161-0/+4
* clang-format: Fixed formatting of JavaScript container literalsDaniel Jasper2014-01-152-0/+6
* clang-format: Fix bug introduced in r198871.Daniel Jasper2014-01-141-1/+1
* clang-format: Fix corner case with comment in ctor initializer.Daniel Jasper2014-01-131-0/+7
* clang-format: Don't indent relative to ./->.Daniel Jasper2014-01-131-6/+6
* clang-format: Slightly adapt line break in edge case.Daniel Jasper2014-01-101-2/+2
* clang-format: Understand ObjC boxed expressions.Daniel Jasper2014-01-101-0/+2
* clang-format: Add @s when breaking NSString literals.Daniel Jasper2014-01-091-1/+4
* clang-format: Understand #pragma markDaniel Jasper2014-01-091-0/+5
* clang-format: Some tweaks to braces list formatting:Daniel Jasper2014-01-091-7/+20