summaryrefslogtreecommitdiffstats
path: root/unittests/ASTMatchers/Dynamic
Commit message (Expand)AuthorAgeFilesLines
* Use EXPECT_TRUE rather than EXPECT_EQ(true, ...) to clean up the code and sil...Eric Christopher2017-07-141-2/+2
* [ASTMatchers] temporary disable tests with floating suffixPeter Wu2017-06-081-0/+3
* [ASTMatchers] Add clang-query support for equals matcherPeter Wu2017-06-081-0/+40
* [ASTMatchers] Add support for floatLiteralsPeter Wu2017-06-082-2/+30
* [ASTMatchers] Add support for boolean literalsPeter Wu2017-06-082-0/+21
* [NFC] Header cleanupMehdi Amini2016-07-181-1/+0
* Prune away some unused using decls. NFC.Benjamin Kramer2016-06-081-3/+0
* Reorder ASTNodeKind::AllKindInfo to match NodeKindId.Alexander Kornienko2016-04-142-10/+9
* Reapply r259210 with a fix for RegistryTest.cpp.Aaron Ballman2016-02-011-1/+1
* Remove autoconf supportChris Bieneman2016-01-261-22/+0
* Add AST matcher support for FunctionDecls with the hasBody matcher.Aaron Ballman2016-01-201-1/+1
* Add AST matcher for paren expressions.Aaron Ballman2016-01-201-0/+6
* [AST] Re-add TypeLocs and NestedNameSpecifierLocs to the ParentMap.Benjamin Kramer2015-10-232-4/+10
* Shrink DynTypedNode by one pointer from 40 to 32 bytes (on x86_64).Benjamin Kramer2015-10-211-2/+2
* Revert "[AST] Put TypeLocs and NestedNameSpecifierLocs into the ParentMap."Benjamin Kramer2015-10-212-10/+5
* [AST] Put TypeLocs and NestedNameSpecifierLocs into the ParentMap.Benjamin Kramer2015-10-202-5/+10
* Roll-back r250822.Angel Garcia Gomez2015-10-201-1/+1
* Apply modernize-use-default to clang.Angel Garcia Gomez2015-10-201-1/+1
* Pass SourceRange by value in a test I missed in r249259.Craig Topper2015-10-041-2/+2
* Rename AST node matchers to match the AST node names directly. Part of this r...Aaron Ballman2015-09-172-11/+12
* Fix clang/unittests/ASTMatchers/Dynamic/Makefile. clangDynamicASTMatchers sho...NAKAMURA Takumi2015-07-131-1/+3
* Replace some const std::string & with llvm::StringRef or std::stringYaron Keren2015-07-063-26/+26
* Use 'override/final' instead of 'virtual' for overridden methodsAlexander Kornienko2015-04-111-3/+4
* [CMake] Add clangBasic in ASTMatchersTests, according to r232051.NAKAMURA Takumi2015-03-121-0/+1
* Revert "Wrap clang module files in a Mach-O, ELF, or COFF container."Adrian Prantl2015-02-251-6/+5
* Wrap clang module files in a Mach-O, ELF, or COFF container.Adrian Prantl2015-02-251-5/+6
* Revert "Wrap clang module files in a Mach-O, ELF, or COFF container."Adrian Prantl2015-02-241-6/+5
* Wrap clang module files in a Mach-O, ELF, or COFF container.Adrian Prantl2015-02-241-5/+6
* Revert "Wrap clang module files in a Mach-O, ELF, or COFF container."Adrian Prantl2015-02-211-6/+5
* Wrap clang module files in a Mach-O, ELF, or COFF container.Adrian Prantl2015-02-201-5/+6
* Revert "Wrap clang module files in a Mach-O, ELF, or COFF container."Adrian Prantl2015-02-201-6/+5
* Wrap clang module files in a Mach-O, ELF, or COFF container.Adrian Prantl2015-02-201-5/+6
* Fix bug in DynTypedMatcher::constructVariadic() that would cause false negati...Samuel Benzaquen2014-10-131-0/+7
* Fix completion logic to allow for heterogeneous argument types in matcher ove...Samuel Benzaquen2014-10-091-0/+14
* Special case 0 and 1 matcher in makeAllOfComposite().Samuel Benzaquen2014-10-091-1/+4
* Fix bug in DynTypedMatcher::constructVariadic() that would cause false negati...Samuel Benzaquen2014-10-061-1/+1
* Refactor Matcher<T> and DynTypedMatcher to reduce overhead of casts.Samuel Benzaquen2014-10-011-4/+8
* Revert r218616, "Refactor Matcher<T> and DynTypedMatcher to reduce overhead o...NAKAMURA Takumi2014-09-291-8/+4
* Refactor Matcher<T> and DynTypedMatcher to reduce overhead of casts.Samuel Benzaquen2014-09-291-4/+8
* Add hasAttr matcher for declarations.Manuel Klimek2014-08-251-0/+8
* Support named values in the autocomplete feature.Samuel Benzaquen2014-08-122-31/+56
* Make clang's rewrite engine a core featureAlp Toker2014-07-161-1/+1
* Remove llvm:: from uses of ArrayRef.Craig Topper2014-06-281-1/+1
* [C++11] Use 'nullptr'. Unittests edition.Craig Topper2014-06-081-4/+5
* Allow hasBody on CXXForRangeStmt nodes and update the docs.Manuel Klimek2014-05-271-1/+1
* Add support for named values in the parser.Samuel Benzaquen2014-04-143-14/+58
* Revert "Add support for named values in the parser."Samuel Benzaquen2014-04-032-30/+0
* Add support for named values in the parser.Samuel Benzaquen2014-04-022-0/+30
* Add loc() to the dynamic registry.Samuel Benzaquen2014-03-101-1/+20
* Replace OwningPtr with std::unique_ptr.Ahmed Charles2014-03-071-1/+1