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
/
VariantValue.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove \brief commands from doxygen comments.
Adrian Prantl
2018-05-09
1
-1
/
+1
*
[ASTMatchers] Add support for floatLiterals
Peter Wu
2017-06-08
1
-0
/
+32
*
[ASTMatchers] Add support for boolean literals
Peter Wu
2017-06-08
1
-0
/
+32
*
Move VariantMatcher's Payload to std::shared_ptr rather than IntrusiveRefCntPtr
David Blaikie
2017-01-05
1
-3
/
+5
*
Roll-back r250822.
Angel Garcia Gomez
2015-10-20
1
-2
/
+2
*
Apply modernize-use-default to clang.
Angel Garcia Gomez
2015-10-20
1
-2
/
+2
*
[ASTMatchers] Use provided target NodeKind instead of inferring it from the m...
Samuel Benzaquen
2015-07-17
1
-1
/
+1
*
Replace some const std::string & with llvm::StringRef or std::string
Yaron Keren
2015-07-06
1
-2
/
+2
*
Revert r241330. It compiled with Visual C++ 2013 and gcc 4.9.1 (mingw) but no...
Yaron Keren
2015-07-03
1
-2
/
+2
*
Replace some const std::string & with llvm::StringRef or std::string
Yaron Keren
2015-07-03
1
-2
/
+2
*
Revert r241319, investigating.
Yaron Keren
2015-07-03
1
-2
/
+2
*
Replace some const std::string & with llvm::StringRef or std::string
Yaron Keren
2015-07-03
1
-2
/
+2
*
Replace variadic operator function pointer with an enum value.
Samuel Benzaquen
2014-11-20
1
-8
/
+8
*
Remove VariadicOperatorMatcherInterface as it is redundant with logic from Dy...
Samuel Benzaquen
2014-11-17
1
-4
/
+4
*
Refactor VariantMatcher::MatcherOps to reduce the amount of generated code.
Samuel Benzaquen
2014-09-04
1
-7
/
+37
*
Support named values in the autocomplete feature.
Samuel Benzaquen
2014-08-12
1
-10
/
+106
*
[C++11] Use 'nullptr'. ASTMatchers edition.
Craig Topper
2014-05-17
1
-1
/
+1
*
[C++11] Avoid implicit conversion of ArrayRef to std::vector and use move sem...
Benjamin Kramer
2014-03-10
1
-8
/
+8
*
Add loc() to the dynamic registry.
Samuel Benzaquen
2014-03-10
1
-5
/
+16
*
Sort all the #include lines with LLVM's utils/sort_includes.py which
Chandler Carruth
2014-01-07
1
-1
/
+0
*
Resubmit "Refactor DynTypedMatcher into a value type class, just like Matcher...
Samuel Benzaquen
2013-10-29
1
-30
/
+22
*
Revert "Refactor DynTypedMatcher into a value type class, just like Matcher<T>."
Reid Kleckner
2013-10-21
1
-22
/
+30
*
Refactor DynTypedMatcher into a value type class, just like Matcher<T>.
Samuel Benzaquen
2013-10-21
1
-30
/
+22
*
Add support for eachOf/allOf/anyOf variadic matchers in the dynamic layer.
Samuel Benzaquen
2013-08-28
1
-16
/
+44
*
Revert "Add support for eachOf/allOf/anyOf variadic matchers in the dynamic l...
Samuel Benzaquen
2013-08-27
1
-44
/
+16
*
Add support for eachOf/allOf/anyOf variadic matchers in the dynamic layer.
Samuel Benzaquen
2013-08-27
1
-16
/
+44
*
Refactor VariantMatcher to use an interface underneath.
Samuel Benzaquen
2013-08-22
1
-49
/
+85
*
Refactor "MatcherList" into "VariantMatcher" and abstract the notion of a lis...
Samuel Benzaquen
2013-08-13
1
-34
/
+54
*
Add support for polymorphic matchers. Use runtime type checking to determine ...
Samuel Benzaquen
2013-06-21
1
-22
/
+60
*
Enhancements for the DynTypedMatcher system.
Samuel Benzaquen
2013-06-20
1
-0
/
+14
*
Parser/Registry argument enhancements.
Samuel Benzaquen
2013-06-04
1
-2
/
+25
*
First revision of the dynamic ASTMatcher library.
Manuel Klimek
2013-05-14
1
-0
/
+105