1. 2cd40c0 [clang] Add AST matcher for initializer list members by Hyrum Wright 路 7 years ago
  2. 3897b2d [clang] Add AST matcher for block expressions 馃攳 by Stephane Moore 路 7 years ago
  3. a6144db Revert rL347462 "[ASTMatchers] Add hasSideEffect() matcher." by Clement Courbet 路 7 years ago
  4. c022c51 [ASTMatchers] Add hasSideEffect() matcher. by Clement Courbet 路 7 years ago
  5. 31f48c5 Add the isStaticLocal() AST matcher for matching on local static variables. by Aaron Ballman 路 7 years ago
  6. e0248ae [ASTMatchers] Let isArrow also support UnresolvedMemberExpr, CXXDependentScopeMemberExpr by Shuai Wang 路 7 years ago
  7. 2253878 [ASTMatchers] add three matchers for dependent expressions by Jonas Toth 路 7 years ago
  8. 92f9d1b [ASTMatchers] Let hasObjectExpression also support UnresolvedMemberExpr, CXXDependentScopeMemberExpr by Shuai Wang 路 7 years ago
  9. 079275b [ASTMatchers] Introduce a matcher for `ObjCIvarExpr`, support getting it's declaration. by George Karpenkov 路 7 years ago
  10. fc3d72e [ASTMatchers] Add an isMain() matcher by George Karpenkov 路 7 years ago
  11. 3cd0aa3 [ASTMatchers] Overload isConstexpr for ifStmts by Gabor Horvath 路 7 years ago
  12. fff11db [ASTMatchers] Add isAssignmentOperator matcher by Peter Szecsi 路 8 years ago
  13. 500e126 [ASTMatchers] isTemplateInstantiation: also match explicit instantiation declaration. by Eric Liu 路 8 years ago
  14. 239d25a Add hasTrailingReturn AST matcher by Julie Hockett 路 8 years ago
  15. 9c3be3a [ASTMatcher] Add isScoped matcher for enumDecl. by Haojian Wu 路 8 years ago
  16. 6c3871b [ASTMatchers] Add isNoReturn() match narrower for FunctionDeclarations by Roman Lebedev 路 8 years ago
  17. 813e36c Add the hasDefinition() AST matcher to match class declarations that also have a definition. by Aaron Ballman 路 8 years ago
  18. da488a6 [ASTMatchers] Matchers for new[] operators by Adam Balogh 路 8 years ago
  19. 5f8980a Add an AST matcher for hasDefaultArgument() to match on parameter declarations that have a default value. by Aaron Ballman 路 8 years ago
  20. be39868 Make isDefinition matcher support ObjCMethodDecl by Dave Lee 路 8 years ago
  21. 96cd671 PR19668, PR23034: Fix handling of move constructors and deleted copy by Richard Smith 路 8 years ago
  22. 0c9f193 Revert "PR19668, PR23034: Fix handling of move constructors and deleted copy constructors when deciding whether classes should be passed indirectly." by Diana Picus 路 8 years ago
  23. f1a425e PR19668, PR23034: Fix handling of move constructors and deleted copy by Richard Smith 路 8 years ago
  24. 4ca3d18 [ASTMatchers] Add hasInClassInitializer traversal matcher for FieldDecl. by Malcolm Parsons 路 9 years ago
  25. 398a8ea [ASTMatcher] Clarify isStaticStorageClass and hasStaticStorageDuration documents. by Haojian Wu 路 9 years ago
  26. b3d2546 [ASTMatcher] Add isStaticStorageClass matcher for varDecl and functionDecl. by Haojian Wu 路 9 years ago
  27. a086b9f Add an AST matcher for external formal linkage. by Aaron Ballman 路 9 years ago
  28. 87e6d99 Make isExternC work on VarDecls too. by Benjamin Kramer 路 9 years ago
  29. 4251759 [ASTMatchers] isSignedInteger() and isUnsignedInteger() by Clement Courbet 路 9 years ago
  30. 5c57434 Add AST matchers for handling bit-fields and narrowing based on their width. by Aaron Ballman 路 9 years ago
  31. 49385c7 [ASTMatchers] Add isLambda() matcher. by Samuel Benzaquen 路 9 years ago
  32. 230ad97 Make isNoThrow and hasDynamicExceptionSpec polymorphic so they can be used with both functionDecl and functionPrototype matchers. by Aaron Ballman 路 9 years ago
  33. c6e0502 Dividied ASTMatcherTests into 4 files by Piotr Padlewski 路 9 years ago