[PATCH] D41455: [ASTMatchers] Add isNoReturn() match narrower for FunctionDeclarations

Roman Lebedev via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Jan 11 11:38:09 PST 2018


lebedev.ri added a comment.

In https://reviews.llvm.org/D41455#963752, @aaron.ballman wrote:

> Aside from a documentation nit, this LGTM. However, you should wait to commit until after you can safely regenerate the AST matcher documentation. The issue there is that dump_ast_matchers.py was not updated after r318304. I believe @dblaikie was looking into the Python script, but I'm not certain how far he got with it.


@dblaikie Hi! Did you get anywhere with the script update?
As far i'm concerned, all new ASTMatchers are stalled because of this...


Repository:
  rC Clang

https://reviews.llvm.org/D41455





More information about the cfe-commits mailing list