1. 9d02807 Refactor "MatcherList" into "VariantMatcher" and abstract the notion of a list of matchers for the polymorphic case. by Samuel Benzaquen · 11 years ago
  2. b56da8c Fix crash when encountering alias templates in isDerivedFrom matches. by Manuel Klimek · 11 years ago
  3. c5ae717 Add matcher for float literals. by Daniel Jasper · 11 years ago
  4. 6de440e Add support for Adaptative matchers on the dynamic registry. by Samuel Benzaquen · 11 years ago
  5. 0e1896a Add support for overloaded matchers. ie different matcher function signatures with the same name. by Samuel Benzaquen · 11 years ago
  6. 2f5a231 Add support for raw_ostream on the printing methods of Diagnostics. by Samuel Benzaquen · 11 years ago
  7. 0696301 Adds ctorInitializer and forEachConstructorInitializer matchers. by Manuel Klimek · 11 years ago
  8. 671840a Add TemplateArgument related matchers to the registry. by Samuel Benzaquen · 11 years ago
  9. 86e4d74 Add CXXCtorInitializer related matchers to the dynamic matcher registry. by Samuel Benzaquen · 11 years ago
  10. 3f84bb3 Add support for type traversal matchers. by Samuel Benzaquen · 11 years ago
  11. e054819 clang/unittests/ASTMatchers/Dynamic/RegistryTest.cpp: Suppress unexpected failures on MS hosts. by NAKAMURA Takumi · 11 years ago
  12. ef7eb02 Add support for polymorphic matchers. Use runtime type checking to determine the right polymorphic overload to use. by Samuel Benzaquen · 11 years ago
  13. 8711da1 Disable an assertion death test when using MSVC's assert() by Reid Kleckner · 11 years ago
  14. 76c2f92 Enhancements for the DynTypedMatcher system. by Samuel Benzaquen · 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. 054d049 Completely revamp node binding for AST matchers. by Manuel Klimek · 11 years ago
  18. b1e25a1 [Driver] Refactor clang driver to use LLVM's Option library by Reid Kleckner · 11 years ago
  19. 7a337af Parser/Registry argument enhancements. by Samuel Benzaquen · 11 years ago
  20. 4f37d92 Add support for .bind("foo") expressions on the dynamic matchers. by Samuel Benzaquen · 11 years ago
  21. 8f9e590 Add an overridable MatchCallback::onEndOfTranslationUnit() function. by Peter Collingbourne · 11 years ago
  22. 9d126fb Take a stab at trying to unbreak the makefile build. by Benjamin Kramer · 11 years ago
  23. 1ba0d65 Hopefully fix configure build. by Manuel Klimek · 11 years ago
  24. f7f295f First revision of the dynamic ASTMatcher library. by Manuel Klimek · 11 years ago
  25. acf0271 Add caseStmt(), defaultStmt(), eachCase() and hasCaseConstant() matchers. by Peter Collingbourne · 11 years ago
  26. 32a6ebc Adding isConst() ASTMatcher for CXXMethodDecl nodes by Edwin Vane · 11 years ago
  27. 9b13175 When deducing an 'auto' type, don't modify the type-as-written. by Richard Smith · 11 years ago
  28. 5771a2f Adding new AST Matchers isVirtual and isOverride by Edwin Vane · 11 years ago
  29. abe9223 Add matcher for NamespaceDecls. by Daniel Jasper · 11 years ago
  30. 7b69cd0 Adding a hasLocalQualifiers() AST Matcher. by Edwin Vane · 11 years ago
  31. 88be2fd Adding parenType() and innerType() AST Matchers Updated docs and tests. by Edwin Vane · 11 years ago
  32. 374516c Implements memoization for ancestor matching. by Manuel Klimek · 11 years ago
  33. f4b4804 Adding lvalue and rvalue reference type matchers by Edwin Vane · 11 years ago
  34. 6a19a97 New ASTMatchers and enhancement to hasOverloadedOperatorName by Edwin Vane · 11 years ago
  35. aec89ac hasQualifer() matcher should return false if there's no qualifier by Edwin Vane · 11 years ago
  36. 0cc798f Make the negative test of recordType depend on a specific record. by Manuel Klimek · 11 years ago
  37. 742d9e7 Various additions to ASTMatcher library: by Edwin Vane · 11 years ago
  38. 3abf778 Adding hasDeclaration overload for TemplateSpecializationType by Edwin Vane · 11 years ago
  39. b45083d Support in hasDeclaration for types with getDecl() by Edwin Vane · 11 years ago
  40. 1b354b8 Reverting r176019. Corrupt patch. by Edwin Vane · 11 years ago
  41. 0b6f23a Support in hasDeclaration for types with getDecl() by Edwin Vane · 11 years ago
  42. f3197e9 Add matcher for AccessSpecDecls. by Daniel Jasper · 11 years ago
  43. 5238060 Support in hasDeclaration for types with getDecl() by Edwin Vane · 11 years ago
  44. 5be093c Clean up last use of dyn_cast on TypeLoc in ASTMatchers by David Blaikie · 11 years ago
  45. 7f43fcf Adding more overloads for allOf matcher by Edwin Vane · 11 years ago
  46. fa37c5c Implements equalsNode for Decl and Stmt. by Manuel Klimek · 11 years ago
  47. cf87bff Adds a convenience function selectFirst to simplify matching. by Manuel Klimek · 11 years ago
  48. 152ea0e Implements the convenience matcher findAll. by Manuel Klimek · 11 years ago
  49. 7387673 Add an eachOf matcher. by Manuel Klimek · 11 years ago
  50. 60969f5 Re-design the convenience interfaces on MatchFinder. by Manuel Klimek · 11 years ago
  51. 3a5fa03 fix the unit tests too. by Chris Lattner · 11 years ago
  52. cfa88f8 Remove useless 'llvm::' qualifier from names like StringRef and others that are by Dmitri Gribenko · 12 years ago
  53. ec33b6f Adding tests since when I was asked whether this works I wasn't 100% sure. by Manuel Klimek · 12 years ago
  54. 30ace37 Implements multiple parents in the parent map. by Manuel Klimek · 12 years ago
  55. 8cb9bf5 Fix spelling I ran over while proof-reading tests. by Manuel Klimek · 12 years ago
  56. 987c2f5 Fixes crash in isDerivedFrom for recursive templates. by Manuel Klimek · 12 years ago
  57. 36e29d6 Add parameterCountIs() matcher. by Daniel Jasper · 12 years ago
  58. 1050e8b Sort the #include lines for unittests/... by Chandler Carruth · 12 years ago
  59. d031c6a ASTTests, ASTMatchersTests: Move clangEdit before clangAst in USEDLIB. by NAKAMURA Takumi · 12 years ago
  60. bf5bc4c Untabify (in USEDLIBS, Makefile(s)). by NAKAMURA Takumi · 12 years ago
  61. 189f2e4 Make hasDeclaration work for enums. by Daniel Jasper · 12 years ago
  62. 8b9ed71 Update unit tests not to rely on transitive includes. by Benjamin Kramer · 12 years ago
  63. 5f684e9 Fix partial-match-bind-behavior with forEachDescendant() matchers. by Daniel Jasper · 12 years ago
  64. 278057f Do not use data recursion in ASTMatchFinder. by Daniel Jasper · 12 years ago
  65. 11c9877 Fix binding of nodes in case of forEach..() matchers. by Daniel Jasper · 12 years ago
  66. e579328 Insert interception point onStartOfTranslationUnit. by Manuel Klimek · 12 years ago
  67. d1ce3c1 Implement descendant matchers for NestedNamespecifiers by Daniel Jasper · 12 years ago
  68. 452abbc Fix ASTMatchersTests to not create an overloaded-virtual warning. by Daniel Jasper · 12 years ago
  69. a267cf6 Implement has(), hasDescendant(), forEach() and forEachDescendant() for by Daniel Jasper · 12 years ago
  70. 3e2aa99 Adds the possibility to run ASTMatchFinder over arbitrary AST nodes. by Manuel Klimek · 12 years ago
  71. c711af2 Make hasDeclaration() matcher work inside the memberExpr() matcher. by Daniel Jasper · 12 years ago
  72. 70b9db9 Implements the thisExpr matcher. Patch by Gabor Horvath. by Manuel Klimek · 12 years ago
  73. c99a3ad Implement hasParent()-matcher. by Daniel Jasper · 12 years ago
  74. 1802daf Fix tests, which accidentally matched implicit code on specific by Daniel Jasper · 12 years ago
  75. ce62007 First version of matchers for Types and TypeLocs. by Daniel Jasper · 12 years ago
  76. 1a00fee Fix ASTMatchersTests in configurations where by Daniel Jasper · 12 years ago
  77. 31f7c08 Add matchers for selected C++11 features. by Daniel Jasper · 12 years ago
  78. aaa8e45 Fix refersToDeclaration()-matcher and add missing test case. This was by Daniel Jasper · 12 years ago
  79. b54b764 Add some matchers for basic AST nodes. by Daniel Jasper · 12 years ago
  80. 08f0c53 Fix isDerivedFrom matcher. by Daniel Jasper · 12 years ago
  81. e6d2a96 Add missing matcher for C-style cast expressions. by Daniel Jasper · 12 years ago
  82. 3680b4f Make all VariadicDynCast-Expr-matchers StatementMatchers by Daniel Jasper · 12 years ago
  83. a756443 Create initial support for matching and binding NestedNameSpecifier(Loc)s. by Daniel Jasper · 12 years ago
  84. 63d8872 Rename isA to isSameOrDerivedFrom. by Daniel Jasper · 12 years ago
  85. 76dafa7 Change the behavior of the isDerivedFrom-matcher to not match on the by Daniel Jasper · 12 years ago
  86. 579b120 Implements hasAncestor. by Manuel Klimek · 12 years ago
  87. a78d0d6 Introduces DynTypedMatcher as a new concept that replaces the UntypedBaseMatcher and TypedMatcher. by Manuel Klimek · 12 years ago
  88. 305c613 Split library clangRewrite into clangRewriteCore and clangRewriteFrontend. by Ted Kremenek · 12 years ago
  89. 66341c5 Fixes a bug for binding memoized match results. by Manuel Klimek · 12 years ago
  90. 50f88b9 Reland r160052: Default to -std=c++11 on Windows. by Nico Weber · 12 years ago
  91. e16acd3 New matcher for MaterializeTemporaryExpr by Sam Panzer · 12 years ago
  92. 2dc75ed Rename the ASTMatchers to better match AST nodes. Now, all by Daniel Jasper · 12 years ago
  93. 02ed37f AST Matchers tests: test that member() matches member allocation functions: by Dmitri Gribenko · 12 years ago
  94. 671a045 AST Matchers tests: test that member() matches member allocation functions. by Dmitri Gribenko · 12 years ago
  95. 8456ae6 AST Matchers: introduce functionTemplate(), classTemplate() and by Dmitri Gribenko · 12 years ago
  96. 425f41b Matchers related to DeclStmt for matching the count of declarations, a particular declaration within the statement, and single-Decl DeclStmts. by Sam Panzer · 12 years ago
  97. 089e5b3 Matchers which correspond to CastExpr, IgnoreImpCasts, IgnoreParenCasts, and IgnoreParenImpCasts by Sam Panzer · 12 years ago
  98. 8cc7efa Add ASTMatcher for matching extern "C" function declarations. by Daniel Jasper · 12 years ago
  99. 1a5d421 [ms-inline asm] Add various MC components to clang build to support MS-style inline assembly. by Chad Rosier · 12 years ago
  100. fa1d30d Add various MC components to clang build to support MS-style inline assembly. by Chad Rosier · 12 years ago