offsetof e0eb8f0ef3
[clang] Fix static_cast bypassing access control (#132285)
Fix access and ambiguity checks not being performed when converting to
an rvalue reference to a base class type with `static_cast`.

Fixes #121429

---------

Co-authored-by: Corentin Jabot <corentinjabot@gmail.com>
2025-07-11 08:11:40 +02:00
..