1. 061f1e2 When deducing an 'auto' type, don't modify the type-as-written. by Richard Smith · 13 years ago
  2. 37ee1d7 Adding new AST Matchers isVirtual and isOverride by Edwin Vane · 13 years ago
  3. 9fcdc46 Add matcher for NamespaceDecls. by Daniel Jasper · 13 years ago
  4. 119d3df Adding a hasLocalQualifiers() AST Matcher. by Edwin Vane · 13 years ago
  5. ec07480 Adding parenType() and innerType() AST Matchers Updated docs and tests. by Edwin Vane · 13 years ago
  6. b64d6b7 Implements memoization for ancestor matching. by Manuel Klimek · 13 years ago
  7. 2a760d0 Adding lvalue and rvalue reference type matchers by Edwin Vane · 13 years ago
  8. 0a4836e New ASTMatchers and enhancement to hasOverloadedOperatorName by Edwin Vane · 13 years ago
  9. 6972f6d hasQualifer() matcher should return false if there's no qualifier by Edwin Vane · 13 years ago
  10. 59b0af6 Make the negative test of recordType depend on a specific record. by Manuel Klimek · 13 years ago
  11. b6eae14 Various additions to ASTMatcher library: by Edwin Vane · 13 years ago
  12. f901b71 Adding hasDeclaration overload for TemplateSpecializationType by Edwin Vane · 13 years ago
  13. ed93645 Support in hasDeclaration for types with getDecl() by Edwin Vane · 13 years ago
  14. d0dfa07 Reverting r176019. Corrupt patch. by Edwin Vane · 13 years ago
  15. 8342598 Support in hasDeclaration for types with getDecl() by Edwin Vane · 13 years ago
  16. 639522c Add matcher for AccessSpecDecls. by Daniel Jasper · 13 years ago
  17. 2c197e0 Support in hasDeclaration for types with getDecl() by Edwin Vane · 13 years ago
  18. b61d087 Clean up last use of dyn_cast on TypeLoc in ASTMatchers by David Blaikie · 13 years ago
  19. e9dd360 Adding more overloads for allOf matcher by Edwin Vane · 13 years ago
  20. bee0857 Implements equalsNode for Decl and Stmt. by Manuel Klimek · 13 years ago
  21. 2cff49e Adds a convenience function selectFirst to simplify matching. by Manuel Klimek · 13 years ago
  22. abf4371 Implements the convenience matcher findAll. by Manuel Klimek · 13 years ago
  23. 88b9587 Add an eachOf matcher. by Manuel Klimek · 13 years ago
  24. 191c093 Re-design the convenience interfaces on MatchFinder. by Manuel Klimek · 13 years ago
  25. e792efd Adding tests since when I was asked whether this works I wasn't 100% sure. by Manuel Klimek · 13 years ago
  26. c844a46 Implements multiple parents in the parent map. by Manuel Klimek · 13 years ago
  27. 6137942 Fix spelling I ran over while proof-reading tests. by Manuel Klimek · 13 years ago
  28. 5472a52 Fixes crash in isDerivedFrom for recursive templates. by Manuel Klimek · 13 years ago
  29. 9f50129 Add parameterCountIs() matcher. by Daniel Jasper · 13 years ago
  30. 320d966 Sort the #include lines for unittests/... by Chandler Carruth · 13 years ago
  31. 856194d0 Make hasDeclaration work for enums. by Daniel Jasper · 13 years ago
  32. e5015e5 Update unit tests not to rely on transitive includes. by Benjamin Kramer · 13 years ago
  33. 94a5685 Fix partial-match-bind-behavior with forEachDescendant() matchers. by Daniel Jasper · 13 years ago
  34. 0f9f019 Do not use data recursion in ASTMatchFinder. by Daniel Jasper · 13 years ago
  35. 33806cd Fix binding of nodes in case of forEach..() matchers. by Daniel Jasper · 13 years ago
  36. bd0e2b7 Insert interception point onStartOfTranslationUnit. by Manuel Klimek · 13 years ago
  37. 6fc3433 Implement descendant matchers for NestedNamespecifiers by Daniel Jasper · 13 years ago
  38. e9aa687 Fix ASTMatchersTests to not create an overloaded-virtual warning. by Daniel Jasper · 13 years ago
  39. d29d5fa Implement has(), hasDescendant(), forEach() and forEachDescendant() for by Daniel Jasper · 13 years ago
  40. c268745 Adds the possibility to run ASTMatchFinder over arbitrary AST nodes. by Manuel Klimek · 13 years ago
  41. b0c7b61 Make hasDeclaration() matcher work inside the memberExpr() matcher. by Daniel Jasper · 13 years ago
  42. 7fca93b Implements the thisExpr matcher. Patch by Gabor Horvath. by Manuel Klimek · 13 years ago
  43. 632aea9 Implement hasParent()-matcher. by Daniel Jasper · 13 years ago
  44. 7943eb5 Fix tests, which accidentally matched implicit code on specific by Daniel Jasper · 13 years ago
  45. 516b02e First version of matchers for Types and TypeLocs. by Daniel Jasper · 13 years ago
  46. 6f59539 Fix ASTMatchersTests in configurations where by Daniel Jasper · 13 years ago
  47. 5901e47 Add matchers for selected C++11 features. by Daniel Jasper · 13 years ago
  48. 0c30337 Fix refersToDeclaration()-matcher and add missing test case. This was by Daniel Jasper · 13 years ago
  49. 87c3d36 Add some matchers for basic AST nodes. by Daniel Jasper · 13 years ago
  50. 83dafaf Fix isDerivedFrom matcher. by Daniel Jasper · 13 years ago
  51. 417f776 Add missing matcher for C-style cast expressions. by Daniel Jasper · 13 years ago
  52. 848cbe1 Make all VariadicDynCast-Expr-matchers StatementMatchers by Daniel Jasper · 13 years ago
  53. a6bc1f6 Create initial support for matching and binding NestedNameSpecifier(Loc)s. by Daniel Jasper · 13 years ago
  54. d6b82cb Rename isA to isSameOrDerivedFrom. by Daniel Jasper · 13 years ago
  55. f49d1e0 Change the behavior of the isDerivedFrom-matcher to not match on the by Daniel Jasper · 13 years ago
  56. 3ca12c5 Implements hasAncestor. by Manuel Klimek · 13 years ago
  57. eb958de Introduces DynTypedMatcher as a new concept that replaces the UntypedBaseMatcher and TypedMatcher. by Manuel Klimek · 13 years ago
  58. fdf9876 Fixes a bug for binding memoized match results. by Manuel Klimek · 13 years ago
  59. 68a35af New matcher for MaterializeTemporaryExpr by Sam Panzer · 13 years ago
  60. bd3d76d Rename the ASTMatchers to better match AST nodes. Now, all by Daniel Jasper · 13 years ago
  61. edee478 AST Matchers tests: test that member() matches member allocation functions: by Dmitri Gribenko · 13 years ago
  62. 0696304 AST Matchers tests: test that member() matches member allocation functions. by Dmitri Gribenko · 13 years ago
  63. d394c8a AST Matchers: introduce functionTemplate(), classTemplate() and by Dmitri Gribenko · 13 years ago
  64. d624bfb Matchers related to DeclStmt for matching the count of declarations, a particular declaration within the statement, and single-Decl DeclStmts. by Sam Panzer · 13 years ago
  65. 80c1377 Matchers which correspond to CastExpr, IgnoreImpCasts, IgnoreParenCasts, and IgnoreParenImpCasts by Sam Panzer · 13 years ago
  66. faaffe3 Add ASTMatcher for matching extern "C" function declarations. by Daniel Jasper · 13 years ago
  67. 8bd14aa Add missing tests for class template specialization and template by Daniel Jasper · 13 years ago
  68. 3cb72b4 Fix for ASTMatchFinder to visit a functions parameter declarations. by Daniel Jasper · 13 years ago
  69. e923569 Introduces the 'decl' matcher which was missing for a while by Manuel Klimek · 13 years ago
  70. 86f8bbc Introduces a new concept for binding results to matchers by Manuel Klimek · 13 years ago
  71. 2b3c7d4 Make the isDerivedFrom matcher more generic. by Daniel Jasper · 13 years ago
  72. 84c763e Fix spelling of anyOf matcher and add missing test. by Daniel Jasper · 13 years ago
  73. 4e566c4 This commit combines three patches to the ASTMatchers. by Daniel Jasper · 13 years ago
  74. 1dad183 Add more matchers and do cleanups. by Daniel Jasper · 13 years ago
  75. 60d7f5a Disable death tests on platforms which don't support them. by Benjamin Kramer · 13 years ago
  76. a9c86c9 Fixes the MSVC build. by Manuel Klimek · 13 years ago
  77. 04616e4 Adds the AST Matcher library, which provides a in-C++ DSL to express by Manuel Klimek · 13 years ago