Replacing with range-based loop and substituting 'using'.
I had to choose a lot of element-names and some choices may not be so great, so am looking for suggestions for better ones.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
Comment Actions
LGTM with nitpicks.
| utils/TableGen/CodeGenSchedule.cpp | ||
|---|---|---|
| 165 ↗ | (On Diff #114850) | Seeing that the list is called ProcRecords I would expect a single element being called ProcRecord. |
| 206 ↗ | (On Diff #114850) | Variant instead of SVDef? |
| 300–301 ↗ | (On Diff #114850) | remove the comments |
| 464–465 ↗ | (On Diff #114850) | remove the comments |
| 1825 ↗ | (On Diff #114850) | call the variable Transition? |