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