[clang] [alpha.webkit.UncheckedLambdaCapturesChecker] Split unchecked lambda capture checker (PR #201044)

Ryosuke Niwa via cfe-commits cfe-commits at lists.llvm.org
Sat Jun 6 14:01:29 PDT 2026


rniwa wrote:

> I think, ideally we had 2 commits (or PRs). One that does the NFC split, and the focused other patch for improving the diags. Mixing the two is bad practice.

OK, I've split the PR into two commits. The first one improves diagnostics and the second one splits the checker.

https://github.com/llvm/llvm-project/pull/201044


More information about the cfe-commits mailing list