[AST Matchers] Update dump_ast_matchers.py to query only class index page.
authorJames King <jamescking@google.com>
Fri, 8 Oct 2021 17:44:55 +0000 (17:44 +0000)
committerYitzhak Mandelbaum <yitzhakm@google.com>
Fri, 8 Oct 2021 17:45:10 +0000 (17:45 +0000)
commit3ab238af4fa44a12ff3d479dc7fac50332ad2875
treecb20697de8760c62ea205c703c53fca20530e7e3
parentac742965628631059af7fdc77e8661fa660ac180
[AST Matchers] Update dump_ast_matchers.py to query only class index page.

It may be possible to avoid relying on accessing many individual class pages,
by instead scanning the class index page at
https://clang.llvm.org/doxygen/classes.html. This updates the script to do so,
and includes updates to `LibASTMatchersReference.html` generated by the
modified script.

Reviewed By: aaron.ballman, sammccall

Differential Revision: https://reviews.llvm.org/D111332
clang/docs/tools/dump_ast_matchers.py