Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
81fe1fbf4abd00b24e078a80cb15a2d2c1343f11
/
clang
/
lib
/
ASTMatchers
/
Dynamic
/
VariantValue.cpp
9fc8faf
Remove \brief commands from doxygen comments.
by Adrian Prantl
· 7 years ago
2bbed50
[ASTMatchers] Add support for floatLiterals
by Peter Wu
· 8 years ago
c04b198
[ASTMatchers] Add support for boolean literals
by Peter Wu
· 8 years ago
feaf9d1
Move VariantMatcher's Payload to std::shared_ptr rather than IntrusiveRefCntPtr
by David Blaikie
· 9 years ago
637d1e6
Roll-back r250822.
by Angel Garcia Gomez
· 10 years ago
b5250d3
Apply modernize-use-default to clang.
by Angel Garcia Gomez
· 10 years ago
b063f5c
[ASTMatchers] Use provided target NodeKind instead of inferring it from the matchers.
by Samuel Benzaquen
· 10 years ago
5b81606
Replace some const std::string & with llvm::StringRef or std::string
by Yaron Keren
· 10 years ago
40178c3
Revert r241330. It compiled with Visual C++ 2013 and gcc 4.9.1 (mingw) but now fails the bots.
by Yaron Keren
· 10 years ago
4526701
Replace some const std::string & with llvm::StringRef or std::string
by Yaron Keren
· 10 years ago
d30f5ff
Revert r241319, investigating.
by Yaron Keren
· 10 years ago
25bb2e4
Replace some const std::string & with llvm::StringRef or std::string
by Yaron Keren
· 10 years ago
2c15e8c
Replace variadic operator function pointer with an enum value.
by Samuel Benzaquen
· 11 years ago
9743c9d
Remove VariadicOperatorMatcherInterface as it is redundant with logic from DynTypedMatcher.
by Samuel Benzaquen
· 11 years ago
ab005ed
Refactor VariantMatcher::MatcherOps to reduce the amount of generated code.
by Samuel Benzaquen
· 11 years ago
646f23b
Support named values in the autocomplete feature.
by Samuel Benzaquen
· 11 years ago
210e1ad
[C++11] Use 'nullptr'. ASTMatchers edition.
by Craig Topper
· 11 years ago
3f755aa
[C++11] Avoid implicit conversion of ArrayRef to std::vector and use move semantics where appropriate.
by Benjamin Kramer
· 12 years ago
a083935
Add loc() to the dynamic registry.
by Samuel Benzaquen
· 12 years ago
5553d0d
Sort all the #include lines with LLVM's utils/sort_includes.py which
by Chandler Carruth
· 12 years ago
f34ac3e
Resubmit "Refactor DynTypedMatcher into a value type class, just like Matcher<T>."
by Samuel Benzaquen
· 12 years ago
9171f02
Revert "Refactor DynTypedMatcher into a value type class, just like Matcher<T>."
by Reid Kleckner
· 12 years ago
f46e5f1
Refactor DynTypedMatcher into a value type class, just like Matcher<T>.
by Samuel Benzaquen
· 12 years ago
4adca62
Add support for eachOf/allOf/anyOf variadic matchers in the dynamic layer.
by Samuel Benzaquen
· 12 years ago
46e59b0
Revert "Add support for eachOf/allOf/anyOf variadic matchers in the dynamic layer."
by Samuel Benzaquen
· 12 years ago
fe48aaf
Add support for eachOf/allOf/anyOf variadic matchers in the dynamic layer.
by Samuel Benzaquen
· 12 years ago
8c9f633
Refactor VariantMatcher to use an interface underneath.
by Samuel Benzaquen
· 12 years ago
0239b69
Refactor "MatcherList" into "VariantMatcher" and abstract the notion of a list of matchers for the polymorphic case.
by Samuel Benzaquen
· 12 years ago
c6f2c9b
Add support for polymorphic matchers. Use runtime type checking to determine the right polymorphic overload to use.
by Samuel Benzaquen
· 12 years ago
81ef929
Enhancements for the DynTypedMatcher system.
by Samuel Benzaquen
· 12 years ago
c31b352
Parser/Registry argument enhancements.
by Samuel Benzaquen
· 12 years ago
24db0f0
First revision of the dynamic ASTMatcher library.
by Manuel Klimek
· 12 years ago