index
:
emscripten-fastcomp-clang
master
emscripten clang
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
docs
/
LibASTMatchersReference.html
Age
Commit message (
Expand
)
Author
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
Update generated documentation after recent matcher addition.
Daniel Jasper
2013-02-19
Support in hasDeclaration for types with getDecl()
Edwin Vane
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-04
Implements the convenience matcher findAll.
Manuel Klimek
2013-01-09
Fixes dump_ast_matchers to parse all matcher macros and updates the
Manuel Klimek
2012-12-04
Update matcher documentation with script.
Daniel Jasper
2012-09-07
Introduces anchors into LibASTMatchersReference.html.
Manuel Klimek
2012-08-26
Update reference docs to latest changes.
Manuel Klimek
2012-08-20
Adds the most requested doc for the AST matchers: a reference
Manuel Klimek