You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Sungkeun Cho
0cbe2f9b08
[pulse] Uninitialized value check in pulse
...
Summary:
This diff adds uninitialized value check in pulse. For now, it supports only simple cases,
- declared variables with a type of integer, float, void, and pointer
- malloced pointer variables that points to integer, float, void, and pointer
TODOs: I will add more cases in the following diffs.
- declared/malloced array
- declared/malloced struct
- inter-procedural checking
Reviewed By: jvillard
Differential Revision: D25269073
fbshipit-source-id: 317df9a85
4 years ago
..
annotation-reachability
[biabd] rename test directories from {biabduction,errors,infer} to {biabduction}
5 years ago
biabduction
[clang] deal with conditionally-destroyed temporaries
4 years ago
bufferoverrun
[cost] add model for NSString.string_with_utf8_string_linear and NSString.length
5 years ago
conflicts
[tech debt] Remove experimental nullability checkers
5 years ago
frontend
[clang] deal with conditionally-destroyed temporaries
4 years ago
impurity
[impurity] Collect all accesses
4 years ago
linters
[copyright] Remove years
6 years ago
linters-for-test-only
[AL] Add a is_static predicate
6 years ago
liveness
Add a config option to whitelist common initializer values for liveness analysis ( #1340 )
4 years ago
performance
[cost] Add an option printing/suppressing function pointers in cost
4 years ago
pulse
[pulse] Uninitialized value check in pulse
4 years ago
quandary
[biabd] rename test directories from {biabduction,errors,infer} to {biabduction}
5 years ago
racerd
[racerd] fix bug in c++ mode
5 years ago
shared
Upgrade Infer to clang10
4 years ago
siof
[biabd] rename test directories from {biabduction,errors,infer} to {biabduction}
5 years ago
starvation
[biabd] rename test directories from {biabduction,errors,infer} to {biabduction}
5 years ago
uninit
[clang] fix bad interaction between ConditionalOperator and initializers
4 years ago