Jules Villard
8b882ac1df
Change license to MIT
...
Summary:
Change the license of the source code from BSD + PATENTS to MIT.
Change `checkCopyright` to reflect the new license and learn some new file
types.
Generated with:
```
git grep BSD | xargs -n 1 ./scripts/checkCopyright -i
```
Reviewed By: jeremydubreil, mbouaziz, jberdine
Differential Revision: D8071249
fbshipit-source-id: 97ca23a
7 years ago
Daiva Naudziuniene
d7d3e16d6f
[uninit] Enable reporting on uninitialized pointers
...
Reviewed By: jeremydubreil
Differential Revision: D6567381
fbshipit-source-id: c35f6e3
7 years ago
Jeremy Dubreil
d74f189dfe
[infer] add the report kind to the list of expected output
...
Reviewed By: dulmarod
Differential Revision: D7209545
fbshipit-source-id: aab32f3
7 years ago
Dino Distefano
ba422a8ad8
Remove FPs for struct in ObjC
...
Reviewed By: jvillard
Differential Revision: D6368109
fbshipit-source-id: 9794427
7 years ago
Dino Distefano
aa54b1b035
Extending uninit analysis to struct
...
Reviewed By: sblackshear
Differential Revision: D6284480
fbshipit-source-id: ecfd9b1
7 years ago
Dino Distefano
979c476fa3
Do not report when defining an array
...
Reviewed By: sblackshear
Differential Revision: D6231607
fbshipit-source-id: ac14179
7 years ago
Dino Distefano
c98570f899
do not report on captured vars in objc blocks
...
Reviewed By: jeremydubreil
Differential Revision: D6173238
fbshipit-source-id: dc93a54
7 years ago