Within lld/macho/, only InputFiles.cpp and Symbols.h require the macho:: namespace qualifier to disambiguate references to class Symbol.
Add braces to outer for of a 5-level single-line if/for nest.
Paths
| Differential D99555
[lld-macho][NFC] Drop unnecessary macho:: namespace prefix on unambiguous references to Symbol ClosedPublic Authored by gkm on Mar 29 2021, 5:25 PM.
Details
Summary Within lld/macho/, only InputFiles.cpp and Symbols.h require the macho:: namespace qualifier to disambiguate references to class Symbol. Add braces to outer for of a 5-level single-line if/for nest.
Diff Detail
Unit TestsFailed Event TimelineThis revision is now accepted and ready to land.Mar 29 2021, 6:44 PM This revision was landed with ongoing or failed builds.Mar 30 2021, 2:59 PM Closed by commit rG427d3597219e: [lld-macho][NFC] Drop unnecessary macho:: namespace prefix on unambiguous… (authored by gkm). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 334020 lld/MachO/Arch/ARM64.cpp
lld/MachO/Arch/X86_64.cpp
lld/MachO/Driver.cpp
lld/MachO/InputSection.cpp
lld/MachO/MapFile.cpp
lld/MachO/UnwindInfoSection.cpp
lld/MachO/Writer.cpp
|