This is an archive of the discontinued LLVM Phabricator instance.

[llvm-objdump] Use `auto` declaration in typecasting
ClosedPublic

Authored by Higuoxing on Nov 15 2018, 3:29 AM.

Details

Summary

According to MaskRay, use auto for type inference, according to coding standards.
Delete some comments, because these comments can be easily inferred from codes.

Diff Detail

Repository
rL LLVM

Event Timeline

Higuoxing created this revision.Nov 15 2018, 3:29 AM
This revision is now accepted and ready to land.Nov 15 2018, 3:52 AM
This revision was automatically updated to reflect the committed changes.