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
/
Dynamic
/
Registry.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add conversionDecl matcher for node CXXConversionDecl.
Samuel Benzaquen
2015-04-20
1
-0
/
+1
*
Add support for a few Objective-C matchers.
Manuel Klimek
2015-03-12
1
-0
/
+8
*
Reverting r232034, as it broke one of the bots with link errors. Details at: ...
Aaron Ballman
2015-03-12
1
-8
/
+0
*
Added some matchers for objective c selectors and messages to ASTMatchers.h. ...
Aaron Ballman
2015-03-12
1
-0
/
+8
*
Add translationUnitDecl matcher.
Samuel Benzaquen
2015-02-10
1
-0
/
+1
*
Add voidType() matcher.
Samuel Benzaquen
2014-12-15
1
-0
/
+1
*
Re-apply r222646 (was reverted in r222667). Adding 4 ASTMatchers: typedefDecl...
Manuel Klimek
2014-11-25
1
-0
/
+4
*
Reverting r222646; the tests do not pass on Windows. Also reverts r222664, wh...
Aaron Ballman
2014-11-24
1
-4
/
+0
*
Adding 4 ASTMatchers: typedefDecl, isInMainFile, isInSystemFile, isInFileMatc...
Manuel Klimek
2014-11-24
1
-0
/
+4
*
Add valueDecl() matcher.
Samuel Benzaquen
2014-10-28
1
-0
/
+1
*
Fix completion logic to allow for heterogeneous argument types in matcher ove...
Samuel Benzaquen
2014-10-09
1
-10
/
+15
*
Implement various matchers around template argument handling.
Manuel Klimek
2014-10-09
1
-13
/
+18
*
ASTMatchers: Add a matcher to detect whether a decl or stmt is inside a templ...
Benjamin Kramer
2014-09-03
1
-0
/
+2
*
Add hasAttr matcher for declarations.
Manuel Klimek
2014-08-25
1
-3
/
+1
*
Add missing matchers to the dynamic registry.
Samuel Benzaquen
2014-08-15
1
-0
/
+11
*
Add isDeleted() matcher for FunctionDecl nodes.
Samuel Benzaquen
2014-08-15
1
-0
/
+1
*
Support named values in the autocomplete feature.
Samuel Benzaquen
2014-08-12
1
-67
/
+44
*
Remove llvm:: from uses of ArrayRef.
Craig Topper
2014-06-28
1
-3
/
+3
*
Add hasLocalStorage/hasGlobalStorage matchers.
Samuel Benzaquen
2014-06-05
1
-0
/
+2
*
Add support for named values in the parser.
Samuel Benzaquen
2014-04-14
1
-9
/
+4
*
Add matcher for ExprWithCleanups.
Samuel Benzaquen
2014-04-02
1
-0
/
+1
*
Add loc() to the dynamic registry.
Samuel Benzaquen
2014-03-10
1
-1
/
+1
*
Add TemplateSpecializationType polymorphism for hasTemplateArgument and
Peter Collingbourne
2014-02-20
1
-0
/
+1
*
Add isListInitialization matcher.
Peter Collingbourne
2014-02-06
1
-0
/
+1
*
Introduce Registry::getCompletions.
Peter Collingbourne
2014-01-23
1
-0
/
+149
*
Sort all the #include lines with LLVM's utils/sort_includes.py which
Chandler Carruth
2014-01-07
1
-3
/
+1
*
Another pass at adding missing matchers into the registry.
Samuel Benzaquen
2013-11-25
1
-0
/
+15
*
Rename *MatcherCreateCallback to *MatcherDescriptor, and its member run() to ...
Peter Collingbourne
2013-11-23
1
-7
/
+7
*
Split registry matcher resolution into a lookup phase and a construction phase.
Peter Collingbourne
2013-11-23
1
-8
/
+15
*
Add support for the 'unless' matcher in the dynamic layer.
Samuel Benzaquen
2013-11-22
1
-1
/
+1
*
Add partial support for the hasDeclaration() matcher in the dynamic layer.
Samuel Benzaquen
2013-11-18
1
-1
/
+1
*
Resubmit "Refactor DynTypedMatcher into a value type class, just like Matcher...
Samuel Benzaquen
2013-10-29
1
-4
/
+4
*
Revert "Refactor DynTypedMatcher into a value type class, just like Matcher<T>."
Reid Kleckner
2013-10-21
1
-4
/
+4
*
Refactor DynTypedMatcher into a value type class, just like Matcher<T>.
Samuel Benzaquen
2013-10-21
1
-4
/
+4
*
Add support for eachOf/allOf/anyOf variadic matchers in the dynamic layer.
Samuel Benzaquen
2013-08-28
1
-3
/
+3
*
Revert "Add support for eachOf/allOf/anyOf variadic matchers in the dynamic l...
Samuel Benzaquen
2013-08-27
1
-3
/
+3
*
Add support for eachOf/allOf/anyOf variadic matchers in the dynamic layer.
Samuel Benzaquen
2013-08-27
1
-3
/
+3
*
Refactor ArgumentAdaptativeMatcher matchers to remove the template from their...
Samuel Benzaquen
2013-08-16
1
-108
/
+8
*
Add ctorInitializer to the dynamic AST Matcher registry.
Stefanus Du Toit
2013-08-15
1
-0
/
+1
*
Refactor "MatcherList" into "VariantMatcher" and abstract the notion of a lis...
Samuel Benzaquen
2013-08-13
1
-26
/
+26
*
Add matcher for float literals.
Daniel Jasper
2013-07-26
1
-0
/
+1
*
Add support for Adaptative matchers on the dynamic registry.
Samuel Benzaquen
2013-07-24
1
-8
/
+65
*
Add support for overloaded matchers. ie different matcher function signatures...
Samuel Benzaquen
2013-07-22
1
-10
/
+66
*
Separate the notion of 'context' when recursing down in the parser and actual...
Samuel Benzaquen
2013-07-18
1
-3
/
+2
*
Add TemplateArgument related matchers to the registry.
Samuel Benzaquen
2013-07-17
1
-4
/
+2
*
Add CXXCtorInitializer related matchers to the dynamic matcher registry.
Samuel Benzaquen
2013-07-17
1
-6
/
+4
*
Add support for type traversal matchers.
Samuel Benzaquen
2013-07-15
1
-7
/
+5
*
Add support for polymorphic matchers. Use runtime type checking to determine ...
Samuel Benzaquen
2013-06-21
1
-32
/
+32
*
Parser/Registry argument enhancements.
Samuel Benzaquen
2013-06-04
1
-4
/
+171
*
Add support for .bind("foo") expressions on the dynamic matchers.
Samuel Benzaquen
2013-06-03
1
-0
/
+17
[next]