summaryrefslogtreecommitdiff
path: root/unittests/ASTMatchers
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add tests for assorted `CXXMemberCallExpr` matchers.Yitzhak Mandelbaum2019-02-151-0/+89
* [CUDA] add support for the new kernel launch API in CUDA-9.2+.Artem Belevich2019-01-311-1/+3
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-198-32/+24
* [clang] Add AST matcher for initializer list membersHyrum Wright2019-01-071-0/+12
* [clang] Add AST matcher for block expressions 🔍Stephane Moore2018-12-131-0/+4
* [AST] Store "UsesADL" information in CallExpr.Eric Fiselier2018-12-121-0/+34
* Add explicit dependency on clangSerialization for a bunch of components to fi...Fangrui Song2018-12-122-0/+2
* Revert rL347462 "[ASTMatchers] Add hasSideEffect() matcher."Clement Courbet2018-11-221-16/+0
* [ASTMatchers] Add hasSideEffect() matcher.Clement Courbet2018-11-221-0/+16
* [ASTMatchers] overload ignoringParens for ExprJonas Toth2018-11-091-0/+8
* Compound literals, enums, et al require const exprBill Wendling2018-11-092-9/+12
* Add the isStaticLocal() AST matcher for matching on local static variables.Aaron Ballman2018-10-291-0/+8
* 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-173-2/+16
* [ASTMatchers] add three matchers for dependent expressionsJonas Toth2018-09-111-0/+42
* Allow binding to NamedValue resulting from let expressionStephen Kelly2018-08-301-0/+38
* [ASTMatchers] Let hasObjectExpression also support UnresolvedMemberExpr, CXXD...Shuai Wang2018-08-231-0/+20
* Fix ASTMatchersTraversalTest testcase compile on older compilersDavid Green2018-08-151-3/+3
* Fix Stmt::ignoreImplicitStephen Kelly2018-08-141-0/+39
* [ASTMatchers] Let hasAnyArgument also support CXXUnresolvedConstructExprShuai Wang2018-08-121-0/+19
* [ASTMatchers] Add matchers unresolvedMemberExpr, cxxDependentScopeMemberExprShuai Wang2018-08-121-0/+14
* [ASTMatchers] Introduce a matcher for `ObjCIvarExpr`, support getting it's de...George Karpenkov2018-07-271-0/+10