[clang] [analyzer] Don't assume third iteration in loops (PR #119388)

Gábor Horváth via cfe-commits cfe-commits at lists.llvm.org
Mon Dec 23 06:31:13 PST 2024


Xazax-hun wrote:

Do you expect any changes for less obvious ways of looping?
* Recursion
* `while(true) if (cond) break;`
* Like above but with gotos
?

Would be nice to have some tests for those as well. 



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


More information about the cfe-commits mailing list