[clang-tools-extra] [clang-tidy] Fix false positives for dependent initializers (PR #186953)

via cfe-commits cfe-commits at lists.llvm.org
Tue Mar 17 22:59:34 PDT 2026


frank-suwen wrote:

Thanks for the catch.

I noticed there is already an existing Release Notes entry for this issue from the earlier PR that partially addressed the generic lambda false positive before the issue was reopened. 

Since my patch fixes an additional missed case in dependent initializers, would you prefer updating that existing entry rather than adding a separate new note?

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


More information about the cfe-commits mailing list