[PATCH] D151087: [Clang] Permit address space casts with 'reinterpret_cast' in C++

Joseph Huber via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon May 22 07:00:15 PDT 2023


jhuber6 added a comment.

In D151087#4360577 <https://reviews.llvm.org/D151087#4360577>, @ebevhan wrote:

> What would be the semantics of such an operation if the address spaces are disjoint? Or, if the underlying pointer widths aren't the same?

It would most likely invalid, but I'm not asserting that `clang` should be responsible for diagnosing misuse in these cases. Especially because in generic freestanding C++ we don't have any language options to suggest the actual semantics.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D151087/new/

https://reviews.llvm.org/D151087



More information about the cfe-commits mailing list