Switch users of the 'for (StmtRange range = stmt->children(); range; ++range)‘...
Switch users of the 'for (StmtRange range = stmt->children(); range; ++range)‘ pattern to range for loops. The pattern was born out of the lack of range-based for loops in C++98 and is somewhat obscure. No functionality change intended. llvm-svn: 241300
Loading
Please sign in to comment