[PATCH] D25047: [AST] Add a const version of CallExpr::children() (NFC)

2016-10-05 Thread Vedant Kumar via cfe-commits
vsk abandoned this revision. vsk added a comment. I no longer need this functionality. https://reviews.llvm.org/D25047 ___ cfe-commits mailing list cfe-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[PATCH] D25047: [AST] Add a const version of CallExpr::children() (NFC)

2016-09-28 Thread Vedant Kumar via cfe-commits
vsk created this revision. vsk added reviewers: bkramer, rsmith. vsk added a subscriber: cfe-commits. This makes it possible to visit the children of a CallExpr from a ConstStmtVisitor. https://reviews.llvm.org/D25047 Files: include/clang/AST/Expr.h Index: include/clang/AST/Expr.h ==