[PATCH] D97713: [ASTMatchers] Add documentation for convenience matchers

Aaron Ballman via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Mar 16 11:21:59 PDT 2021


aaron.ballman added a comment.

Thank you for this, I think it's helpful documentation! I have a few questions. Given that LibASTMatchersReference.html is a generated document, will these changes get overwritten by running `dump_ast_matchers.py`? Would it be possible to use some form of markup in ASTMatchers.h to generate this documentation so that it's easier to flag a particular matcher as being a "convenience" matcher? I expect we'll want to extend this list and it'd be nice if we didn't have some types of documentation that come from ASTMatchers.h and others that require manually editing the generated HTML file.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D97713/new/

https://reviews.llvm.org/D97713



More information about the cfe-commits mailing list