Skip to content
Commit 642f173a authored by Benjamin Kramer's avatar Benjamin Kramer
Browse files

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
parent 9c218592
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment