diff options
author | keinflue <keinflue@posteo.de> | 2025-08-05 23:44:15 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-08-05 14:44:15 -0700 |
commit | 81ed75679dcfb0b60764db1c8e0a91065a26a742 (patch) | |
tree | 535d5d985512bcc120cb0546b76a02153bc6cf22 /mlir/lib/Bindings/Python/DialectQuant.cpp | |
parent | 06884d0204ecffc8f1164d520bab6117ae06baee (diff) | |
download | llvm-81ed75679dcfb0b60764db1c8e0a91065a26a742.zip llvm-81ed75679dcfb0b60764db1c8e0a91065a26a742.tar.gz llvm-81ed75679dcfb0b60764db1c8e0a91065a26a742.tar.bz2 |
[clang] Fix constant evaluation of member pointer access into sibling class. (#150829)
HandleMemberPointerAccess considered whether the lvalue path in a member
pointer access matched the bases of the containing class of the member,
but neglected to check the same for the containing class of the member
itself, thereby ignoring access attempts to members in direct sibling
classes.
Fixes #150705.
Fixes #150709.
Diffstat (limited to 'mlir/lib/Bindings/Python/DialectQuant.cpp')
0 files changed, 0 insertions, 0 deletions