index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
clang
/
unittests
/
ASTMatchers
/
ASTMatchersTest.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Adding tests since when I was asked whether this works I wasn't
Manuel Klimek
2012-12-10
1
-0
/
+7
*
Implements multiple parents in the parent map.
Manuel Klimek
2012-12-06
1
-0
/
+36
*
Fix spelling I ran over while proof-reading tests.
Manuel Klimek
2012-12-04
1
-1
/
+1
*
Fixes crash in isDerivedFrom for recursive templates.
Manuel Klimek
2012-12-04
1
-0
/
+11
*
Add parameterCountIs() matcher.
Daniel Jasper
2012-12-04
1
-0
/
+8
*
Sort the #include lines for unittests/...
Chandler Carruth
2012-12-04
1
-1
/
+1
*
Make hasDeclaration work for enums.
Daniel Jasper
2012-12-03
1
-0
/
+6
*
Update unit tests not to rely on transitive includes.
Benjamin Kramer
2012-12-01
1
-0
/
+1
*
Fix partial-match-bind-behavior with forEachDescendant() matchers.
Daniel Jasper
2012-11-16
1
-0
/
+16
*
Do not use data recursion in ASTMatchFinder.
Daniel Jasper
2012-11-15
1
-0
/
+19
*
Fix binding of nodes in case of forEach..() matchers.
Daniel Jasper
2012-11-11
1
-0
/
+11
*
Insert interception point onStartOfTranslationUnit.
Manuel Klimek
2012-11-02
1
-0
/
+21
*
Implement descendant matchers for NestedNamespecifiers
Daniel Jasper
2012-10-30
1
-0
/
+88
*
Fix ASTMatchersTests to not create an overloaded-virtual warning.
Daniel Jasper
2012-10-29
1
-0
/
+9
*
Implement has(), hasDescendant(), forEach() and forEachDescendant() for
Daniel Jasper
2012-10-29
1
-52
/
+113
*
Adds the possibility to run ASTMatchFinder over arbitrary AST nodes.
Manuel Klimek
2012-10-24
1
-0
/
+37
*
Make hasDeclaration() matcher work inside the memberExpr() matcher.
Daniel Jasper
2012-10-23
1
-0
/
+9
*
Implements the thisExpr matcher.
Manuel Klimek
2012-10-23
1
-0
/
+7
*
Implement hasParent()-matcher.
Daniel Jasper
2012-10-22
1
-0
/
+12
*
Fix tests, which accidentally matched implicit code on specific
Daniel Jasper
2012-10-17
1
-26
/
+44
*
First version of matchers for Types and TypeLocs.
Daniel Jasper
2012-10-17
1
-2
/
+181
*
Fix ASTMatchersTests in configurations where
Daniel Jasper
2012-10-01
1
-4
/
+4
*
Add matchers for selected C++11 features.
Daniel Jasper
2012-10-01
1
-5
/
+36
*
Fix refersToDeclaration()-matcher and add missing test case. This was
Daniel Jasper
2012-09-29
1
-0
/
+6
*
Add some matchers for basic AST nodes.
Daniel Jasper
2012-09-20
1
-0
/
+35
*
Fix isDerivedFrom matcher.
Daniel Jasper
2012-09-18
1
-0
/
+10
*
Add missing matcher for C-style cast expressions.
Daniel Jasper
2012-09-18
1
-0
/
+14
*
Make all VariadicDynCast-Expr-matchers StatementMatchers
Daniel Jasper
2012-09-18
1
-70
/
+64
*
Create initial support for matching and binding NestedNameSpecifier(Loc)s.
Daniel Jasper
2012-09-13
1
-45
/
+95
*
Rename isA to isSameOrDerivedFrom.
Daniel Jasper
2012-09-12
1
-1
/
+1
*
Change the behavior of the isDerivedFrom-matcher to not match on the
Daniel Jasper
2012-09-07
1
-4
/
+10
*
Implements hasAncestor.
Manuel Klimek
2012-09-07
1
-10
/
+89
*
Introduces DynTypedMatcher as a new concept that replaces the UntypedBaseMatc...
Manuel Klimek
2012-09-05
1
-2
/
+1
*
Fixes a bug for binding memoized match results.
Manuel Klimek
2012-08-30
1
-0
/
+12
*
New matcher for MaterializeTemporaryExpr
Sam Panzer
2012-08-24
1
-0
/
+35
*
Rename the ASTMatchers to better match AST nodes. Now, all
Daniel Jasper
2012-08-24
1
-458
/
+464
*
AST Matchers tests: test that member() matches member allocation functions:
Dmitri Gribenko
2012-08-18
1
-2
/
+2
*
AST Matchers tests: test that member() matches member allocation functions.
Dmitri Gribenko
2012-08-18
1
-0
/
+13
*
AST Matchers: introduce functionTemplate(), classTemplate() and
Dmitri Gribenko
2012-08-17
1
-0
/
+91
*
Matchers related to DeclStmt for matching the count of declarations, a partic...
Sam Panzer
2012-08-16
1
-0
/
+34
*
Matchers which correspond to CastExpr, IgnoreImpCasts, IgnoreParenCasts, and ...
Sam Panzer
2012-08-16
1
-0
/
+217
*
Add ASTMatcher for matching extern "C" function declarations.
Daniel Jasper
2012-08-15
1
-0
/
+6
*
Add missing tests for class template specialization and template
Daniel Jasper
2012-08-01
1
-0
/
+40
*
Fix for ASTMatchFinder to visit a functions parameter declarations.
Daniel Jasper
2012-07-30
1
-0
/
+6
*
Introduces the 'decl' matcher which was missing for a while
Manuel Klimek
2012-07-25
1
-1
/
+14
*
Introduces a new concept for binding results to matchers
Manuel Klimek
2012-07-24
1
-20
/
+21
*
Make the isDerivedFrom matcher more generic.
Daniel Jasper
2012-07-17
1
-2
/
+12
*
Fix spelling of anyOf matcher and add missing test.
Daniel Jasper
2012-07-15
1
-3
/
+6
*
This commit combines three patches to the ASTMatchers.
Daniel Jasper
2012-07-12
1
-5
/
+47
*
Add more matchers and do cleanups.
Daniel Jasper
2012-07-10
1
-22
/
+230
[next]