Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[clang] Avoid -Wshadow warning when init-capture named same as class …
…field (llvm#74512) Shadowing warning doesn't make much sense since field is not available in lambda's body without capturing this. Fixes llvm#71976
- Loading branch information