In typeinfo there is a reinterpret_cast between a uintptr_t and size_t. These are two integer types and therefore a reinterpret_cast is not right for this situation. It looks like it may have been copied and pasted from above in the file. An implicit cast works in it's place.
Details
Details
- Reviewers
abhina.sreeskantharajan EricWF ldionne zibi muiez SeanP - Group Reviewers
Restricted Project - Commits
- rG8d5c0b8768f7: [libc++] Remove unnecessary reinterpret_cast from typeinfo
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo