This is an archive of the discontinued LLVM Phabricator instance.

[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

Event Timeline

gkm created this revision.Mar 29 2021, 5:25 PM
Herald added a project: Restricted Project. · View Herald Transcript
gkm requested review of this revision.Mar 29 2021, 5:25 PM
Herald added a project: Restricted Project. · View Herald TranscriptMar 29 2021, 5:25 PM
int3 accepted this revision.Mar 29 2021, 6:44 PM

lgtm

This 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
This revision was automatically updated to reflect the committed changes.