[all-commits] [llvm/llvm-project] 5e706e: [Clang] enhance loop analysis to handle variable c...
Oleksandr Tarasiuk via All-commits
all-commits at lists.llvm.org
Fri Feb 13 07:10:07 PST 2026
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 5e706e1b4ba428fa21cbd51f1e41e01ade2310a7
https://github.com/llvm/llvm-project/commit/5e706e1b4ba428fa21cbd51f1e41e01ade2310a7
Author: Oleksandr Tarasiuk <oleksandr.tarasiuk at outlook.com>
Date: 2026-02-13 (Fri, 13 Feb 2026)
Changed paths:
M clang/docs/ReleaseNotes.rst
M clang/lib/Sema/SemaStmt.cpp
M clang/test/SemaCXX/warn-loop-analysis.cpp
Log Message:
-----------
[Clang] enhance loop analysis to handle variable changes inside lambdas (#135573)
Fixes #132038
---
This PR extends `-Wloop-analysis` to handle variable modifications
inside lambda expressions.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list