It is currently interpreted as reinterpret_cast<>. Make it explicit.
Details
Details
Diff Detail
Diff Detail
- Repository
- rLLD LLVM Linker
Differential D43247
Use reinterpret_cast<> instead of C-style cast. NFC. ClosedPublic Authored by ruiu on Feb 13 2018, 9:59 AM.
Details Summary It is currently interpreted as reinterpret_cast<>. Make it explicit.
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Feb 13 2018, 10:11 AM Closed by commit rL325033: Use reinterpret_cast<> instead of C-style cast. NFC. (authored by ruiu). · Explain WhyFeb 13 2018, 10:14 AM Closed by commit rLLD325033: Use reinterpret_cast<> instead of C-style cast. NFC. (authored by ruiu). · Explain Why This revision was automatically updated to reflect the committed changes. This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 134075 COFF/SymbolTable.cpp
ELF/SymbolTable.cpp
|