summaryrefslogtreecommitdiffstats
path: root/docs/tools/dump_ast_matchers.py
Commit message (Expand)AuthorAgeFilesLines
* Portable Python script across Python versionSerge Guelton2018-12-191-2/+5
* Portable Python script across Python versionSerge Guelton2018-12-181-4/+4
* Stop stripping comments from AST matcher example code.Aaron Ballman2018-12-111-1/+1
* Update our URLs in clang doc to use httpsSylvestre Ledru2018-11-041-1/+1
* Remove non-existant typeloc matchers from documentationStephen Kelly2018-10-091-3/+3
* [ASTMatchers] Support generating docs for single-line matchersBenjamin Kramer2018-01-171-1/+1
* Update dump_ast_matchers for many recent changes.Benjamin Kramer2018-01-171-13/+14
* IgnoringImplicit matcher.Cong Liu2016-06-241-0/+0
* Fix the doc extraction script to work with hasAnyName and with equalsNode.Samuel Benzaquen2016-05-041-3/+3
* [ASTMatchers] Add matcher hasAnyName.Samuel Benzaquen2016-02-221-0/+10
* [analyzer] dump_ast_matchers.py: fix replacement regexpsYury Gribov2016-02-181-3/+3
* Properly encode the < entity; it was missing the semicolon. Regenerating t...Aaron Ballman2016-01-221-1/+1
* When dumping documentation for AST matchers, do something more useful with \s...Aaron Ballman2016-01-211-0/+5
* Fix ASTMatcher reference newlines and make the generator script windows-proof.Benjamin Kramer2015-11-201-1/+1
* Fix AST matcher documentation.Manuel Klimek2015-08-141-3/+3
* ASTMatchers: Make AST_POLYMORPHIC_SUPPORTED_TYPES a variadic macroBenjamin Kramer2015-03-071-2/+2
* Add loc() to the dynamic registry.Samuel Benzaquen2014-03-101-0/+19
* Fix AST matcher documentation for overloaded matchers.Manuel Klimek2014-02-241-2/+2
* Fix docs generation for the AST matchers:Manuel Klimek2014-02-241-4/+9
* Add partial support for the hasDeclaration() matcher in the dynamic layer.Samuel Benzaquen2013-11-181-1/+2
* Rewrite eachOf/allOf/anyOf to use a variadic operator.Samuel Benzaquen2013-08-271-1/+10
* Refactor ArgumentAdaptativeMatcher matchers to remove the template from their...Samuel Benzaquen2013-08-161-0/+10
* Fix incorrect documentation generation for type matchers.Manuel Klimek2013-07-251-2/+4
* Add support for type traversal matchers.Samuel Benzaquen2013-07-151-6/+9
* Add support for polymorphic matchers. Use runtime type checking to determine ...Samuel Benzaquen2013-06-211-3/+27
* Cleanup of ASTMatcher macros and adding support for overloaded matchers.Manuel Klimek2013-02-061-1/+2
* Fixes dump_ast_matchers to parse all matcher macros and updates theManuel Klimek2013-01-091-5/+36
* Introduces anchors into LibASTMatchersReference.html.Manuel Klimek2012-09-071-1/+1
* This is a temporary solution until we have a better way toManuel Klimek2012-08-271-0/+264