summaryrefslogtreecommitdiffstats
path: root/unittests
Commit message (Expand)AuthorAgeFilesLines
* clang-format: [Java] Support formatting qualified annotations.Nico Weber2015-01-091-0/+10
* 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: [Java] Fix incorrect detection of cast.Daniel Jasper2015-01-051-0/+4
* clang-format: [Java] Fix incorrect recognition of annonymous classes.Daniel Jasper2015-01-041-0/+5
* clang-format: Re-enable comment re-indentation for Java/JS.Daniel Jasper2015-01-041-0/+13
* clang-format: Fix incorrect detection of ObjC "in" keyword.Daniel Jasper2014-12-181-0/+1
* clang-format: Fix incorrect calculation of token lenghts.Daniel Jasper2014-12-171-0/+2
* Add voidType() matcher.Samuel Benzaquen2014-12-151-0/+5
* Don't break single-line raw string literals.Alexander Kornienko2014-12-141-21/+8
* Don't break string literals in Java and JavaScript.Alexander Kornienko2014-12-121-0/+7
* clang-format: Revamp nested block formatting.Daniel Jasper2014-12-122-6/+35
* clang-format: Add a test for PR19603 which seems fixed (maybe by r221338?).Nico Weber2014-12-091-0/+3
* clang-format: Indent correctly in conditional expressions after return.Daniel Jasper2014-12-081-0/+5
* clang-format: [Java] Always break after annotations of multiline decls.Daniel Jasper2014-12-081-0/+4
* 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
* Make DiagnosticErrorTrap work even if SuppressAllDiagnostics is enabled.Richard Smith2014-12-052-0/+50
* clang-format: Support NS_OPTIONS, CF_ENUM and CF_OPTIONS.Daniel Jasper2014-12-051-0/+15
* clang-format: [JS] Don't put top-level dict literals on a single line.Daniel Jasper2014-12-041-9/+12
* clang-format: More restrictively classify import declarations.Daniel Jasper2014-12-041-0/+4
* Make ArgumentsAdjuster an std::function.Alexander Kornienko2014-12-031-22/+11
* clang-format: Fix fake parentheses placement with comments.Daniel Jasper2014-12-031-0/+7
* clang-format: Fix expression parser not closing stuff at end of stmt.Daniel Jasper2014-12-031-0/+5
* clang-format: Add option to suppress operator alignment.Daniel Jasper2014-12-022-3/+62
* clang-format: precedence-based indentation when breaking before operators.Daniel Jasper2014-12-021-14/+14
* clang-format: [JS] Contract fewer functions to a single line.Daniel Jasper2014-11-271-0/+5
* clang-format: [JS] Try not to break in container literals.Daniel Jasper2014-11-271-0/+5
* clang-format: [JS] new and delete are valid function names.Daniel Jasper2014-11-271-0/+2
* clang-format: [JS] Make Closure module detection more narrow.Daniel Jasper2014-11-271-0/+5
* clang-format: Don't use column layout with AlignAfterOpenBrackets.Daniel Jasper2014-11-271-0/+7
* clang-format: [Java] Don't line-wrap package declarations.Daniel Jasper2014-11-261-0/+5
* clang-format: Tweak -style=Chromium for Java files.Nico Weber2014-11-261-0/+15
* clang-format: [Java] Improve formatting of throws declarations.Daniel Jasper2014-11-261-0/+2
* clang-format: [Java] Improve cast detection.Daniel Jasper2014-11-261-0/+4
* clang-format: [Java] Fix breaking after annotations.Daniel Jasper2014-11-261-0/+3
* clang-format: Add SFS_Empty to only empty functions on a single line.Daniel Jasper2014-11-262-35/+25
* clang-format: [Java] Support Foo.class;Daniel Jasper2014-11-261-0/+5
* Re-apply r222646 (was reverted in r222667). Adding 4 ASTMatchers: typedefDecl...Manuel Klimek2014-11-252-5/+60
* clang-format: Refactoring.Daniel Jasper2014-11-251-0/+11
* Reverting r222646; the tests do not pass on Windows. Also reverts r222664, wh...Aaron Ballman2014-11-242-55/+5
* Unbreaking the MSVC 2012 build; however, these tests still fail on Windows.Aaron Ballman2014-11-241-5/+12
* Reverting r222638; it broke the MSVC build bots because Visual Studio 2012 do...Aaron Ballman2014-11-241-11/+0
* Adding 4 ASTMatchers: typedefDecl, isInMainFile, isInSystemFile, isInFileMatc...Manuel Klimek2014-11-242-5/+48
* clang-format: Make short case labels work with #ifsDaniel Jasper2014-11-231-0/+6
* clang-format: [Java] Treat 'instanceof' like other binary operators.Daniel Jasper2014-11-231-0/+11
* clang-format: [Java] Space before array initializers.Daniel Jasper2014-11-231-2/+9
* clang-format: Improve ObjC blocks with return type.Daniel Jasper2014-11-231-0/+1