index
:
emscripten-fastcomp-clang
master
emscripten clang
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
clang
/
ASTMatchers
/
ASTMatchers.h
Age
Commit message (
Expand
)
Author
2013-04-09
Adding new AST Matchers isVirtual and isOverride
Edwin Vane
2013-04-08
Add matcher for NamespaceDecls.
Daniel Jasper
2013-04-02
Adding a hasLocalQualifiers() AST Matcher.
Edwin Vane
2013-04-01
Adding parenType() and innerType() AST Matchers
Edwin Vane
2013-03-07
Adding lvalue and rvalue reference type matchers
Edwin Vane
2013-03-06
New ASTMatchers and enhancement to hasOverloadedOperatorName
Edwin Vane
2013-03-04
hasQualifer() matcher should return false if there's no qualifier
Edwin Vane
2013-02-25
Various additions to ASTMatcher library:
Edwin Vane
2013-02-25
Adding hasDeclaration overload for TemplateSpecializationType
Edwin Vane
2013-02-25
Add matcher for AccessSpecDecls.
Daniel Jasper
2013-02-19
Support in hasDeclaration for types with getDecl()
Edwin Vane
2013-02-12
Adding more overloads for allOf matcher
Edwin Vane
2013-02-11
Do not use VariadicDynCastAllOfMatcher where VariadicAllOfMatcher works.
Manuel Klimek
2013-02-07
Implements equalsNode for Decl and Stmt.
Manuel Klimek
2013-02-06
Cleanup of ASTMatcher macros and adding support for overloaded matchers.
Manuel Klimek
2013-02-05
PR15095: Use more correct source locations for the InitListExpr we fake up for
Richard Smith
2013-02-04
Implements the convenience matcher findAll.
Manuel Klimek
2013-02-04
Add an eachOf matcher.
Manuel Klimek
2013-02-03
Remove unneeded const_casts
Dmitri Gribenko
2013-01-12
Remove useless 'llvm::' qualifier from names like StringRef and others that are
Dmitri Gribenko
2012-12-10
Clarifying comments for the MatchFinder and matchesNames matcher.
Manuel Klimek
2012-12-04
Add parameterCountIs() matcher.
Daniel Jasper
2012-10-29
Implement has(), hasDescendant(), forEach() and forEachDescendant() for
Daniel Jasper
2012-10-23
Make hasDeclaration() matcher work inside the memberExpr() matcher.
Daniel Jasper
2012-10-23
Implements the thisExpr matcher.
Manuel Klimek
2012-10-22
Implement hasParent()-matcher.
Daniel Jasper
2012-10-19
Fix typo in comment.
Nick Lewycky
2012-10-17
First version of matchers for Types and TypeLocs.
Daniel Jasper
2012-10-01
Add matchers for selected C++11 features.
Daniel Jasper
2012-09-29
Fix refersToDeclaration()-matcher and add missing test case. This was
Daniel Jasper
2012-09-25
A minor doc fix.
Alexander Kornienko
2012-09-20
Add some matchers for basic AST nodes.
Daniel Jasper
2012-09-18
Add missing matcher for C-style cast expressions.
Daniel Jasper
2012-09-18
Make all VariadicDynCast-Expr-matchers StatementMatchers
Daniel Jasper
2012-09-13
Create initial support for matching and binding NestedNameSpecifier(Loc)s.
Daniel Jasper
2012-09-12
Rename isA to isSameOrDerivedFrom.
Daniel Jasper
2012-09-07
Change the behavior of the isDerivedFrom-matcher to not match on the
Daniel Jasper
2012-09-07
Implements hasAncestor.
Manuel Klimek
2012-09-05
Introduces DynTypedMatcher as a new concept that replaces the UntypedBaseMatc...
Manuel Klimek
2012-08-30
Fixes a bug for binding memoized match results.
Manuel Klimek
2012-08-28
Modifes BoundNodes to store void* and allow casting them
Manuel Klimek
2012-08-24
New matcher for MaterializeTemporaryExpr
Sam Panzer
2012-08-24
Rename the ASTMatchers to better match AST nodes. Now, all
Daniel Jasper
2012-08-20
Use correct matcher name in the comment.
Dmitri Gribenko
2012-08-20
Fix comments and variable naming:
Manuel Klimek
2012-08-18
Silence a sign compare warning that only occurs on 32 bit platforms.
Benjamin Kramer
2012-08-17
AST Matchers: introduce functionTemplate(), classTemplate() and
Dmitri Gribenko
2012-08-16
Matchers related to DeclStmt for matching the count of declarations, a partic...
Sam Panzer
2012-08-16
Matchers which correspond to CastExpr, IgnoreImpCasts, IgnoreParenCasts, and ...
Sam Panzer
2012-08-15
Add ASTMatcher for matching extern "C" function declarations.
Daniel Jasper
[next]