[clang] [clang] Fix constant evaluation of member pointer access into sibling class. (PR #150829)
via cfe-commits
cfe-commits at lists.llvm.org
Wed Aug 6 21:48:35 PDT 2025
keinflue wrote:
@erichkeane Thank you.
I realized that both issues fixed by this PR are still present in similar form if `-fexperimental-new-constant-interpreter` is used (and similar issues in even more scenarios with that option).
Given that the option is experimental, is this expected to work at the moment? Should that be a new issue or should the issues be reopened?
https://github.com/llvm/llvm-project/pull/150829
More information about the cfe-commits
mailing list