aboutsummaryrefslogtreecommitdiff
path: root/include/clang/ASTMatchers/ASTMatchFinder.h
AgeCommit message (Expand)Author
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2018-05-09Remove \brief commands from doxygen comments.Adrian Prantl
2016-09-26Complete support for the cxxCtorInitializer() AST matcher so that it can be u...Aaron Ballman
2016-08-10[ASTMatchers] Extend documentation for match()Martin Bohme
2016-02-03Provide match function to look over an entire TU again.Daniel Jasper
2015-10-07ASTMatchers: Keep AllCallbacks in a set instead of a vectorDaniel Jasper
2014-11-24Filter the toplevel matchers by kind.Samuel Benzaquen
2014-10-22Add support for profiling the matchers used.Samuel Benzaquen
2014-09-11Avoid some unnecessary SmallVector copies.Benjamin Kramer
2014-09-05Separate the matchers by type and statically dispatch to the right list.Samuel Benzaquen
2014-08-13Header guard canonicalization, clang part.Benjamin Kramer
2014-08-10Recommit 213307: unique_ptr-ify ownership of ASTConsumers (reverted in r213325)David Blaikie
2014-07-23ASTMatchers: Bound node results are always const, make selectFirst's template...Benjamin Kramer
2014-07-17Revert "unique_ptr-ify ownership of ASTConsumers"David Blaikie
2014-07-17unique_ptr-ify ownership of ASTConsumersDavid Blaikie
2014-05-06[C++11] Use 'nullptr'Craig Topper
2014-03-13[C++11] Add 'override' keyword to virtual methods that override their base cl...Craig Topper
2013-11-07Introduce MatchFinder::matchAST.Peter Collingbourne
2013-11-07Re-introduce MatchFinder::addDynamicMatcher.Peter Collingbourne
2013-10-29Resubmit "Refactor DynTypedMatcher into a value type class, just like Matcher...Samuel Benzaquen
2013-10-21Revert "Refactor DynTypedMatcher into a value type class, just like Matcher<T>."Reid Kleckner
2013-10-21Refactor DynTypedMatcher into a value type class, just like Matcher<T>.Samuel Benzaquen
2013-06-20Enhancements for the DynTypedMatcher system.Samuel Benzaquen
2013-05-28Add an overridable MatchCallback::onEndOfTranslationUnit() function.Peter Collingbourne
2013-05-14First revision of the dynamic ASTMatcher library.Manuel Klimek
2013-02-06Adds a convenience function selectFirst to simplify matching.Manuel Klimek
2013-02-01Re-design the convenience interfaces on MatchFinder.Manuel Klimek
2012-12-10Clarifying comments for the MatchFinder and matchesNames matcher.Manuel Klimek
2012-11-02Insert interception point onStartOfTranslationUnit.Manuel Klimek
2012-10-24Adds the possibility to run ASTMatchFinder over arbitrary AST nodes.Manuel Klimek
2012-10-17First version of matchers for Types and TypeLocs.Daniel Jasper
2012-09-13Create initial support for matching and binding NestedNameSpecifier(Loc)s.Daniel Jasper
2012-09-05Introduces DynTypedMatcher as a new concept that replaces the UntypedBaseMatc...Manuel Klimek
2012-07-06Adds the AST Matcher library, which provides a in-C++ DSL to expressManuel Klimek