aboutsummaryrefslogtreecommitdiff
path: root/clang/lib/ASTMatchers/Dynamic/Parser.cpp
AgeCommit message (Expand)AuthorFilesLines
2017-06-09[ASTMatchers] Fix use after free.Benjamin Kramer1-1/+2
2017-06-08[ASTMatchers] Add support for floatLiteralsPeter Wu1-13/+37
2017-06-08[ASTMatchers] Add support for boolean literalsPeter Wu1-2/+10
2016-07-18[NFC] Header cleanupMehdi Amini1-1/+0
2015-10-20Roll-back r250822.Angel Garcia Gomez1-2/+2
2015-10-20Apply modernize-use-default to clang.Angel Garcia Gomez1-2/+2
2015-10-04SourceRanges are small and trivially copyable, don't them by reference.Craig Topper1-1/+1
2015-07-06Replace some const std::string & with llvm::StringRef or std::stringYaron Keren1-1/+1
2015-07-03Revert r241330. It compiled with Visual C++ 2013 and gcc 4.9.1 (mingw) but no...Yaron Keren1-1/+1
2015-07-03Replace some const std::string & with llvm::StringRef or std::stringYaron Keren1-1/+1
2015-07-03Revert r241319, investigating.Yaron Keren1-1/+1
2015-07-03Replace some const std::string & with llvm::StringRef or std::stringYaron Keren1-1/+1
2014-08-12Support named values in the autocomplete feature.Samuel Benzaquen1-34/+71
2014-05-17[C++11] Use 'nullptr'. ASTMatchers edition.Craig Topper1-4/+4
2014-04-14Add support for named values in the parser.Samuel Benzaquen1-25/+62
2014-04-03Revert "Add support for named values in the parser."Samuel Benzaquen1-27/+21
2014-04-02Add support for named values in the parser.Samuel Benzaquen1-21/+27
2014-01-30Introduce Parser::completeExpression.Peter Collingbourne1-33/+141
2014-01-07Sort all the #include lines with LLVM's utils/sort_includes.py whichChandler Carruth1-3/+2
2013-11-23Split registry matcher resolution into a lookup phase and a construction phase.Peter Collingbourne1-5/+17
2013-10-29Resubmit "Refactor DynTypedMatcher into a value type class, just like Matcher...Samuel Benzaquen1-11/+11
2013-10-21Revert "Refactor DynTypedMatcher into a value type class, just like Matcher<T>."Reid Kleckner1-11/+11
2013-10-21Refactor DynTypedMatcher into a value type class, just like Matcher<T>.Samuel Benzaquen1-11/+11
2013-08-13Refactor "MatcherList" into "VariantMatcher" and abstract the notion of a lis...Samuel Benzaquen1-10/+11
2013-07-18Separate the notion of 'context' when recursing down in the parser and actual...Samuel Benzaquen1-31/+22
2013-06-21Add support for polymorphic matchers. Use runtime type checking to determine ...Samuel Benzaquen1-10/+15
2013-06-04Parser/Registry argument enhancements.Samuel Benzaquen1-0/+35
2013-06-03Add support for .bind("foo") expressions on the dynamic matchers.Samuel Benzaquen1-8/+64
2013-05-14First revision of the dynamic ASTMatcher library.Manuel Klimek1-0/+332