facebook/infer
Vedi su GitHubDEAD STORE reports many harmless cases like int i = 0xFFFFFFFF; i = SomeFunc();
Open
#1083 aperta il 10 apr 2019
cgood first taskhelp wanted
Metriche repository
- Star
- (12.410 star)
- Metriche merge PR
- (Merge medio 2g 7h) (9 PR mergiate in 30 g)
Descrizione
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?