| | | | --- | --- | | Bugzilla Link | [4272](https://llvm.org/bz4272) | | Version | unspecified | | OS | MacOS X | | Depends On | llvm/llvm-project#2678 | | Attachments | [false postive at while test](https://user-images.githubusercontent.com/60944935/143739382-69315d89-25f3-48b8-b9ee-f6a392110c58.gz) | | Reporter | LLVM Bugzilla Contributor | | CC | @tkremenek | ## Extended Description Given the attached code, a false positive is reported at the "while". If the "while" is turned into "bool ignore = ++colnum < numColumns;", the false positive is not reported.