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