1. ef7eb02 Add support for polymorphic matchers. Use runtime type checking to determine the right polymorphic overload to use. by Samuel Benzaquen · 11 years ago
  2. 8c5f948 Improve documentation for AST matchers. by Manuel Klimek · 11 years ago
  3. cf52ca6 Adds the equalsBoundNode matcher. by Manuel Klimek · 11 years ago
  4. 1a68afd Implements declaratorDecl, parmVarDecl and hassTypeLoc matchers. by Manuel Klimek · 11 years ago
  5. 03a8323 Fixes the comment for hasDeclaration. by Manuel Klimek · 11 years ago
  6. 32a6ebc Adding isConst() ASTMatcher for CXXMethodDecl nodes by Edwin Vane · 11 years ago
  7. 0332e0a Updating LibASTMatchersReference to include namespaceDecl() by Edwin Vane · 11 years ago
  8. 5771a2f Adding new AST Matchers isVirtual and isOverride by Edwin Vane · 11 years ago
  9. 7b69cd0 Adding a hasLocalQualifiers() AST Matcher. by Edwin Vane · 11 years ago
  10. 88be2fd Adding parenType() and innerType() AST Matchers Updated docs and tests. by Edwin Vane · 11 years ago
  11. 8203d9f Updating LibASTMatchersReference by Edwin Vane · 11 years ago
  12. f4b4804 Adding lvalue and rvalue reference type matchers by Edwin Vane · 11 years ago
  13. 6a19a97 New ASTMatchers and enhancement to hasOverloadedOperatorName by Edwin Vane · 11 years ago
  14. aec89ac hasQualifer() matcher should return false if there's no qualifier by Edwin Vane · 11 years ago
  15. 742d9e7 Various additions to ASTMatcher library: by Edwin Vane · 11 years ago
  16. 3abf778 Adding hasDeclaration overload for TemplateSpecializationType by Edwin Vane · 11 years ago
  17. c7093d9 Update generated documentation after recent matcher addition. by Daniel Jasper · 11 years ago
  18. 5238060 Support in hasDeclaration for types with getDecl() by Edwin Vane · 12 years ago
  19. fa37c5c Implements equalsNode for Decl and Stmt. by Manuel Klimek · 12 years ago
  20. 415514d Cleanup of ASTMatcher macros and adding support for overloaded matchers. by Manuel Klimek · 12 years ago
  21. 152ea0e Implements the convenience matcher findAll. by Manuel Klimek · 12 years ago
  22. 41df16e Fixes dump_ast_matchers to parse all matcher macros and updates the docs. by Manuel Klimek · 12 years ago
  23. e0b8997 Update matcher documentation with script. by Daniel Jasper · 12 years ago
  24. 67619ff Introduces anchors into LibASTMatchersReference.html. by Manuel Klimek · 12 years ago
  25. e44a006 Update reference docs to latest changes. by Manuel Klimek · 12 years ago
  26. 1da7933 Adds the most requested doc for the AST matchers: a reference by Manuel Klimek · 12 years ago