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
/
lib
/
ASTMatchers
/
ASTMatchFinder.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Introduce MatchFinder::matchAST.
Peter Collingbourne
2013-11-07
1
-12
/
+14
*
Re-introduce MatchFinder::addDynamicMatcher.
Peter Collingbourne
2013-11-07
1
-0
/
+24
*
Resubmit "Refactor DynTypedMatcher into a value type class, just like Matcher...
Samuel Benzaquen
2013-10-29
1
-42
/
+30
*
Revert "Refactor DynTypedMatcher into a value type class, just like Matcher<T>."
Reid Kleckner
2013-10-21
1
-30
/
+42
*
Refactor DynTypedMatcher into a value type class, just like Matcher<T>.
Samuel Benzaquen
2013-10-21
1
-42
/
+30
*
Fix crash when encountering alias templates in isDerivedFrom matches.
Manuel Klimek
2013-08-02
1
-43
/
+51
*
Use memoization for has()-matcher.
Daniel Jasper
2013-07-25
1
-2
/
+4
*
Remove unnecessary assignment.
Manuel Klimek
2013-07-16
1
-1
/
+0
*
Fixes another hard to test problem with iterator invalidation.
Manuel Klimek
2013-07-16
1
-60
/
+69
*
Fix use of invalidated iterator bug in AST match finder.
Manuel Klimek
2013-07-08
1
-4
/
+6
*
Enhancements for the DynTypedMatcher system.
Samuel Benzaquen
2013-06-20
1
-8
/
+0
*
Completely revamp node binding for AST matchers.
Manuel Klimek
2013-06-19
1
-42
/
+91
*
Add an overridable MatchCallback::onEndOfTranslationUnit() function.
Peter Collingbourne
2013-05-28
1
-0
/
+10
*
First revision of the dynamic ASTMatcher library.
Manuel Klimek
2013-05-14
1
-0
/
+8
*
Implements memoization for ancestor matching.
Manuel Klimek
2013-03-14
1
-17
/
+65
*
First step towards adding a parent map to the ASTContext.
Manuel Klimek
2013-02-28
1
-85
/
+6
*
Re-design the convenience interfaces on MatchFinder.
Manuel Klimek
2013-02-01
1
-26
/
+23
*
Remove useless 'llvm::' qualifier from names like StringRef and others that are
Dmitri Gribenko
2013-01-12
1
-4
/
+4
*
Implements multiple parents in the parent map.
Manuel Klimek
2012-12-06
1
-23
/
+48
*
Fixes crash in isDerivedFrom for recursive templates.
Manuel Klimek
2012-12-04
1
-1
/
+6
*
Allow matchers to access the ASTContext.
Manuel Klimek
2012-11-30
1
-0
/
+3
*
Do not use data recursion in ASTMatchFinder.
Daniel Jasper
2012-11-15
1
-0
/
+9
*
Fix AST-matcher descendant visiting for Types, TypeLocs and NestedNamespecifi...
Daniel Jasper
2012-11-13
1
-1
/
+7
*
Insert interception point onStartOfTranslationUnit.
Manuel Klimek
2012-11-02
1
-0
/
+10
*
Implement descendant matchers for NestedNamespecifiers
Daniel Jasper
2012-10-30
1
-0
/
+23
*
Implement has(), hasDescendant(), forEach() and forEachDescendant() for
Daniel Jasper
2012-10-29
1
-28
/
+57
*
Adds the possibility to run ASTMatchFinder over arbitrary AST nodes.
Manuel Klimek
2012-10-24
1
-0
/
+12
*
Implement hasParent()-matcher.
Daniel Jasper
2012-10-22
1
-3
/
+6
*
First version of matchers for Types and TypeLocs.
Daniel Jasper
2012-10-17
1
-4
/
+15
*
Fix isDerivedFrom matcher.
Daniel Jasper
2012-09-18
1
-0
/
+1
*
Create initial support for matching and binding NestedNameSpecifier(Loc)s.
Daniel Jasper
2012-09-13
1
-0
/
+29
*
Change the behavior of the isDerivedFrom-matcher to not match on the
Daniel Jasper
2012-09-07
1
-6
/
+6
*
Implements hasAncestor.
Manuel Klimek
2012-09-07
1
-0
/
+87
*
Introduces DynTypedMatcher as a new concept that replaces the UntypedBaseMatc...
Manuel Klimek
2012-09-05
1
-67
/
+65
*
Fix for ASTMatchFinder to visit a functions parameter declarations.
Daniel Jasper
2012-07-30
1
-1
/
+2
*
Make the isDerivedFrom matcher more generic.
Daniel Jasper
2012-07-17
1
-37
/
+27
*
Add more matchers and do cleanups.
Daniel Jasper
2012-07-10
1
-60
/
+60
*
Adds the AST Matcher library, which provides a in-C++ DSL to express
Manuel Klimek
2012-07-06
1
-0
/
+556