Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[prover] fix reporting for escape analysis (move-language#972)
The reporting logic here attempted to suppress warnings in dependencies, but this was a bit too aggressive and ended up suppressing everything. Changing the logic to report all warnings, particularly given that this is an experimental analysis + the "report all" configuration is needed to reproduce the results from the robust safety paper.
- Loading branch information