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
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-16
Fix partial-match-bind-behavior with forEachDescendant() matchers.
Daniel Jasper
2012-11-16
Make libASTMatchers link its dependencies. libRewriteFrontend depends on libR...
Benjamin Kramer
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-11
Fix binding of nodes in case of forEach..() matchers.
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-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-07-30
Fix for ASTMatchFinder to visit a functions parameter declarations.
Daniel Jasper
2012-07-17
Move RefactoringCallbacks to Tooling to avoid dependency from
Daniel Jasper
2012-07-17
Make the isDerivedFrom matcher more generic.
Daniel Jasper
2012-07-16
Add refactoring callbacks to make common kinds of refactorings easy.
Daniel Jasper
2012-07-10
Add more matchers and do cleanups.
Daniel Jasper
2012-07-09
[CMake] Get rid of unconditional dependency to ClangDiagnosticCommon. Only cl...
NAKAMURA Takumi
2012-07-07
ASTMatchers/CMakeLists.txt: Add dependencies to generated headers, or "make c...
NAKAMURA Takumi
2012-07-06
Build-fix: Remove non-existent directories from Makefiles.
Manuel Klimek
2012-07-06
Adds the AST Matcher library, which provides a in-C++ DSL to express
Manuel Klimek