std::addressof may be used on a storage of an object before the start
of its lifetime (see std::allocate_shared for example). CFI flags the
C-style cast as invalid in that case.
Details
Details
- Reviewers
EricWF
Diff Detail
Diff Detail
- Repository
- rL LLVM