This is an archive of the discontinued LLVM Phabricator instance.

[LLD] Fix Clang-tidy modernize-use-auto warnings, other minor fixes
ClosedPublic

Authored by Eugene.Zelenko on Nov 10 2015, 2:28 PM.

Diff Detail

Repository
rL LLVM

Event Timeline

Eugene.Zelenko retitled this revision from to [LLD] Fix Clang-tidy modernize-use-auto warnings, other minor fixes.
Eugene.Zelenko updated this object.
Eugene.Zelenko added a reviewer: ruiu.
Eugene.Zelenko set the repository for this revision to rL LLVM.
Eugene.Zelenko added a subscriber: llvm-commits.
ruiu accepted this revision.Nov 10 2015, 2:31 PM
ruiu edited edge metadata.

LGTM with a nit.

lib/ReaderWriter/MachO/StubsPass.cpp
282–283 ↗(On Diff #39850)

This can fit in one line. Please run clang-format-diff.

This revision is now accepted and ready to land.Nov 10 2015, 2:31 PM
Eugene.Zelenko added inline comments.Nov 10 2015, 2:37 PM
lib/ReaderWriter/MachO/StubsPass.cpp
282–283 ↗(On Diff #39850)

Will fix it manually. Clang-format run over entire file produces too much differences.

This revision was automatically updated to reflect the committed changes.