[PATCH] D50605: [ASTMatchers] Let hasAnyArgument also support CXXUnresolvedConstructExpr
Aaron Ballman via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Sun Aug 12 06:58:30 PDT 2018
aaron.ballman requested changes to this revision.
aaron.ballman added a comment.
This revision now requires changes to proceed.
Please be sure to regenerate the AST matcher documentation as well, as I'd expect to see some documentation changes from this.
================
Comment at: include/clang/AST/ExprCXX.h:3436
using const_arg_iterator = const Expr* const *;
+ using arg_const_range = llvm::iterator_range<const_arg_iterator>;
----------------
Please name this `const_arg_range` for consistency.
Repository:
rC Clang
https://reviews.llvm.org/D50605
More information about the cfe-commits
mailing list