[llvm] Supports viewing class member variables in lambda when using the vs debugger (PR #71564)
Zequan Wu via llvm-commits
llvm-commits at lists.llvm.org
Thu Nov 9 13:39:50 PST 2023
https://github.com/ZequanWu commented:
> And how to add a test, which affects whether the debugger can recognize
In terms of test, I think you can add a test to check if the generated member name is "__this" using `llvm-pdbutil` and run check-llvm.
https://github.com/llvm/llvm-project/pull/71564
More information about the llvm-commits
mailing list