Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
Comment Actions
Please be sure to regenerate the AST matcher documentation as well, as I'd expect to see some documentation changes from this.
include/clang/AST/ExprCXX.h | ||
---|---|---|
3436 ↗ | (On Diff #160251) | Please name this const_arg_range for consistency. |
include/clang/AST/ExprCXX.h | ||
---|---|---|
3436 ↗ | (On Diff #160251) | arg_const_range is more widely in clang |
include/clang/AST/ExprCXX.h | ||
---|---|---|
3436 ↗ | (On Diff #160251) | arg_const_range makes no sense -- the range is of constant args, not an argument over a constant range. Also, it's weird to have const_arg_iterator with arg_const_range in the same class. I've cleaned up those few instances in r339527. Thanks for pointing this out! |