summaryrefslogtreecommitdiffstats
path: root/unittests
Commit message (Expand)AuthorAgeFilesLines
* clang-format: Add initial #include sorting capabilities.Daniel Jasper2015-09-233-0/+202
* [tooling] Provide the compile commands of the JSON database in the order that...Argyrios Kyrtzidis2015-09-221-0/+19
* clang-format: Fix alignConsecutiveAssignments.Daniel Jasper2015-09-221-0/+4
* clang-format: Fix merging short case labels with comments.Daniel Jasper2015-09-211-0/+3
* Rename AST node matchers to match the AST node names directly. Part of this r...Aaron Ballman2015-09-178-321/+332
* [tooling] Add unit tests for change in r247468.Argyrios Kyrtzidis2015-09-161-3/+7
* Remove accidental superfluous newline added in r247750.Nico Weber2015-09-151-1/+0
* clang-format: In Java, `assert` is followed by an expression.Nico Weber2015-09-151-0/+5
* Fixed HasDeclarationMatcher to properly convert all types into decls where po...Aaron Ballman2015-09-111-0/+48
* Fix performance regression when running clang tools.Manuel Klimek2015-09-081-1/+3
* Fix documentation of numSelectorArgs.Manuel Klimek2015-09-081-0/+3
* Fixing a bug where hasType(decl()) would fail to match on C code involving st...Aaron Ballman2015-09-042-0/+9
* Adding an AST matcher for namespaceAliasDecl.Aaron Ballman2015-08-281-0/+5
* clang-format: Don't let a leading "template <..>" lead to wrapped initializers.Daniel Jasper2015-08-271-0/+7
* [ASTMatchers] Add type matcher for SubstTemplateTypeParmType.Samuel Benzaquen2015-08-261-0/+12
* clang-format: Add space before member function reference qualifiers.Daniel Jasper2015-08-251-27/+30
* clang-format: Always allow break after leading annotations.Daniel Jasper2015-08-241-0/+2
* clang-format: Make formatting of member function reference qualifiersDaniel Jasper2015-08-241-3/+6
* clang-format: Properly handle braced lists in macros.Daniel Jasper2015-08-241-0/+1
* clang-format: Be more conservative about specially indenting blocks in C++.Daniel Jasper2015-08-211-12/+21
* Add AST narrowing matchers for inline and anonymous namespaces. Since the inl...Aaron Ballman2015-08-181-0/+12
* clang-format: Don't remove space between #elif and parentheses.Daniel Jasper2015-08-141-0/+2
* Add structed way to express command line options in the compilation database.Manuel Klimek2015-08-141-1/+24
* Wdeprecated: CommentVerifiers are returned by value, make sure they're correc...David Blaikie2015-08-131-0/+4
* clang-format: Inside decltype(), there is an expression.Daniel Jasper2015-08-131-0/+1
* clang-format: Fix incorrect lambda-detection.Daniel Jasper2015-08-131-0/+1
* Add a polymorphic AST matcher for testing whether a constructor or a conversi...Aaron Ballman2015-08-111-0/+14
* Add an AST matcher to match member intializers of a CXXCtorInitializer.Aaron Ballman2015-08-111-0/+6
* clang-format: Make SpaceBeforeParens work with overloaded operators.Daniel Jasper2015-08-111-0/+4
* Add WebKit brace style configuration option.Roman Kashitsyn2015-08-101-7/+50
* Add AST matchers for narrowing constructors that are default, copy, or move c...Aaron Ballman2015-08-051-0/+41
* Do not force linebreaks when MaxEmptyLinesToKeep is 0.Manuel Klimek2015-07-281-0/+7
* Add an AST matcher, isFinal(), for testing whether a method or class declarat...Aaron Ballman2015-07-241-0/+9
* Fix -Wextra-semi warnings.Hans Wennborg2015-07-224-6/+6
* clang-format: Fix unary operator detection in for loops.Daniel Jasper2015-07-211-0/+1
* clang-format: Fix crasher when a UTF8 character is found in an escapeDaniel Jasper2015-07-201-0/+5
* clang-format: Take nested lines into account when detection C++03Daniel Jasper2015-07-181-0/+11
* [ASTMatchers] Use provided target NodeKind instead of inferring it from the m...Samuel Benzaquen2015-07-171-0/+10
* Make the clang module container format selectable from the command line.Adrian Prantl2015-07-171-1/+1
* clang-format: Respect IndentWrappedFunctionNames when aligning colonsDaniel Jasper2015-07-161-0/+16
* clang-format: [Proto] Handle enum bodies differently.Daniel Jasper2015-07-161-0/+6
* clang-format: Fix return type breaking with overloaded operator functionsBirunthan Mohanathas2015-07-151-0/+26
* Add the ability to AST match a variable declaration that is an exception vari...Aaron Ballman2015-07-151-0/+4
* clang-format: Fix column layout with a comment in the last line.Daniel Jasper2015-07-151-0/+5
* clang-format: Fix formatting of multiple lambdas in initializers.Daniel Jasper2015-07-141-0/+9
* [cuda] Driver changes to compile and stitch together host and device-side CUD...Artem Belevich2015-07-131-0/+1
* This reverts commit r242058, r242065, r242067.Rafael Espindola2015-07-131-1/+0
* [cuda] Driver changes to compile and stitch together host and device-side CUD...Artem Belevich2015-07-131-0/+1
* Fix clang/unittests/ASTMatchers/Dynamic/Makefile. clangDynamicASTMatchers sho...NAKAMURA Takumi2015-07-131-1/+3
* Tweak libclang's users, c-arcmt-test, c-index-test and libclangTests to satis...NAKAMURA Takumi2015-07-121-0/+4