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
...
*
Re-introduce MatchFinder::addDynamicMatcher.
Peter Collingbourne
2013-11-07
1
-1
/
+20
*
Introduce BoundNodes::getMap.
Peter Collingbourne
2013-11-06
1
-0
/
+6
*
Teach RAV to visit parameter variable declarations of implicit functions. Fix...
Michael Han
2013-09-11
1
-1
/
+5
*
Fix crash when encountering alias templates in isDerivedFrom matches.
Manuel Klimek
2013-08-02
1
-0
/
+6
*
Add matcher for float literals.
Daniel Jasper
2013-07-26
1
-0
/
+11
*
Adds ctorInitializer and forEachConstructorInitializer matchers.
Manuel Klimek
2013-07-19
1
-0
/
+11
*
Add support for polymorphic matchers. Use runtime type checking to determine ...
Samuel Benzaquen
2013-06-21
1
-4
/
+3
*
Adds the equalsBoundNode matcher.
Manuel Klimek
2013-06-20
1
-0
/
+89
*
Implements declaratorDecl, parmVarDecl and hassTypeLoc matchers.
Manuel Klimek
2013-06-20
1
-0
/
+19
*
Completely revamp node binding for AST matchers.
Manuel Klimek
2013-06-19
1
-6
/
+113
*
Add an overridable MatchCallback::onEndOfTranslationUnit() function.
Peter Collingbourne
2013-05-28
1
-0
/
+21
*
Add caseStmt(), defaultStmt(), eachCase() and hasCaseConstant() matchers.
Peter Collingbourne
2013-05-10
1
-0
/
+25
*
Adding isConst() ASTMatcher for CXXMethodDecl nodes
Edwin Vane
2013-05-09
1
-0
/
+7
*
When deducing an 'auto' type, don't modify the type-as-written.
Richard Smith
2013-04-30
1
-4
/
+6
*
Adding new AST Matchers isVirtual and isOverride
Edwin Vane
2013-04-09
1
-0
/
+21
*
Add matcher for NamespaceDecls.
Daniel Jasper
2013-04-08
1
-2
/
+10
*
Adding a hasLocalQualifiers() AST Matcher.
Edwin Vane
2013-04-02
1
-0
/
+11
*
Adding parenType() and innerType() AST Matchers
Edwin Vane
2013-04-01
1
-0
/
+13
*
Implements memoization for ancestor matching.
Manuel Klimek
2013-03-14
1
-2
/
+22
*
Adding lvalue and rvalue reference type matchers
Edwin Vane
2013-03-07
1
-0
/
+52
*
New ASTMatchers and enhancement to hasOverloadedOperatorName
Edwin Vane
2013-03-06
1
-0
/
+25
*
hasQualifer() matcher should return false if there's no qualifier
Edwin Vane
2013-03-04
1
-0
/
+4
*
Make the negative test of recordType depend on a specific record.
Manuel Klimek
2013-02-27
1
-2
/
+4
*
Various additions to ASTMatcher library:
Edwin Vane
2013-02-25
1
-1
/
+71
*
Adding hasDeclaration overload for TemplateSpecializationType
Edwin Vane
2013-02-25
1
-0
/
+11
*
Support in hasDeclaration for types with getDecl()
Edwin Vane
2013-02-25
1
-0
/
+6
*
Reverting r176019. Corrupt patch.
Edwin Vane
2013-02-25
1
-6
/
+0
*
Support in hasDeclaration for types with getDecl()
Edwin Vane
2013-02-25
1
-0
/
+6
*
Add matcher for AccessSpecDecls.
Daniel Jasper
2013-02-25
1
-0
/
+40
*
Support in hasDeclaration for types with getDecl()
Edwin Vane
2013-02-19
1
-4
/
+8
*
Clean up last use of dyn_cast on TypeLoc in ASTMatchers
David Blaikie
2013-02-18
1
-5
/
+5
*
Adding more overloads for allOf matcher
Edwin Vane
2013-02-12
1
-1
/
+16
*
Implements equalsNode for Decl and Stmt.
Manuel Klimek
2013-02-07
1
-0
/
+31
*
Adds a convenience function selectFirst to simplify matching.
Manuel Klimek
2013-02-06
1
-12
/
+16
*
Implements the convenience matcher findAll.
Manuel Klimek
2013-02-04
1
-0
/
+28
*
Add an eachOf matcher.
Manuel Klimek
2013-02-04
1
-0
/
+24
*
Re-design the convenience interfaces on MatchFinder.
Manuel Klimek
2013-02-01
1
-25
/
+34
*
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
[prev]
[next]