summaryrefslogtreecommitdiffstats
path: root/clang/unittests/ASTMatchers
Commit message (Expand)AuthorAgeFilesLines
* [ASTMatchers] HasNameMatcher handles `extern "C"`Nathan James2020-02-271-0/+15
* [clang] Remove raw string literals in macrosOliver Stannard2020-01-131-19/+13
* Revert "[ASTMatchers] extract public matchers from const-analysis into own pa...Jonas Toth2020-01-111-166/+0
* [ASTMatchers] extract public matchers from const-analysis into own patchJonas Toth2020-01-111-0/+166
* Implement new AST matcher hasAnyCapture to match on LambdaExpr captures.Reid2020-01-101-0/+20
* [ASTMatchers] Make test more clear about what it is verifyingStephen Kelly2020-01-101-2/+5
* Add a new AST matcher 'optionally'.Rihan Yang2020-01-081-0/+21
* Clang-format previous commitStephen Kelly2020-01-051-3/+1
* Add missing testStephen Kelly2020-01-051-0/+12
* Allow using traverse() with bindingsStephen Kelly2020-01-051-0/+22
* [ParserTest] Move raw string literal out of macroDavid Green2020-01-051-3/+3
* Handle init statements in readability-else-after-returnNathan James2020-01-021-0/+29
* Implement additional traverse() overloadsStephen Kelly2019-12-311-0/+86
* Match code following lambdas when ignoring invisible nodesStephen Kelly2019-12-311-0/+6
* 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
* Customize simplified dumping and matching of LambdaExprStephen Kelly2019-12-211-0/+28
* Revert "Customize simplified dumping and matching of LambdaExpr"Stephen Kelly2019-12-201-28/+0
* Customize simplified dumping and matching of LambdaExprStephen Kelly2019-12-201-0/+28
* Add method to ignore invisible AST nodesStephen Kelly2019-12-181-0/+143
* Add matchDynamic convenience functionsStephen Kelly2019-12-071-0/+24
* Make it possible control matcher traversal kind with ASTContextStephen Kelly2019-12-061-0/+85
* Fix the nullPointerConstant() test to get bots back to green.Aaron Ballman2019-08-221-1/+1
* [Clang] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere2019-08-145-93/+93
* [clang] Update isDerivedFrom to support Objective-C classes 🔍Stephane Moore2019-08-122-1/+106
* [clang][NFC] Move matcher ignoringElidableConstructorCall's tests to appropri...Yitzhak Mandelbaum2019-08-082-85/+85
* [clang] Update `ignoringElidableConstructorCall` matcher to ignore `ExprWithC...Yitzhak Mandelbaum2019-08-081-0/+17
* [clang] Remove IsDerivedFromDeathTest.DiesOnEmptyBaseName test.Anton Bikineev2019-07-251-7/+0
* [clang] Fail for empty names in is*DerivedFrom matchers.Anton Bikineev2019-07-251-0/+7
* [clang] Add isDirectlyDerivedFrom AST matcher.Anton Bikineev2019-07-251-0/+30
* cmake: Add CLANG_LINK_CLANG_DYLIB optionTom Stellard2019-07-032-2/+2
* [clang] Adapt ASTMatcher to explicit(bool) specifierGauthier Harnisch2019-06-192-0/+91
* Added AST matcher for ignoring elidable constructorsDmitri Gribenko2019-06-132-9/+145
* Move TraversalKind enum to ast_type_traitsStephen Kelly2019-05-161-1/+1
* Added an AST matcher for declarations that are in the `std` namespaceDmitri Gribenko2019-05-031-0/+51
* [ASTMatchers] Introduce Objective-C matchers `isClassMessage`, `isClassMethod...Ben Hamilton2019-04-221-0/+54
* [clang][OpenMP] Fix another test when using libgomp.Jordan Rupprecht2019-03-211-2/+2
* [ASTMatchers][OpenMP] OpenMP Structured-block-related matchersRoman Lebedev2019-03-211-0/+65
* [ASTTypeTraits][ASTMatchers][OpenMP] OMPClause handlingRoman Lebedev2019-03-212-0/+206
* [ASTMatchers][OpenMP] Add base ompExecutableDirective() matcher.Roman Lebedev2019-03-212-0/+36
* [ASTImporter] Add support for importing ChooseExpr AST nodes.Tom Roeder2019-02-261-0/+5
* Revert r354832 "[ASTImporter] Add support for importing ChooseExpr AST nodes."Reid Kleckner2019-02-261-5/+0
* [ASTImporter] Add support for importing ChooseExpr AST nodes.Tom Roeder2019-02-251-0/+5
* Move multiline raw string literal out of macro. NFCDavid Green2019-02-161-18/+16
* Exteded test of .Yitzhak Mandelbaum2019-02-151-9/+13
* Remove unnecessary expectation.Yitzhak Mandelbaum2019-02-151-1/+0
* Added test for matcher On.Yitzhak Mandelbaum2019-02-151-12/+14
OpenPOWER on IntegriCloud