facebook/infer

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

開放

#1,083 建立於 2019年4月10日

 (8 則留言) (0 個反應) (0 位負責人)HTML (1,688 個分叉)batch import
cgood first taskhelp wanted

倉庫指標

星標
 (12,410 顆星)
PR 合併指標
 (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?

貢獻者指南