index
:
emscripten-fastcomp-clang
master
emscripten clang
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
unittests
/
ASTMatchers
/
ASTMatchersTest.cpp
Age
Commit message (
Expand
)
Author
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-24
New matcher for MaterializeTemporaryExpr
Sam Panzer
2012-08-24
Rename the ASTMatchers to better match AST nodes. Now, all
Daniel Jasper
2012-08-18
AST Matchers tests: test that member() matches member allocation functions:
Dmitri Gribenko
2012-08-18
AST Matchers tests: test that member() matches member allocation functions.
Dmitri Gribenko
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
2012-08-01
Add missing tests for class template specialization and template
Daniel Jasper
2012-07-30
Fix for ASTMatchFinder to visit a functions parameter declarations.
Daniel Jasper
2012-07-25
Introduces the 'decl' matcher which was missing for a while
Manuel Klimek
2012-07-24
Introduces a new concept for binding results to matchers
Manuel Klimek
2012-07-17
Make the isDerivedFrom matcher more generic.
Daniel Jasper
2012-07-15
Fix spelling of anyOf matcher and add missing test.
Daniel Jasper
2012-07-12
This commit combines three patches to the ASTMatchers.
Daniel Jasper
2012-07-10
Add more matchers and do cleanups.
Daniel Jasper
2012-07-10
Disable death tests on platforms which don't support them.
Benjamin Kramer
2012-07-10
Fixes the MSVC build.
Manuel Klimek
2012-07-06
Adds the AST Matcher library, which provides a in-C++ DSL to express
Manuel Klimek
[prev]