[PATCH] D62260: [llvm-objdump] - Many minor NFC changes to cleanup/improve the code in ELF/Object.cpp.

George Rimar via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed May 22 09:05:19 PDT 2019


grimar created this revision.
grimar added reviewers: jhenderson, rupprecht, alexshap.
Herald added subscribers: MaskRay, jakehehrlich, arichardson, emaste.
Herald added a reviewer: espindola.

The code in ELF/Object.cpp is sometimes a bit hard to read because of
lots of `auto` used everywhere. The main intention of this patch is
to replace them with the real type for places where it is not obvious.
Also it cleanups few places.

It is NFC change, but I want to be sure that there is no objections to do that since it
is massive.


https://reviews.llvm.org/D62260

Files:
  tools/llvm-objcopy/ELF/Object.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D62260.200770.patch
Type: text/x-patch
Size: 15811 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190522/e06fbdbb/attachment.bin>


More information about the llvm-commits mailing list