Add iterator/reverse_iterator to InitListExpr for iteration over the...
Add iterator/reverse_iterator to InitListExpr for iteration over the subexpressions of an initializer list. This is basically the same as child_iterator except reverse iteration is possible (which will be used by GRExprEngine::VisitInitListExpr). llvm-svn: 58438
Loading
Please register or sign in to comment