[clang-tools-extra] [clang-tidy] Add readability-default-lambda-capture (PR #160150)
JJ Marr via cfe-commits
cfe-commits at lists.llvm.org
Mon Sep 29 10:25:11 PDT 2025
jjmarr-amd wrote:
Attempted to use AI to add the auto fix-it functionality. I couldn't get it to work on my own without a bunch of annoying string manipulation. I feel like there is a better non-string manipulation way of generating the proposed fix-its.
I also have no idea why a "VLA capture" would be so difficult or how I'm supposed to capture it. The LLM kept flagging this for me as a potential issue.
Previous thread: https://reviews.llvm.org/D4368
I decided to ignore it.
https://github.com/llvm/llvm-project/pull/160150
More information about the cfe-commits
mailing list