This is an archive of the discontinued LLVM Phabricator instance.

[NFC][llvm-objcopy] Cleanup namespace usage in llvm-objcopy.
ClosedPublic

Authored by plotfi on Jul 17 2018, 1:24 PM.

Details

Summary

Nest any classes not used outside of a file into anon. Nest any classes used across files in llvm-objcopy into namespace llvm::objcopy.

Diff Detail

Repository
rL LLVM

Event Timeline

plotfi created this revision.Jul 17 2018, 1:24 PM
jakehehrlich accepted this revision.Jul 17 2018, 1:28 PM

Seems pretty non-objectionable to me. LGTM

This revision is now accepted and ready to land.Jul 17 2018, 1:28 PM

Uh...I mean.."unobjectionable"...don't judge me.

This revision was automatically updated to reflect the committed changes.