facebook/infer

DEAD STORE reports many harmless cases like int i = 0xFFFFFFFF; i = SomeFunc();

Open

#1,083 创建于 2019年4月10日

在 GitHub 查看
 (8 评论) (0 反应) (0 负责人)HTML (1,688 fork)batch import
cgood first taskhelp wanted

仓库指标

Star
 (12,410 star)
PR 合并指标
 (平均合并 2天 7小时) (30 天内合并 9 个 PR)

描述

infer version v0.15.0 in my case, 0xFFFF or 0xFFFFFFFF is a common initializer and there are a lot of this semantics in our code. I would like to ignore those harmless. but if I turn off liveness checker, I worry about missing some truely harmful bugs. Does Infer provide some filtering option or method?

贡献者指南