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
Age
Commit message (
Expand
)
Author
2013-04-30
When deducing an 'auto' type, don't modify the type-as-written.
Richard Smith
2013-04-09
Adding new AST Matchers isVirtual and isOverride
Edwin Vane
2013-04-08
Add matcher for NamespaceDecls.
Daniel Jasper
2013-04-02
Adding a hasLocalQualifiers() AST Matcher.
Edwin Vane
2013-04-01
Adding parenType() and innerType() AST Matchers
Edwin Vane
2013-03-14
Implements memoization for ancestor matching.
Manuel Klimek
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-27
Make the negative test of recordType depend on a specific record.
Manuel Klimek
2013-02-25
Various additions to ASTMatcher library:
Edwin Vane
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-25
Add matcher for AccessSpecDecls.
Daniel Jasper
2013-02-19
Support in hasDeclaration for types with getDecl()
Edwin Vane
2013-02-18
Clean up last use of dyn_cast on TypeLoc in ASTMatchers
David Blaikie
2013-02-12
Adding more overloads for allOf matcher
Edwin Vane
2013-02-07
Implements equalsNode for Decl and Stmt.
Manuel Klimek
2013-02-06
Adds a convenience function selectFirst to simplify matching.
Manuel Klimek
2013-02-04
Implements the convenience matcher findAll.
Manuel Klimek
2013-02-04
Add an eachOf matcher.
Manuel Klimek
2013-02-01
Re-design the convenience interfaces on MatchFinder.
Manuel Klimek
2013-01-19
fix the unit tests too.
Chris Lattner
2013-01-12
Remove useless 'llvm::' qualifier from names like StringRef and others that are
Dmitri Gribenko
2012-12-10
Adding tests since when I was asked whether this works I wasn't
Manuel Klimek
2012-12-06
Implements multiple parents in the parent map.
Manuel Klimek
2012-12-04
Fix spelling I ran over while proof-reading tests.
Manuel Klimek
2012-12-04
Fixes crash in isDerivedFrom for recursive templates.
Manuel Klimek
2012-12-04
Add parameterCountIs() matcher.
Daniel Jasper
2012-12-04
Sort the #include lines for unittests/...
Chandler Carruth
2012-12-04
ASTTests, ASTMatchersTests: Move clangEdit before clangAst in USEDLIB.
NAKAMURA Takumi
2012-12-04
Untabify (in USEDLIBS, Makefile(s)).
NAKAMURA Takumi
2012-12-03
Make hasDeclaration work for enums.
Daniel Jasper
2012-12-01
Update unit tests not to rely on transitive includes.
Benjamin Kramer
2012-11-16
Fix partial-match-bind-behavior with forEachDescendant() matchers.
Daniel Jasper
2012-11-15
Do not use data recursion in ASTMatchFinder.
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
Fix ASTMatchersTests to not create an overloaded-virtual warning.
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-23
Make hasDeclaration() matcher work inside the memberExpr() matcher.
Daniel Jasper
2012-10-23
Implements the thisExpr matcher.
Manuel Klimek
2012-10-22
Implement hasParent()-matcher.
Daniel Jasper
2012-10-17
Fix tests, which accidentally matched implicit code on specific
Daniel Jasper
2012-10-17
First version of matchers for Types and TypeLocs.
Daniel Jasper
2012-10-01
Fix ASTMatchersTests in configurations where
Daniel Jasper
[next]