1. c568f1e Update Clang for rebase to r212749. by Stephen Hines · 11 years ago
  2. 6bcf27b Update Clang for 3.5 rebase (r209713). by Stephen Hines · 11 years ago
  3. 651f13c Updated to Clang 3.5a. by Stephen Hines · 11 years ago
  4. 6c1dc78 Add partial support for the hasDeclaration() matcher in the dynamic layer. by Samuel Benzaquen · 12 years ago
  5. e575359 Fix constructor-related typos. by Benjamin Kramer · 12 years ago
  6. d36e463 Rewrite eachOf/allOf/anyOf to use a variadic operator. by Samuel Benzaquen · 12 years ago
  7. ee0da95 Refactor ArgumentAdaptativeMatcher matchers to remove the template from their declaration. by Samuel Benzaquen · 12 years ago
  8. 2c4b2e4 Fix incorrect documentation generation for type matchers. by Manuel Klimek · 12 years ago
  9. 532870f Update docs. by Manuel Klimek · 12 years ago
  10. 3f84bb3 Add support for type traversal matchers. by Samuel Benzaquen · 12 years ago
  11. ef7eb02 Add support for polymorphic matchers. Use runtime type checking to determine the right polymorphic overload to use. by Samuel Benzaquen · 12 years ago
  12. 8c5f948 Improve documentation for AST matchers. by Manuel Klimek · 12 years ago
  13. cf52ca6 Adds the equalsBoundNode matcher. by Manuel Klimek · 12 years ago
  14. 1a68afd Implements declaratorDecl, parmVarDecl and hassTypeLoc matchers. by Manuel Klimek · 12 years ago
  15. 03a8323 Fixes the comment for hasDeclaration. by Manuel Klimek · 12 years ago
  16. 32a6ebc Adding isConst() ASTMatcher for CXXMethodDecl nodes by Edwin Vane · 12 years ago
  17. 0332e0a Updating LibASTMatchersReference to include namespaceDecl() by Edwin Vane · 12 years ago
  18. 5771a2f Adding new AST Matchers isVirtual and isOverride by Edwin Vane · 12 years ago
  19. 7b69cd0 Adding a hasLocalQualifiers() AST Matcher. by Edwin Vane · 12 years ago
  20. 88be2fd Adding parenType() and innerType() AST Matchers Updated docs and tests. by Edwin Vane · 12 years ago
  21. 8203d9f Updating LibASTMatchersReference by Edwin Vane · 12 years ago
  22. f4b4804 Adding lvalue and rvalue reference type matchers by Edwin Vane · 12 years ago
  23. 6a19a97 New ASTMatchers and enhancement to hasOverloadedOperatorName by Edwin Vane · 12 years ago
  24. aec89ac hasQualifer() matcher should return false if there's no qualifier by Edwin Vane · 12 years ago
  25. 742d9e7 Various additions to ASTMatcher library: by Edwin Vane · 12 years ago
  26. 3abf778 Adding hasDeclaration overload for TemplateSpecializationType by Edwin Vane · 12 years ago
  27. c7093d9 Update generated documentation after recent matcher addition. by Daniel Jasper · 12 years ago
  28. 5238060 Support in hasDeclaration for types with getDecl() by Edwin Vane · 12 years ago
  29. fa37c5c Implements equalsNode for Decl and Stmt. by Manuel Klimek · 13 years ago
  30. 415514d Cleanup of ASTMatcher macros and adding support for overloaded matchers. by Manuel Klimek · 13 years ago
  31. 152ea0e Implements the convenience matcher findAll. by Manuel Klimek · 13 years ago
  32. 41df16e Fixes dump_ast_matchers to parse all matcher macros and updates the docs. by Manuel Klimek · 13 years ago
  33. e0b8997 Update matcher documentation with script. by Daniel Jasper · 13 years ago
  34. 67619ff Introduces anchors into LibASTMatchersReference.html. by Manuel Klimek · 13 years ago
  35. e44a006 Update reference docs to latest changes. by Manuel Klimek · 13 years ago
  36. 1da7933 Adds the most requested doc for the AST matchers: a reference by Manuel Klimek · 13 years ago