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
Age
Commit message (
Expand
)
Author
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-28
First step towards adding a parent map to the ASTContext.
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-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-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-11
Do not use VariadicDynCastAllOfMatcher where VariadicAllOfMatcher works.
Manuel Klimek
2013-02-07
Implements equalsNode for Decl and Stmt.
Manuel Klimek
2013-02-06
Cleanup of ASTMatcher macros and adding support for overloaded matchers.
Manuel Klimek
2013-02-06
Adds a convenience function selectFirst to simplify matching.
Manuel Klimek
2013-02-05
PR15095: Use more correct source locations for the InitListExpr we fake up for
Richard Smith
2013-02-04
Implements the convenience matcher findAll.
Manuel Klimek
2013-02-04
Add an eachOf matcher.
Manuel Klimek
2013-02-03
Remove unneeded const_casts
Dmitri Gribenko
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
2013-01-12
Add missing includes and forward declarations so that headers don't depend on
Dmitri Gribenko
2013-01-08
clang-format can now format #defines.
Manuel Klimek
2012-12-10
Clarifying comments for the MatchFinder and matchesNames matcher.
Manuel Klimek
2012-12-04
Add parameterCountIs() matcher.
Daniel Jasper
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-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-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-19
Fix typo in comment.
Nick Lewycky
2012-10-17
First version of matchers for Types and TypeLocs.
Daniel Jasper
2012-10-01
Add matchers for selected C++11 features.
Daniel Jasper
2012-09-29
Fix refersToDeclaration()-matcher and add missing test case. This was
Daniel Jasper
2012-09-25
A minor doc fix.
Alexander Kornienko
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-18
Add missing matcher for C-style cast expressions.
Daniel Jasper
2012-09-18
Make all VariadicDynCast-Expr-matchers StatementMatchers
Daniel Jasper
2012-09-15
Use LLVM_DELETED_FUNCTION in place of 'DO NOT IMPLEMENT' comments.
Dmitri Gribenko
2012-09-13
ASTMatchersMacros.h: Appease msvc.
NAKAMURA Takumi
2012-09-13
Create initial support for matching and binding NestedNameSpecifier(Loc)s.
Daniel Jasper
[next]