Commit 3df1c9e
committed
[ADT] Use a range-based for loop instead of llvm::for_each (NFC)
LLVM Coding Standards discourages llvm::for_each unless we already
have a callable.1 parent a9147e6 commit 3df1c9e
1 file changed
+1
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
118 | 118 | | |
119 | 119 | | |
120 | 120 | | |
121 | | - | |
| 121 | + | |
122 | 122 | | |
123 | 123 | | |
124 | | - | |
125 | 124 | | |
126 | 125 | | |
127 | 126 | | |
| |||
0 commit comments