[PATCH] D111332: Update dump_ast_matchers.py to query only class index page.

James King via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Oct 7 12:03:08 PDT 2021


jcking1034 created this revision.
jcking1034 added a reviewer: ymandel.
Herald added a subscriber: arphaman.
jcking1034 requested review of this revision.
Herald added a project: clang.
Herald added a subscriber: cfe-commits.

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.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D111332

Files:
  clang/docs/LibASTMatchersReference.html
  clang/docs/tools/dump_ast_matchers.py

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D111332.377947.patch
Type: text/x-patch
Size: 9299 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20211007/3d8f2cde/attachment.bin>


More information about the cfe-commits mailing list