This is an archive of the discontinued LLVM Phabricator instance.

[lld-macho][nfc][cleanup] Fix a few code style lints and clang-tidy findings - Use .empty() instead of `size() == 0` when possible. - Use const-ref to avoid copying
ClosedPublic

Authored by oontvoo on Nov 1 2021, 7:24 PM.

Diff Detail

Event Timeline

oontvoo created this revision.Nov 1 2021, 7:24 PM
Herald added a project: Restricted Project. · View Herald Transcript
Herald added a reviewer: Restricted Project. · View Herald Transcript
oontvoo requested review of this revision.Nov 1 2021, 7:24 PM
Herald added a project: Restricted Project. · View Herald TranscriptNov 1 2021, 7:24 PM
int3 accepted this revision.Nov 1 2021, 7:54 PM
int3 added a subscriber: int3.

Thanks!

This revision is now accepted and ready to land.Nov 1 2021, 7:54 PM