[clang] [llvm] clang: fix lifetime_capture_by indexing for member functions (PR #212264)
Aditya prakash jha via cfe-commits
cfe-commits at lists.llvm.org
Wed Jul 29 07:31:09 PDT 2026
AdityaOP007 wrote:
Thanks @usx95 for the feedback! That makes sense. I'll narrow the PR to keep it focused on the root cause and move the broader isImplicitObjectMemberFunction() change out of this PR if it's not required for fixing the issue. I'll also update the regression tests to exercise the use-after-scope flow so they verify the lifetime analysis rather than just the crash. I'll push an updated revision shortly. Thanks again!
This reply:
https://github.com/llvm/llvm-project/pull/212264
More information about the cfe-commits
mailing list