summaryrefslogtreecommitdiffstats
path: root/include/clang/ASTMatchers/ASTMatchFinder.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-24/+24
* Complete support for the cxxCtorInitializer() AST matcher so that it can be u...Aaron Ballman2016-09-261-0/+3
* [ASTMatchers] Extend documentation for match()Martin Bohme2016-08-101-0/+4
* Provide match function to look over an entire TU again.Daniel Jasper2016-02-031-0/+15
* ASTMatchers: Keep AllCallbacks in a set instead of a vectorDaniel Jasper2015-10-071-1/+2
* Filter the toplevel matchers by kind.Samuel Benzaquen2014-11-241-2/+2
* Add support for profiling the matchers used.Samuel Benzaquen2014-10-221-1/+26
* Avoid some unnecessary SmallVector copies.Benjamin Kramer2014-09-111-1/+1
* Separate the matchers by type and statically dispatch to the right list.Samuel Benzaquen2014-09-051-4/+16
* Header guard canonicalization, clang part.Benjamin Kramer2014-08-131-3/+3
* Recommit 213307: unique_ptr-ify ownership of ASTConsumers (reverted in r213325)David Blaikie2014-08-101-1/+1
* ASTMatchers: Bound node results are always const, make selectFirst's template...Benjamin Kramer2014-07-231-7/+5
* Revert "unique_ptr-ify ownership of ASTConsumers"David Blaikie2014-07-171-1/+1
* unique_ptr-ify ownership of ASTConsumersDavid Blaikie2014-07-171-1/+1
* [C++11] Use 'nullptr'Craig Topper2014-05-061-1/+1
* [C++11] Add 'override' keyword to virtual methods that override their base cl...Craig Topper2014-03-131-1/+1
* Introduce MatchFinder::matchAST.Peter Collingbourne2013-11-071-0/+3
* Re-introduce MatchFinder::addDynamicMatcher.Peter Collingbourne2013-11-071-0/+11
* Resubmit "Refactor DynTypedMatcher into a value type class, just like Matcher...Samuel Benzaquen2013-10-291-1/+1
* Revert "Refactor DynTypedMatcher into a value type class, just like Matcher<T>."Reid Kleckner2013-10-211-1/+1
* Refactor DynTypedMatcher into a value type class, just like Matcher<T>.Samuel Benzaquen2013-10-211-1/+1
* Enhancements for the DynTypedMatcher system.Samuel Benzaquen2013-06-201-11/+0
* Add an overridable MatchCallback::onEndOfTranslationUnit() function.Peter Collingbourne2013-05-281-0/+5
* First revision of the dynamic ASTMatcher library.Manuel Klimek2013-05-141-0/+11
* Adds a convenience function selectFirst to simplify matching.Manuel Klimek2013-02-061-0/+23
* Re-design the convenience interfaces on MatchFinder.Manuel Klimek2013-02-011-3/+55
* Clarifying comments for the MatchFinder and matchesNames matcher.Manuel Klimek2012-12-101-0/+4
* Insert interception point onStartOfTranslationUnit.Manuel Klimek2012-11-021-0/+7
* Adds the possibility to run ASTMatchFinder over arbitrary AST nodes.Manuel Klimek2012-10-241-0/+7
* First version of matchers for Types and TypeLocs.Daniel Jasper2012-10-171-0/+2
* Create initial support for matching and binding NestedNameSpecifier(Loc)s.Daniel Jasper2012-09-131-0/+4
* Introduces DynTypedMatcher as a new concept that replaces the UntypedBaseMatc...Manuel Klimek2012-09-051-5/+4
* Adds the AST Matcher library, which provides a in-C++ DSL to expressManuel Klimek2012-07-061-0/+141