summaryrefslogtreecommitdiffstats
path: root/clang/lib/ASTMatchers/Dynamic/VariantValue.cpp
Commit message (Expand)AuthorAgeFilesLines
* Remove \brief commands from doxygen comments.Adrian Prantl2018-05-091-1/+1
* [ASTMatchers] Add support for floatLiteralsPeter Wu2017-06-081-0/+32
* [ASTMatchers] Add support for boolean literalsPeter Wu2017-06-081-0/+32
* Move VariantMatcher's Payload to std::shared_ptr rather than IntrusiveRefCntPtrDavid Blaikie2017-01-051-3/+5
* Roll-back r250822.Angel Garcia Gomez2015-10-201-2/+2
* Apply modernize-use-default to clang.Angel Garcia Gomez2015-10-201-2/+2
* [ASTMatchers] Use provided target NodeKind instead of inferring it from the m...Samuel Benzaquen2015-07-171-1/+1
* Replace some const std::string & with llvm::StringRef or std::stringYaron Keren2015-07-061-2/+2
* Revert r241330. It compiled with Visual C++ 2013 and gcc 4.9.1 (mingw) but no...Yaron Keren2015-07-031-2/+2
* Replace some const std::string & with llvm::StringRef or std::stringYaron Keren2015-07-031-2/+2
* Revert r241319, investigating.Yaron Keren2015-07-031-2/+2
* Replace some const std::string & with llvm::StringRef or std::stringYaron Keren2015-07-031-2/+2
* Replace variadic operator function pointer with an enum value.Samuel Benzaquen2014-11-201-8/+8
* Remove VariadicOperatorMatcherInterface as it is redundant with logic from Dy...Samuel Benzaquen2014-11-171-4/+4
* Refactor VariantMatcher::MatcherOps to reduce the amount of generated code.Samuel Benzaquen2014-09-041-7/+37
* Support named values in the autocomplete feature.Samuel Benzaquen2014-08-121-10/+106
* [C++11] Use 'nullptr'. ASTMatchers edition.Craig Topper2014-05-171-1/+1
* [C++11] Avoid implicit conversion of ArrayRef to std::vector and use move sem...Benjamin Kramer2014-03-101-8/+8
* Add loc() to the dynamic registry.Samuel Benzaquen2014-03-101-5/+16
* Sort all the #include lines with LLVM's utils/sort_includes.py whichChandler Carruth2014-01-071-1/+0
* Resubmit "Refactor DynTypedMatcher into a value type class, just like Matcher...Samuel Benzaquen2013-10-291-30/+22
* Revert "Refactor DynTypedMatcher into a value type class, just like Matcher<T>."Reid Kleckner2013-10-211-22/+30
* Refactor DynTypedMatcher into a value type class, just like Matcher<T>.Samuel Benzaquen2013-10-211-30/+22
* Add support for eachOf/allOf/anyOf variadic matchers in the dynamic layer.Samuel Benzaquen2013-08-281-16/+44
* Revert "Add support for eachOf/allOf/anyOf variadic matchers in the dynamic l...Samuel Benzaquen2013-08-271-44/+16
* Add support for eachOf/allOf/anyOf variadic matchers in the dynamic layer.Samuel Benzaquen2013-08-271-16/+44
* Refactor VariantMatcher to use an interface underneath.Samuel Benzaquen2013-08-221-49/+85
* Refactor "MatcherList" into "VariantMatcher" and abstract the notion of a lis...Samuel Benzaquen2013-08-131-34/+54
* Add support for polymorphic matchers. Use runtime type checking to determine ...Samuel Benzaquen2013-06-211-22/+60
* Enhancements for the DynTypedMatcher system.Samuel Benzaquen2013-06-201-0/+14
* Parser/Registry argument enhancements.Samuel Benzaquen2013-06-041-2/+25
* First revision of the dynamic ASTMatcher library.Manuel Klimek2013-05-141-0/+105
OpenPOWER on IntegriCloud