summaryrefslogtreecommitdiffstats
path: root/unittests
Commit message (Expand)AuthorAgeFilesLines
* Make ParentMap work with explicit specializations of function templates.Nico Weber2016-02-081-0/+7
* clang-format: Fix weird alignment when not aligning after brackets.Daniel Jasper2016-02-081-0/+5
* clang-format: [JS] Don't count shortened object literals as blocks.Daniel Jasper2016-02-071-0/+5
* [ASTMatchers] Allow hasName() to look through inline namespacesSamuel Benzaquen2016-02-051-0/+46
* clang-format: Fix corner case in template detection.Daniel Jasper2016-02-051-0/+4
* clang-format: Fix formatting of ternary expressions with comments.Daniel Jasper2016-02-031-0/+4
* Provide match function to look over an entire TU again.Daniel Jasper2016-02-031-1/+9
* clang-format: [JS/TypeScript] Support "enum" as an optional property name, too.Daniel Jasper2016-02-031-0/+1
* clang-format: Make AlignAfterOpenBracket also affect angle brackets.Daniel Jasper2016-02-021-0/+9
* Always build a new TypeSourceInfo for function templates with parametersNico Weber2016-02-011-0/+11
* Reapply r259210 with a fix for RegistryTest.cpp.Aaron Ballman2016-02-012-2/+26
* clang-format: Fix incorrect pointer detection in lambdas in constructorDaniel Jasper2016-02-011-0/+1
* clang-format: Add option to disable string literal formatting.Daniel Jasper2016-02-011-0/+6
* clang-format: Fix alignment of trailing multiline columns.Daniel Jasper2016-02-011-0/+8
* clang-format: [JS] Treat "in" as a proper operator.Daniel Jasper2016-02-011-0/+11
* Revert r259210 "Extend hasType narrowing matcher for TypedefDecls, add functi...Hans Wennborg2016-01-291-25/+1
* Extend hasType narrowing matcher for TypedefDecls, add functionProtoType matc...Aaron Ballman2016-01-291-1/+25
* Add an optional ToolName argument to runToolOnCodeWithArgs/buildASTFromCodeWi...Benjamin Kramer2016-01-291-3/+3
* Include RecordDecls from anonymous unions in the AST.Nico Weber2016-01-281-0/+22
* clang-format: [Java] Remove unnecessary line break after complex annotationsDaniel Jasper2016-01-271-0/+3
* Remove autoconf supportChris Bieneman2016-01-2615-312/+0
* Fix Clang-tidy modernize-use-nullptr warnings; other minor fixes.Eugene Zelenko2016-01-261-2/+1
* Add am AST matcher for isMoveAssignmentOperator.Aaron Ballman2016-01-221-0/+15
* Let RecursiveASTVisitor visit array index VarDeclsNico Weber2016-01-222-0/+27
* Replace some tabs with spaces.Nico Weber2016-01-221-4/+3
* Add an isVirtualAsWritten AST matcher.Nico Weber2016-01-211-0/+10
* Add AST matcher support for FunctionDecls with the hasBody matcher.Aaron Ballman2016-01-202-1/+5
* Add AST matcher for paren expressions.Aaron Ballman2016-01-202-0/+14
* Fix formatting of fully qualified names in array subscripts.Manuel Klimek2016-01-191-0/+1
* The destructor name should be matched to ~Foo instead of Foo.Aaron Ballman2016-01-181-3/+3
* Add an AST matcher for checking whether a function is defaulted.Aaron Ballman2016-01-181-0/+7
* Augments r258042; changes the AST matcher tests to use matchesNot and EXPECT_...Aaron Ballman2016-01-181-2/+14
* Add forEachArgumentWithParam AST matcher.Manuel Klimek2016-01-181-0/+85
* clang-format: Fix incorrectly enforced linebreak with ColumnLimit 0.Daniel Jasper2016-01-141-0/+3
* clang-format: [JS] Fix incorrect line break leading to semicolon insertion.Daniel Jasper2016-01-141-0/+4
* clang-format: [ObjC+JS] Allow bin-packing of array literals.Daniel Jasper2016-01-132-16/+11
* Properly track the end location of an exception specification.Aaron Ballman2016-01-121-0/+38
* clang-format: [JS] Support exporting abstract classes.Daniel Jasper2016-01-121-0/+1
* clang-format: [JS] Teach clang-format about "export interface".Daniel Jasper2016-01-111-0/+4
* [clang-format] Fix comment aligning when there are changes within the commentBenjamin Kramer2016-01-111-0/+9
* clang-format: Fix overloading "operator," definitions more thoroughly.Daniel Jasper2016-01-111-1/+1
* clang-format: Slightly row back on r257257.Daniel Jasper2016-01-111-0/+13
* clang-format: [JS] Improve line-flow when calling functions on array literals.Daniel Jasper2016-01-111-0/+6
* Simplify test code with initializer lists.Benjamin Kramer2016-01-101-47/+16
* Make test work on windows by turning \ in paths back into /.Benjamin Kramer2016-01-101-2/+8
* clang-format: Fix the counting of leading whitespace in tok::unknown tokensDaniel Jasper2016-01-091-0/+3
* [vfs] Normalize working directory if requested.Benjamin Kramer2016-01-091-0/+6
* clang-format: Improve selective comment formatting.Daniel Jasper2016-01-091-0/+7
* clang-format: Fix incorrect line break in certain configurations.Daniel Jasper2016-01-091-0/+4
* clang-format: Support definitions/declarations of operator,.Daniel Jasper2016-01-091-0/+3