Details
Details
- Reviewers
gkm int3 - Group Reviewers
Restricted Project - Commits
- rG3f35dd06a5be: [lld-macho][nfc][cleanup] Fix a few code style lints and clang-tidy findings
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D112978
[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.
Details
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Nov 1 2021, 7:54 PM Closed by commit rG3f35dd06a5be: [lld-macho][nfc][cleanup] Fix a few code style lints and clang-tidy findings (authored by oontvoo). · Explain WhyNov 2 2021, 8:36 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 383945 lld/MachO/ConcatOutputSection.cpp
lld/MachO/Driver.cpp
lld/MachO/InputFiles.cpp
lld/MachO/InputSection.h
lld/MachO/InputSection.cpp
lld/MachO/UnwindInfoSection.cpp
|