index
:
emscripten-fastcomp-clang
master
emscripten clang
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
ASTMatchers
/
ASTMatchFinder.cpp
Age
Commit message (
Expand
)
Author
2013-03-14
Implements memoization for ancestor matching.
Manuel Klimek
2013-02-28
First step towards adding a parent map to the ASTContext.
Manuel Klimek
2013-02-01
Re-design the convenience interfaces on MatchFinder.
Manuel Klimek
2013-01-12
Remove useless 'llvm::' qualifier from names like StringRef and others that are
Dmitri Gribenko
2012-12-06
Implements multiple parents in the parent map.
Manuel Klimek
2012-12-04
Fixes crash in isDerivedFrom for recursive templates.
Manuel Klimek
2012-11-30
Allow matchers to access the ASTContext.
Manuel Klimek
2012-11-15
Do not use data recursion in ASTMatchFinder.
Daniel Jasper
2012-11-13
Fix AST-matcher descendant visiting for Types, TypeLocs and NestedNamespecifi...
Daniel Jasper
2012-11-02
Insert interception point onStartOfTranslationUnit.
Manuel Klimek
2012-10-30
Implement descendant matchers for NestedNamespecifiers
Daniel Jasper
2012-10-29
Implement has(), hasDescendant(), forEach() and forEachDescendant() for
Daniel Jasper
2012-10-24
Adds the possibility to run ASTMatchFinder over arbitrary AST nodes.
Manuel Klimek
2012-10-22
Implement hasParent()-matcher.
Daniel Jasper
2012-10-17
First version of matchers for Types and TypeLocs.
Daniel Jasper
2012-09-18
Fix isDerivedFrom matcher.
Daniel Jasper
2012-09-13
Create initial support for matching and binding NestedNameSpecifier(Loc)s.
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-07-30
Fix for ASTMatchFinder to visit a functions parameter declarations.
Daniel Jasper
2012-07-17
Make the isDerivedFrom matcher more generic.
Daniel Jasper
2012-07-10
Add more matchers and do cleanups.
Daniel Jasper
2012-07-06
Adds the AST Matcher library, which provides a in-C++ DSL to express
Manuel Klimek