According to MaskRay, use auto for type inference, according to coding standards.
Delete some comments, because these comments can be easily inferred from codes.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Paths
| Differential D54573
[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.
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Nov 15 2018, 3:52 AM Closed by commit rL346946: [llvm-objdump] Use `auto` declaration in typecasting (authored by Higuoxing). · Explain WhyNov 15 2018, 3:53 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 174179 llvm/trunk/tools/llvm-objdump/ELFDump.cpp
|