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
/
Dynamic
/
RegistryTest.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Reorder ASTNodeKind::AllKindInfo to match NodeKindId.
Alexander Kornienko
2016-04-14
1
-9
/
+8
*
Reapply r259210 with a fix for RegistryTest.cpp.
Aaron Ballman
2016-02-01
1
-1
/
+1
*
Add AST matcher for paren expressions.
Aaron Ballman
2016-01-20
1
-0
/
+6
*
[AST] Re-add TypeLocs and NestedNameSpecifierLocs to the ParentMap.
Benjamin Kramer
2015-10-23
1
-2
/
+6
*
Shrink DynTypedNode by one pointer from 40 to 32 bytes (on x86_64).
Benjamin Kramer
2015-10-21
1
-2
/
+2
*
Revert "[AST] Put TypeLocs and NestedNameSpecifierLocs into the ParentMap."
Benjamin Kramer
2015-10-21
1
-8
/
+4
*
[AST] Put TypeLocs and NestedNameSpecifierLocs into the ParentMap.
Benjamin Kramer
2015-10-20
1
-4
/
+8
*
Rename AST node matchers to match the AST node names directly. Part of this r...
Aaron Ballman
2015-09-17
1
-9
/
+10
*
Replace some const std::string & with llvm::StringRef or std::string
Yaron Keren
2015-07-06
1
-22
/
+22
*
Fix bug in DynTypedMatcher::constructVariadic() that would cause false negati...
Samuel Benzaquen
2014-10-13
1
-0
/
+7
*
Fix completion logic to allow for heterogeneous argument types in matcher ove...
Samuel Benzaquen
2014-10-09
1
-0
/
+14
*
Fix bug in DynTypedMatcher::constructVariadic() that would cause false negati...
Samuel Benzaquen
2014-10-06
1
-1
/
+1
*
Add hasAttr matcher for declarations.
Manuel Klimek
2014-08-25
1
-0
/
+8
*
Support named values in the autocomplete feature.
Samuel Benzaquen
2014-08-12
1
-17
/
+12
*
Remove llvm:: from uses of ArrayRef.
Craig Topper
2014-06-28
1
-1
/
+1
*
[C++11] Use 'nullptr'. Unittests edition.
Craig Topper
2014-06-08
1
-4
/
+5
*
Add support for named values in the parser.
Samuel Benzaquen
2014-04-14
1
-11
/
+5
*
Add loc() to the dynamic registry.
Samuel Benzaquen
2014-03-10
1
-1
/
+20
*
Replace OwningPtr with std::unique_ptr.
Ahmed Charles
2014-03-07
1
-1
/
+1
*
Introduce Registry::getCompletions.
Peter Collingbourne
2014-01-23
1
-0
/
+85
*
Sort all the #include lines with LLVM's utils/sort_includes.py which
Chandler Carruth
2014-01-07
1
-2
/
+1
*
Split registry matcher resolution into a lookup phase and a construction phase.
Peter Collingbourne
2013-11-23
1
-6
/
+23
*
Make the negative test more specific.
Samuel Benzaquen
2013-11-22
1
-6
/
+6
*
Add support for the 'unless' matcher in the dynamic layer.
Samuel Benzaquen
2013-11-22
1
-1
/
+22
*
Add partial support for the hasDeclaration() matcher in the dynamic layer.
Samuel Benzaquen
2013-11-18
1
-0
/
+13
*
Fix tests to be more specific.
Samuel Benzaquen
2013-08-29
1
-17
/
+13
*
Add support for eachOf/allOf/anyOf variadic matchers in the dynamic layer.
Samuel Benzaquen
2013-08-28
1
-0
/
+45
*
Revert "Add support for eachOf/allOf/anyOf variadic matchers in the dynamic l...
Samuel Benzaquen
2013-08-27
1
-45
/
+0
*
Add support for eachOf/allOf/anyOf variadic matchers in the dynamic layer.
Samuel Benzaquen
2013-08-27
1
-0
/
+45
*
Refactor "MatcherList" into "VariantMatcher" and abstract the notion of a lis...
Samuel Benzaquen
2013-08-13
1
-25
/
+34
*
Add support for Adaptative matchers on the dynamic registry.
Samuel Benzaquen
2013-07-24
1
-0
/
+31
*
Add support for overloaded matchers. ie different matcher function signatures...
Samuel Benzaquen
2013-07-22
1
-0
/
+24
*
Add support for raw_ostream on the printing methods of Diagnostics.
Samuel Benzaquen
2013-07-19
1
-7
/
+7
*
Add TemplateArgument related matchers to the registry.
Samuel Benzaquen
2013-07-17
1
-0
/
+14
*
Add CXXCtorInitializer related matchers to the dynamic matcher registry.
Samuel Benzaquen
2013-07-17
1
-0
/
+11
*
Add support for type traversal matchers.
Samuel Benzaquen
2013-07-15
1
-47
/
+70
*
clang/unittests/ASTMatchers/Dynamic/RegistryTest.cpp: Suppress unexpected fai...
NAKAMURA Takumi
2013-06-24
1
-0
/
+6
*
Add support for polymorphic matchers. Use runtime type checking to determine ...
Samuel Benzaquen
2013-06-21
1
-22
/
+43
*
Enhancements for the DynTypedMatcher system.
Samuel Benzaquen
2013-06-20
1
-62
/
+95
*
Parser/Registry argument enhancements.
Samuel Benzaquen
2013-06-04
1
-0
/
+9
*
First revision of the dynamic ASTMatcher library.
Manuel Klimek
2013-05-14
1
-0
/
+112