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
/
ASTMatchersInternal.h
Age
Commit message (
Expand
)
Author
2013-03-06
New ASTMatchers and enhancement to hasOverloadedOperatorName
Edwin Vane
2013-02-28
First step towards adding a parent map to the ASTContext.
Manuel Klimek
2013-02-25
Adding hasDeclaration overload for TemplateSpecializationType
Edwin Vane
2013-02-25
Support in hasDeclaration for types with getDecl()
Edwin Vane
2013-02-25
Reverting r176019. Corrupt patch.
Edwin Vane
2013-02-25
Support in hasDeclaration for types with getDecl()
Edwin Vane
2013-02-22
Removing has_getDecl (added in r175532). It cause a build break for MSVC, and...
Aaron Ballman
2013-02-19
Support in hasDeclaration for types with getDecl()
Edwin Vane
2013-02-06
Cleanup of ASTMatcher macros and adding support for overloaded matchers.
Manuel Klimek
2013-02-04
Add an eachOf matcher.
Manuel Klimek
2013-01-12
Remove useless 'llvm::' qualifier from names like StringRef and others that are
Dmitri Gribenko
2012-12-03
Make hasDeclaration work for enums.
Daniel Jasper
2012-11-30
Allow matchers to access the ASTContext.
Manuel Klimek
2012-11-11
Fix binding of nodes in case of forEach..() matchers.
Daniel Jasper
2012-10-30
Implement descendant matchers for NestedNamespecifiers
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-22
Implement hasParent()-matcher.
Daniel Jasper
2012-10-17
First version of matchers for Types and TypeLocs.
Daniel Jasper
2012-09-20
Add some matchers for basic AST nodes.
Daniel Jasper
2012-09-20
Provide better error messages for incorrect matchers.
Daniel Jasper
2012-09-15
Use LLVM_DELETED_FUNCTION in place of 'DO NOT IMPLEMENT' comments.
Dmitri Gribenko
2012-09-13
Create initial support for matching and binding NestedNameSpecifier(Loc)s.
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-17
AST Matchers: introduce functionTemplate(), classTemplate() and
Dmitri Gribenko
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-11
Move CompileAssert into namespace clang::ast_matchers:: to avoid naming
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