1. 3ea9e33 Update aosp/master clang for rebase to r233350 by Pirama Arumuga Nainar · 9 years ago
  2. 0e2c34f Update aosp/master clang for rebase to r230699. by Stephen Hines · 9 years ago
  3. 176edba Update aosp/master Clang for rebase to r222490. by Stephen Hines · 10 years ago
  4. c568f1e Update Clang for rebase to r212749. by Stephen Hines · 10 years ago
  5. 6bcf27b Update Clang for 3.5 rebase (r209713). by Stephen Hines · 10 years ago
  6. 651f13c Updated to Clang 3.5a. by Stephen Hines · 10 years ago
  7. 6c1dc78 Add partial support for the hasDeclaration() matcher in the dynamic layer. by Samuel Benzaquen · 11 years ago
  8. 3f0e040 Introduce BoundNodes::getMap. by Peter Collingbourne · 11 years ago
  9. b7488d7 Resubmit "Refactor DynTypedMatcher into a value type class, just like Matcher<T>." by Samuel Benzaquen · 11 years ago
  10. c30bf45 Revert "Refactor DynTypedMatcher into a value type class, just like Matcher<T>." by Reid Kleckner · 11 years ago
  11. 341b5df Refactor DynTypedMatcher into a value type class, just like Matcher<T>. by Samuel Benzaquen · 11 years ago
  12. 7156fff Remove DynCastMatcher, since it is pretty much the same as Matcher<T>::WrappedMatcher. by Samuel Benzaquen · 11 years ago
  13. 4e899d9 Reduce the number of symbols by changing how templates are instantiated per function bound in the registry. by Samuel Benzaquen · 11 years ago
  14. d36e463 Rewrite eachOf/allOf/anyOf to use a variadic operator. by Samuel Benzaquen · 11 years ago
  15. ee0da95 Refactor ArgumentAdaptativeMatcher matchers to remove the template from their declaration. by Samuel Benzaquen · 11 years ago
  16. 6de440e Add support for Adaptative matchers on the dynamic registry. by Samuel Benzaquen · 11 years ago
  17. 3f84bb3 Add support for type traversal matchers. by Samuel Benzaquen · 11 years ago
  18. ef7eb02 Add support for polymorphic matchers. Use runtime type checking to determine the right polymorphic overload to use. by Samuel Benzaquen · 11 years ago
  19. 76c2f92 Enhancements for the DynTypedMatcher system. by Samuel Benzaquen · 11 years ago
  20. cf52ca6 Adds the equalsBoundNode matcher. by Manuel Klimek · 11 years ago
  21. 054d049 Completely revamp node binding for AST matchers. by Manuel Klimek · 11 years ago
  22. 4f37d92 Add support for .bind("foo") expressions on the dynamic matchers. by Samuel Benzaquen · 11 years ago
  23. f7f295f First revision of the dynamic ASTMatcher library. by Manuel Klimek · 11 years ago
  24. 6a19a97 New ASTMatchers and enhancement to hasOverloadedOperatorName by Edwin Vane · 11 years ago
  25. ff9a010 First step towards adding a parent map to the ASTContext. by Manuel Klimek · 11 years ago
  26. 3abf778 Adding hasDeclaration overload for TemplateSpecializationType by Edwin Vane · 11 years ago
  27. b45083d Support in hasDeclaration for types with getDecl() by Edwin Vane · 11 years ago
  28. 1b354b8 Reverting r176019. Corrupt patch. by Edwin Vane · 11 years ago
  29. 0b6f23a Support in hasDeclaration for types with getDecl() by Edwin Vane · 11 years ago
  30. c908896 Removing has_getDecl (added in r175532). It cause a build break for MSVC, and was not yet being used in the codebase. If we start using std::enable_if, we can look into resurrecting the idea in a more portable fashion. by Aaron Ballman · 11 years ago
  31. 5238060 Support in hasDeclaration for types with getDecl() by Edwin Vane · 11 years ago
  32. 415514d Cleanup of ASTMatcher macros and adding support for overloaded matchers. by Manuel Klimek · 11 years ago
  33. 7387673 Add an eachOf matcher. by Manuel Klimek · 11 years ago
  34. cfa88f8 Remove useless 'llvm::' qualifier from names like StringRef and others that are by Dmitri Gribenko · 11 years ago
  35. 189f2e4 Make hasDeclaration work for enums. by Daniel Jasper · 12 years ago
  36. 7f2d480 Allow matchers to access the ASTContext. by Manuel Klimek · 12 years ago
  37. 11c9877 Fix binding of nodes in case of forEach..() matchers. by Daniel Jasper · 12 years ago
  38. d1ce3c1 Implement descendant matchers for NestedNamespecifiers by Daniel Jasper · 12 years ago
  39. a267cf6 Implement has(), hasDescendant(), forEach() and forEachDescendant() for by Daniel Jasper · 12 years ago
  40. c711af2 Make hasDeclaration() matcher work inside the memberExpr() matcher. by Daniel Jasper · 12 years ago
  41. c99a3ad Implement hasParent()-matcher. by Daniel Jasper · 12 years ago
  42. ce62007 First version of matchers for Types and TypeLocs. by Daniel Jasper · 12 years ago
  43. b54b764 Add some matchers for basic AST nodes. by Daniel Jasper · 12 years ago
  44. b327816 Provide better error messages for incorrect matchers. by Daniel Jasper · 12 years ago
  45. f56faa0 Use LLVM_DELETED_FUNCTION in place of 'DO NOT IMPLEMENT' comments. by Dmitri Gribenko · 12 years ago
  46. a756443 Create initial support for matching and binding NestedNameSpecifier(Loc)s. by Daniel Jasper · 12 years ago
  47. 579b120 Implements hasAncestor. by Manuel Klimek · 12 years ago
  48. a78d0d6 Introduces DynTypedMatcher as a new concept that replaces the UntypedBaseMatcher and TypedMatcher. by Manuel Klimek · 12 years ago
  49. 66341c5 Fixes a bug for binding memoized match results. by Manuel Klimek · 12 years ago
  50. ec2a396 Modifes BoundNodes to store void* and allow casting them by Manuel Klimek · 12 years ago
  51. 8456ae6 AST Matchers: introduce functionTemplate(), classTemplate() and by Dmitri Gribenko · 12 years ago
  52. 9f17408 Introduces a new concept for binding results to matchers by Manuel Klimek · 12 years ago
  53. 20b802d Make the isDerivedFrom matcher more generic. by Daniel Jasper · 12 years ago
  54. 2db5abb Move CompileAssert into namespace clang::ast_matchers:: to avoid naming by Daniel Jasper · 12 years ago
  55. e0e6b9e Add more matchers and do cleanups. by Daniel Jasper · 12 years ago
  56. 4da2166 Adds the AST Matcher library, which provides a in-C++ DSL to express by Manuel Klimek · 12 years ago