- Use auto where appropriate
- Use early continue to reduce nesting
- Remove stray comment line
- Use C++ foreach over explicit iterator
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Paths
| Differential D34477
[WebAssembly] Cleanup WasmObjectWriter.cpp. NFC ClosedPublic Authored by sbc100 on Jun 21 2017, 2:25 PM.
Details Summary
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Jun 21 2017, 4:34 PM sbc100 retitled this revision from [WebAssemly] Cleanup WasmObjectWriter.cpp. NFC to [WebAssembly] Cleanup WasmObjectWriter.cpp. NFC.Jun 21 2017, 4:45 PM Closed by commit rL305971: [WebAssembly] Cleanup WasmObjectWriter.cpp. NFC (authored by sbc). · Explain WhyJun 21 2017, 4:47 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 103495 llvm/trunk/lib/MC/WasmObjectWriter.cpp
|