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.
Daiva Naudziuniene
eb4684f6d5
[pulse] Less precise model for constructing optional from value
...
Summary: We recently introduced a more precise model for constructing an optional from a value by making a shallow copy. However, this introduced Use After Delete false positives. For now, we go back to a less precise model by creating a fresh value. A proper model would be to either make a deep copy or call the copy constructor for a value. We will address this in the following diff.
Reviewed By: jvillard
Differential Revision: D24826749
fbshipit-source-id: 3e5e4edeb
4 years ago
..
annotation-reachability
[biabd] rename test directories from {biabduction,errors,infer} to {biabduction}
5 years ago
biabduction
[biabd] rename a test to follow naming conventions
4 years ago
bufferoverrun
[cost] add model for NSString.string_with_utf8_string_linear and NSString.length
4 years ago
conflicts
[tech debt] Remove experimental nullability checkers
5 years ago
frontend
[frontend] Remove duplicate variable declaration
4 years ago
impurity
[pulse] Modeling std::vector::end()
5 years ago
linters
[copyright] Remove years
6 years ago
linters-for-test-only
[AL] Add a is_static predicate
5 years ago
liveness
[frontend] Fix capture init for cpp lambdas
4 years ago
performance
[cost] Add an option printing/suppressing function pointers in cost
4 years ago
pulse
[pulse] Less precise model for constructing optional from value
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
[biabd] rename a test to follow naming conventions
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
[frontend] Record attribute unused in local variable data
4 years ago