It is currently interpreted as reinterpret_cast<>. Make it explicit.
Details
Details
Diff Detail
Diff Detail
- Build Status
Buildable 14925 Build 14925: arc lint + arc unit
Paths
| 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 134067 lld/COFF/SymbolTable.cpp
lld/ELF/SymbolTable.cpp
|