[PATCH] D111332: [AST Matchers] Update dump_ast_matchers.py to query only class index page.
Aaron Ballman via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Oct 7 12:32:25 PDT 2021
aaron.ballman added inline comments.
================
Comment at: clang/docs/tools/dump_ast_matchers.py:13
+CLASS_INDEX_PAGE = urlopen("https://clang.llvm.org/doxygen/classes.html").read()
+
----------------
Do we need to handle an exception here if there are network issues?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D111332/new/
https://reviews.llvm.org/D111332
More information about the cfe-commits
mailing list