summaryrefslogtreecommitdiffstats
path: root/include/clang/ASTMatchers/Dynamic/Registry.h
Commit message (Expand)AuthorAgeFilesLines
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Remove \brief commands from doxygen comments.Adrian Prantl2018-05-091-9/+9
* [ASTMatchers] Fix some Clang-tidy modernize and Include What You Use warnings...Eugene Zelenko2017-11-011-8/+8
* [AST, ASTMatchers, Basic] Fix some Clang-tidy modernize and Include What You ...Eugene Zelenko2016-12-091-15/+18
* SourceRanges are small and trivially copyable, don't them by reference.Craig Topper2015-10-041-2/+2
* Removing LLVM_DELETED_FUNCTION, as MSVC 2012 was the last reason for requirin...Aaron Ballman2015-02-151-1/+1
* Header guard canonicalization, clang part.Benjamin Kramer2014-08-131-2/+2
* Fix the \param comments to have the parameter name.Samuel Benzaquen2014-08-121-1/+1
* Support named values in the autocomplete feature.Samuel Benzaquen2014-08-121-19/+28
* Remove llvm:: from uses of ArrayRef.Craig Topper2014-06-281-1/+1
* Add support for named values in the parser.Samuel Benzaquen2014-04-141-5/+2
* Introduce Registry::getCompletions.Peter Collingbourne2014-01-231-0/+39
* Rename *MatcherCreateCallback to *MatcherDescriptor, and its member run() to ...Peter Collingbourne2013-11-231-2/+2
* Split registry matcher resolution into a lookup phase and a construction phase.Peter Collingbourne2013-11-231-9/+22
* Refactor "MatcherList" into "VariantMatcher" and abstract the notion of a lis...Samuel Benzaquen2013-08-131-12/+12
* Add support for polymorphic matchers. Use runtime type checking to determine ...Samuel Benzaquen2013-06-211-14/+14
* Add support for .bind("foo") expressions on the dynamic matchers.Samuel Benzaquen2013-06-031-0/+12
* First revision of the dynamic ASTMatcher library.Manuel Klimek2013-05-141-0/+63