aboutsummaryrefslogtreecommitdiff
path: root/clang/lib/ASTMatchers/Dynamic/VariantValue.cpp
AgeCommit message (Expand)AuthorFilesLines
2017-06-08[ASTMatchers] Add support for floatLiteralsPeter Wu1-0/+32
2017-06-08[ASTMatchers] Add support for boolean literalsPeter Wu1-0/+32
2017-01-05Move VariantMatcher's Payload to std::shared_ptr rather than IntrusiveRefCntPtrDavid Blaikie1-3/+5
2015-10-20Roll-back r250822.Angel Garcia Gomez1-2/+2
2015-10-20Apply modernize-use-default to clang.Angel Garcia Gomez1-2/+2
2015-07-17[ASTMatchers] Use provided target NodeKind instead of inferring it from the m...Samuel Benzaquen1-1/+1
2015-07-06Replace some const std::string & with llvm::StringRef or std::stringYaron Keren1-2/+2
2015-07-03Revert r241330. It compiled with Visual C++ 2013 and gcc 4.9.1 (mingw) but no...Yaron Keren1-2/+2
2015-07-03Replace some const std::string & with llvm::StringRef or std::stringYaron Keren1-2/+2
2015-07-03Revert r241319, investigating.Yaron Keren1-2/+2
2015-07-03Replace some const std::string & with llvm::StringRef or std::stringYaron Keren1-2/+2
2014-11-20Replace variadic operator function pointer with an enum value.Samuel Benzaquen1-8/+8
2014-11-17Remove VariadicOperatorMatcherInterface as it is redundant with logic from Dy...Samuel Benzaquen1-4/+4
2014-09-04Refactor VariantMatcher::MatcherOps to reduce the amount of generated code.Samuel Benzaquen1-7/+37
2014-08-12Support named values in the autocomplete feature.Samuel Benzaquen1-10/+106
2014-05-17[C++11] Use 'nullptr'. ASTMatchers edition.Craig Topper1-1/+1
2014-03-10[C++11] Avoid implicit conversion of ArrayRef to std::vector and use move sem...Benjamin Kramer1-8/+8
2014-03-10Add loc() to the dynamic registry.Samuel Benzaquen1-5/+16
2014-01-07Sort all the #include lines with LLVM's utils/sort_includes.py whichChandler Carruth1-1/+0
2013-10-29Resubmit "Refactor DynTypedMatcher into a value type class, just like Matcher...Samuel Benzaquen1-30/+22
2013-10-21Revert "Refactor DynTypedMatcher into a value type class, just like Matcher<T>."Reid Kleckner1-22/+30
2013-10-21Refactor DynTypedMatcher into a value type class, just like Matcher<T>.Samuel Benzaquen1-30/+22
2013-08-28Add support for eachOf/allOf/anyOf variadic matchers in the dynamic layer.Samuel Benzaquen1-16/+44
2013-08-27Revert "Add support for eachOf/allOf/anyOf variadic matchers in the dynamic l...Samuel Benzaquen1-44/+16
2013-08-27Add support for eachOf/allOf/anyOf variadic matchers in the dynamic layer.Samuel Benzaquen1-16/+44
2013-08-22Refactor VariantMatcher to use an interface underneath.Samuel Benzaquen1-49/+85
2013-08-13Refactor "MatcherList" into "VariantMatcher" and abstract the notion of a lis...Samuel Benzaquen1-34/+54
2013-06-21Add support for polymorphic matchers. Use runtime type checking to determine ...Samuel Benzaquen1-22/+60
2013-06-20Enhancements for the DynTypedMatcher system.Samuel Benzaquen1-0/+14
2013-06-04Parser/Registry argument enhancements.Samuel Benzaquen1-2/+25
2013-05-14First revision of the dynamic ASTMatcher library.Manuel Klimek1-0/+105