mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Add double-hyphen.
This commit is contained in:
parent
8a1a8117e9
commit
7af9dedc31
@ -9,7 +9,7 @@ Language Features:
|
||||
|
||||
|
||||
Compiler Features:
|
||||
* Command Line Interface: New option ``model-checker-engine`` allows to choose a specific SMTChecker engine. Options are ``all`` (default), ``bmc``, ``chc`` and ``none``.
|
||||
* Command Line Interface: New option ``--model-checker-engine`` allows to choose a specific SMTChecker engine. Options are ``all`` (default), ``bmc``, ``chc`` and ``none``.
|
||||
* Control Flow Graph: Print warning for non-empty functions with unnamed return parameters that are not assigned a value in all code paths.
|
||||
* SMTChecker: Support ``keccak256``, ``sha256``, ``ripemd160`` and ``ecrecover`` in the CHC engine.
|
||||
* SMTChecker: Support inline arrays.
|
||||
|
Loading…
Reference in New Issue
Block a user