================ @@ -496,7 +496,9 @@ Improvements to Clang's diagnostics Now the include/import locations are written into `sarif.run.result.relatedLocations`. - Clang now generates a fix-it for C++20 designated initializers when the - initializers do not match the declaration order in the structure. + initializers do not match the declaration order in the structure. + +- The ``-Wloop-analysis`` warning now handles variable modifications inside lambda expressions (#GH132038). ---------------- a-tarasyuk wrote:
@zyn0217 Thanks for the feedback 👍. I’ve made the requested changes and will wait for @AaronBallman’s feedback before moving forward with the close/merge. https://github.com/llvm/llvm-project/pull/135573 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
