Sungkeun Cho
b4b32f8d3e
[Bufferoverrun] set uninitialized values in array as top
...
Summary: uninitialized value in array should not be bottom
Reviewed By: mbouaziz
Differential Revision: D4953174
fbshipit-source-id: 7b6471c
8 years ago
Martino Luca
a7b947f971
Add support to format reports natively
...
Reviewed By: jvillard
Differential Revision: D4715013
fbshipit-source-id: 8894299
8 years ago
Andrzej Kotulski
e363958d34
[codemod] Move `Procname` into `Typ.Procname`
...
Summary:
`Procname` needs to depend on `Typ.t` and `Typ.Struct` depends on `Procname.t`.
To resolve this circular dependency issue, move `Procname` into `Typ`
steps:
1. Move everything from `Procname` to `Typ.Procname`, remove `Procname.re(i)`
2. search & replace `Procname.` with `Typ.Procname.`
3. fix outstanding compilation issues manually
4. `yes | arc lint`
Reviewed By: jberdine
Differential Revision: D4681509
fbshipit-source-id: b07af63
8 years ago
Cristiano Calcagno
b1b5460529
Deprecate further IList functions
...
Reviewed By: jberdine
Differential Revision: D4597524
fbshipit-source-id: 87a5e34
8 years ago
Cristiano Calcagno
60916922c6
Deprecate more IList functions and use Core List instead
...
Reviewed By: jberdine
Differential Revision: D4501499
fbshipit-source-id: 21ae309
8 years ago
Sam Blackshear
a4efc7bba7
[cleanup] Simplify PrettyPrintable.Make functors
...
Summary: Being forced to separately define `pp_element`/`pp_key` is uneccessary and makes it more cumbersome to create a set/map from an existing module that already defines `pp`.
Reviewed By: jeremydubreil
Differential Revision: D4517308
fbshipit-source-id: 9b17c9c
8 years ago
Cristiano Calcagno
5c12d98d37
Deprecate IList module in favour of Core List
...
Reviewed By: jberdine
Differential Revision: D4462130
fbshipit-source-id: e58bef0
8 years ago
Kihong Heo
cef2f0e055
Inferbo
...
Summary:
This commit is for Inferbo: Infer-based buffer overrun analyzer.
Closes https://github.com/facebook/infer/pull/549
Reviewed By: jvillard
Differential Revision: D4439297
Pulled By: sblackshear
fbshipit-source-id: ddfb5ba
8 years ago