[PATCH] D31153: Add the ability to use the children() range API in a const-correct manner
David Blaikie via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Apr 11 10:44:15 PDT 2017
dblaikie accepted this revision.
dblaikie added a comment.
This revision is now accepted and ready to land.
Looks good to me - thanks!
================
Comment at: include/clang/AST/StmtIterator.h:137
+ inline friend StmtIterator
+ cast_away_const(const struct ConstStmtIterator &RHS);
};
----------------
the "struct" here is a bit atypical/should be removed
https://reviews.llvm.org/D31153
More information about the cfe-commits
mailing list