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 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits