mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Do not create VCs for underoverflow by default for Sol >=0.8
This commit is contained in:
@@ -415,7 +415,8 @@ Input Description
|
||||
"solvers": ["cvc4", "smtlib2", "z3"],
|
||||
// Choose which targets should be checked: constantCondition,
|
||||
// underflow, overflow, divByZero, balance, assert, popEmptyArray, outOfBounds.
|
||||
// If the option is not given all targets are checked by default.
|
||||
// If the option is not given all targets are checked by default,
|
||||
// except underflow/overflow for Solidity >=0.8.7.
|
||||
// See the Formal Verification section for the targets description.
|
||||
"targets": ["underflow", "overflow", "assert"],
|
||||
// Timeout for each SMT query in milliseconds.
|
||||
|
||||
Reference in New Issue
Block a user