]> granicus.if.org Git - clang/history - include/clang/ASTMatchers/ASTMatchFinder.h
Header guard canonicalization, clang part.
[clang] / include / clang / ASTMatchers / ASTMatchFinder.h
2014-08-13 Benjamin KramerHeader guard canonicalization, clang part.
2014-08-10 David BlaikieRecommit 213307: unique_ptr-ify ownership of ASTConsume...
2014-07-23 Benjamin KramerASTMatchers: Bound node results are always const, make...
2014-07-17 David BlaikieRevert "unique_ptr-ify ownership of ASTConsumers"
2014-07-17 David Blaikieunique_ptr-ify ownership of ASTConsumers
2014-05-06 Craig Topper[C++11] Use 'nullptr'
2014-03-13 Craig Topper[C++11] Add 'override' keyword to virtual methods that...
2013-11-07 Peter CollingbourneIntroduce MatchFinder::matchAST.
2013-11-07 Peter CollingbourneRe-introduce MatchFinder::addDynamicMatcher.
2013-10-29 Samuel BenzaquenResubmit "Refactor DynTypedMatcher into a value type...
2013-10-21 Reid KlecknerRevert "Refactor DynTypedMatcher into a value type...
2013-10-21 Samuel BenzaquenRefactor DynTypedMatcher into a value type class, just...
2013-06-20 Samuel BenzaquenEnhancements for the DynTypedMatcher system.
2013-05-28 Peter CollingbourneAdd an overridable MatchCallback::onEndOfTranslationUni...
2013-05-14 Manuel KlimekFirst revision of the dynamic ASTMatcher library.
2013-02-06 Manuel KlimekAdds a convenience function selectFirst to simplify...
2013-02-01 Manuel KlimekRe-design the convenience interfaces on MatchFinder.
2012-12-10 Manuel KlimekClarifying comments for the MatchFinder and matchesName...
2012-11-02 Manuel KlimekInsert interception point onStartOfTranslationUnit.
2012-10-24 Manuel KlimekAdds the possibility to run ASTMatchFinder over arbitra...
2012-10-17 Daniel JasperFirst version of matchers for Types and TypeLocs.
2012-09-13 Daniel JasperCreate initial support for matching and binding NestedN...
2012-09-05 Manuel KlimekIntroduces DynTypedMatcher as a new concept that replac...
2012-07-06 Manuel KlimekAdds the AST Matcher library, which provides a in-C...