summaryrefslogtreecommitdiffstats
path: root/clang/lib/ASTMatchers/Dynamic/Parser.cpp
Commit message (Expand)AuthorAgeFilesLines
* Remove \brief commands from doxygen comments.Adrian Prantl2018-05-091-13/+13
* Fix typos in clangAlexander Kornienko2018-04-061-1/+1
* [clang] Change std::sort to llvm::sort in response to r327219Mandeep Singh Grang2018-03-271-2/+2
* [ASTMatchers] Fix some Clang-tidy modernize and Include What You Use warnings...Eugene Zelenko2017-11-011-17/+26
* [ASTMatchers] Fix use after free.Benjamin Kramer2017-06-091-1/+2
* [ASTMatchers] Add support for floatLiteralsPeter Wu2017-06-081-13/+37
* [ASTMatchers] Add support for boolean literalsPeter Wu2017-06-081-2/+10
* [NFC] Header cleanupMehdi Amini2016-07-181-1/+0
* Roll-back r250822.Angel Garcia Gomez2015-10-201-2/+2
* Apply modernize-use-default to clang.Angel Garcia Gomez2015-10-201-2/+2
* SourceRanges are small and trivially copyable, don't them by reference.Craig Topper2015-10-041-1/+1
* Replace some const std::string & with llvm::StringRef or std::stringYaron Keren2015-07-061-1/+1
* Revert r241330. It compiled with Visual C++ 2013 and gcc 4.9.1 (mingw) but no...Yaron Keren2015-07-031-1/+1
* Replace some const std::string & with llvm::StringRef or std::stringYaron Keren2015-07-031-1/+1
* Revert r241319, investigating.Yaron Keren2015-07-031-1/+1
* Replace some const std::string & with llvm::StringRef or std::stringYaron Keren2015-07-031-1/+1
* Support named values in the autocomplete feature.Samuel Benzaquen2014-08-121-34/+71
* [C++11] Use 'nullptr'. ASTMatchers edition.Craig Topper2014-05-171-4/+4
* Add support for named values in the parser.Samuel Benzaquen2014-04-141-25/+62
* Revert "Add support for named values in the parser."Samuel Benzaquen2014-04-031-27/+21
* Add support for named values in the parser.Samuel Benzaquen2014-04-021-21/+27
* Introduce Parser::completeExpression.Peter Collingbourne2014-01-301-33/+141
* Sort all the #include lines with LLVM's utils/sort_includes.py whichChandler Carruth2014-01-071-3/+2
* Split registry matcher resolution into a lookup phase and a construction phase.Peter Collingbourne2013-11-231-5/+17
* Resubmit "Refactor DynTypedMatcher into a value type class, just like Matcher...Samuel Benzaquen2013-10-291-11/+11
* Revert "Refactor DynTypedMatcher into a value type class, just like Matcher<T>."Reid Kleckner2013-10-211-11/+11
* Refactor DynTypedMatcher into a value type class, just like Matcher<T>.Samuel Benzaquen2013-10-211-11/+11
* Refactor "MatcherList" into "VariantMatcher" and abstract the notion of a lis...Samuel Benzaquen2013-08-131-10/+11
* Separate the notion of 'context' when recursing down in the parser and actual...Samuel Benzaquen2013-07-181-31/+22
* Add support for polymorphic matchers. Use runtime type checking to determine ...Samuel Benzaquen2013-06-211-10/+15
* Parser/Registry argument enhancements.Samuel Benzaquen2013-06-041-0/+35
* Add support for .bind("foo") expressions on the dynamic matchers.Samuel Benzaquen2013-06-031-8/+64
* First revision of the dynamic ASTMatcher library.Manuel Klimek2013-05-141-0/+332
OpenPOWER on IntegriCloud