summaryrefslogtreecommitdiffstats
path: root/clang/unittests/ASTMatchers/Dynamic
Commit message (Expand)AuthorAgeFilesLines
* [ParserTest] Move raw string literal out of macroDavid Green2020-01-051-3/+3
* Allow newlines in AST Matchers in clang-query filesStephen Kelly2019-12-271-23/+142
* Revert "Allow newlines in AST Matchers in clang-query files" + 1Evgenii Stepanov2019-12-261-142/+23
* Allow newlines in AST Matchers in clang-query filesStephen Kelly2019-12-261-23/+142
* Revert "Allow newlines in AST Matchers in clang-query files"Stephen Kelly2019-12-261-142/+23
* Allow newlines in AST Matchers in clang-query filesStephen Kelly2019-12-261-23/+142
* [Clang] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere2019-08-141-4/+4
* [clang] Update isDerivedFrom to support Objective-C classes 🔍Stephane Moore2019-08-121-1/+1
* cmake: Add CLANG_LINK_CLANG_DYLIB optionTom Stellard2019-07-031-1/+1
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-193-12/+9
* Add explicit dependency on clangSerialization for a bunch of components to fi...Fangrui Song2018-12-121-0/+1
* Revert "[ASTMatchers] Fix DynamicASTMatchersTests again"Fangrui Song2018-10-031-0/+1
* [ASTMatchers] Fix DynamicASTMatchersTests againFangrui Song2018-10-031-1/+0
* [test] Fix -Wunused-variable in rC343665Fangrui Song2018-10-031-1/+1
* Allow comments with '#' in dynamic AST MatchersStephen Kelly2018-10-031-2/+17
* [ASTMatchers] Let isArrow also support UnresolvedMemberExpr, CXXDependentScop...Shuai Wang2018-09-171-1/+2
* Allow binding to NamedValue resulting from let expressionStephen Kelly2018-08-301-0/+38
* Make add_clang_unittest formatting a bit more consistent.Nico Weber2018-04-251-1/+2
* [ASTMatchers] Introduce a matcher for matching any given Objective-C selectorGeorge Karpenkov2018-03-291-0/+11
* [ASTMatchers] Extend hasParameter and hasAnyParameter matches to handle Objec...George Karpenkov2018-03-291-7/+8
* [CMake] Use PRIVATE in target_link_libraries for executablesShoaib Meenai2017-12-051-0/+1
* 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
OpenPOWER on IntegriCloud