forked from facebook/infer
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[pulse][join] do not treat calls with an over-approx result as unknown
Summary: When running in over-approximation mode, a call's effect can be purely in the over-approx part of the state and the previous heuristic would think we failed to apply the call in that case and scramble the state instead. Reviewed By: hajduakos Differential Revision: D67276580 Privacy Context Container: L1208441 fbshipit-source-id: c0773b20c35547e2decdcd1094ef7dbd503bbd88
- Loading branch information
1 parent
141eb33
commit 92b9a7d
Showing
3 changed files
with
7 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters