[all-commits] [llvm/llvm-project] 3ab238: [AST Matchers] Update dump_ast_matchers.py to quer...
Yitzhak Mandelbaum via All-commits
all-commits at lists.llvm.org
Fri Oct 8 10:45:57 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 3ab238af4fa44a12ff3d479dc7fac50332ad2875
https://github.com/llvm/llvm-project/commit/3ab238af4fa44a12ff3d479dc7fac50332ad2875
Author: James King <jamescking at google.com>
Date: 2021-10-08 (Fri, 08 Oct 2021)
Changed paths:
M clang/docs/tools/dump_ast_matchers.py
Log Message:
-----------
[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
More information about the All-commits
mailing list