Skip to content

false positive: uninitialized variable (lack of linear constraints) #4644

@llvmbot

Description

@llvmbot
Bugzilla Link 4272
Version unspecified
OS MacOS X
Depends On #2678
Attachments false postive at while test
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.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions