facebook/infer

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

Open

#1 083 ouverte le 10 avr. 2019

Voir sur GitHub
 (8 commentaires) (0 réactions) (0 assignés)HTML (1 688 forks)batch import
cgood first taskhelp wanted

Métriques du dépôt

Stars
 (12 410 stars)
Métriques de merge PR
 (Merge moyen 2j 7h) (9 PRs mergées en 30 j)

Description

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?

Guide contributeur