aboutsummaryrefslogtreecommitdiff
path: root/clang/docs/tools/dump_ast_matchers.py
AgeCommit message (Expand)AuthorFilesLines
2016-06-24IgnoringImplicit matcher.Cong Liu1-0/+0
2016-05-04Fix the doc extraction script to work with hasAnyName and with equalsNode.Samuel Benzaquen1-3/+3
2016-02-22[ASTMatchers] Add matcher hasAnyName.Samuel Benzaquen1-0/+10
2016-02-18[analyzer] dump_ast_matchers.py: fix replacement regexpsYury Gribov1-3/+3
2016-01-22Properly encode the < entity; it was missing the semicolon. Regenerating t...Aaron Ballman1-1/+1
2016-01-21When dumping documentation for AST matchers, do something more useful with \s...Aaron Ballman1-0/+5
2015-11-20Fix ASTMatcher reference newlines and make the generator script windows-proof.Benjamin Kramer1-1/+1
2015-08-14Fix AST matcher documentation.Manuel Klimek1-3/+3
2015-03-07ASTMatchers: Make AST_POLYMORPHIC_SUPPORTED_TYPES a variadic macroBenjamin Kramer1-2/+2
2014-03-10Add loc() to the dynamic registry.Samuel Benzaquen1-0/+19
2014-02-24Fix AST matcher documentation for overloaded matchers.Manuel Klimek1-2/+2
2014-02-24Fix docs generation for the AST matchers:Manuel Klimek1-4/+9
2013-11-18Add partial support for the hasDeclaration() matcher in the dynamic layer.Samuel Benzaquen1-1/+2
2013-08-27Rewrite eachOf/allOf/anyOf to use a variadic operator.Samuel Benzaquen1-1/+10
2013-08-16Refactor ArgumentAdaptativeMatcher matchers to remove the template from their...Samuel Benzaquen1-0/+10
2013-07-25Fix incorrect documentation generation for type matchers.Manuel Klimek1-2/+4
2013-07-15Add support for type traversal matchers.Samuel Benzaquen1-6/+9
2013-06-21Add support for polymorphic matchers. Use runtime type checking to determine ...Samuel Benzaquen1-3/+27
2013-02-06Cleanup of ASTMatcher macros and adding support for overloaded matchers.Manuel Klimek1-1/+2
2013-01-09Fixes dump_ast_matchers to parse all matcher macros and updates theManuel Klimek1-5/+36
2012-09-07Introduces anchors into LibASTMatchersReference.html.Manuel Klimek1-1/+1
2012-08-27This is a temporary solution until we have a better way toManuel Klimek1-0/+264