summaryrefslogtreecommitdiffstats
path: root/clang/unittests/Format/FormatTest.cpp
Commit message (Expand)AuthorAgeFilesLines
* clang-format: Force line break between "endl" and "<<".Daniel Jasper2015-01-081-0/+4
* clang-format: Improve template parameter detection.Daniel Jasper2015-01-081-0/+1
* clang-format: Understand single-line comments at the end of blocks.Daniel Jasper2015-01-071-0/+8
* clang-format: Fix unary operator detection.Daniel Jasper2015-01-071-0/+1
* clang-format: Fix incorrect detection of ObjC "in" keyword.Daniel Jasper2014-12-181-0/+1
* Don't break single-line raw string literals.Alexander Kornienko2014-12-141-21/+8
* clang-format: Revamp nested block formatting.Daniel Jasper2014-12-121-2/+7
* clang-format: Add a test for PR19603 which seems fixed (maybe by r221338?).Nico Weber2014-12-091-0/+3
* clang-format: Support commas in lambda return types.Daniel Jasper2014-12-081-0/+1
* clang-format: Don't merge lines with comments.Daniel Jasper2014-12-071-0/+5
* clang-format: Support NS_OPTIONS, CF_ENUM and CF_OPTIONS.Daniel Jasper2014-12-051-0/+15
* clang-format: More restrictively classify import declarations.Daniel Jasper2014-12-041-0/+4
* clang-format: Fix fake parentheses placement with comments.Daniel Jasper2014-12-031-0/+7
* clang-format: Add option to suppress operator alignment.Daniel Jasper2014-12-021-2/+61
* clang-format: precedence-based indentation when breaking before operators.Daniel Jasper2014-12-021-14/+14
* clang-format: Add SFS_Empty to only empty functions on a single line.Daniel Jasper2014-11-261-0/+2
* clang-format: Make short case labels work with #ifsDaniel Jasper2014-11-231-0/+6
* clang-format: Improve ObjC blocks with return type.Daniel Jasper2014-11-231-0/+1
* clang-format: Understand more lambda return types.Daniel Jasper2014-11-211-0/+3
* clang-format: Use nested block special case for all languages.Daniel Jasper2014-11-211-22/+30
* clang-format: Handle comments in short case labels.Daniel Jasper2014-11-211-0/+5
* clang-format: Add option to disable alignment after opening bracketsDaniel Jasper2014-11-181-1/+39
* clang-format: Fix more incorrect pointer detection.Daniel Jasper2014-11-171-0/+1
* clang-format: Fix regression introduced in r221609.Daniel Jasper2014-11-171-0/+1
* clang-format: Correctly detect multiplication in ctor initializer.Daniel Jasper2014-11-141-0/+1
* clang-format: Improve function parameter packing.Daniel Jasper2014-11-141-0/+4
* clang-format: Support assignments as conditional operands.Daniel Jasper2014-11-141-0/+20
* clang-format: Improve indentation of comments in expressions.Daniel Jasper2014-11-141-0/+8
* clang-format: Format extern "C" blocks like namespace blocks.Nico Weber2014-11-131-1/+24
* clang-format: Improve handling of comments in binary expressions.Daniel Jasper2014-11-111-0/+3
* clang-format: Preserve trailing-comma logic even with comments.Daniel Jasper2014-11-111-3/+10
* clang-format: Fix pointer formatting.Daniel Jasper2014-11-101-0/+3
* Revert "clang-format: [js] Updates to Google's JavaScript style."Daniel Jasper2014-11-051-2/+2
* clang-format: Add test to prevent regression in r221125.Daniel Jasper2014-11-051-1/+2
* clang-format: Improve free-standing macro detection.Daniel Jasper2014-11-051-0/+5
* clang-format: Fix false positive in lambda detection.Daniel Jasper2014-11-021-0/+1
* clang-format: [js] Updates to Google's JavaScript style.Daniel Jasper2014-10-311-2/+2
* clang-format: Format line if invoked on the trailing newline.Daniel Jasper2014-10-291-1/+13
* clang-format: Improve && detection as binary operator.Daniel Jasper2014-10-281-1/+8
* clang-format: Fix test.Daniel Jasper2014-10-281-1/+1
* clang-format: Improve && detection as binary operators.Daniel Jasper2014-10-281-0/+5
* clang-format: Improve function declaration detection.Daniel Jasper2014-10-281-0/+2
* clang-format: [ObjC] Add separate flag to control indentation in blocksDaniel Jasper2014-10-281-37/+45
* clang-format: Don't break after very short return types.Daniel Jasper2014-10-271-10/+10
* clang-format: Fix bad merging of lines in nested blocks.Daniel Jasper2014-10-271-0/+8
* clang-format: Fix incorrect space after "<".Daniel Jasper2014-10-231-0/+1
* clang-format: Use AllowShortBlocksOnASingleLine for ObjC blocks, too.Daniel Jasper2014-10-221-17/+28
* clang-format: Fix broken test.Daniel Jasper2014-10-221-1/+1
* clang-format: Fix incorrect trailing return arrow detection.Daniel Jasper2014-10-221-0/+1
* clang-format: [ObjC] Fix spacing in block variable parameters.Daniel Jasper2014-10-211-0/+1
OpenPOWER on IntegriCloud