mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Add instruction shadows solidity variables
This commit is contained in:
parent
0c457835ba
commit
c6e85b7839
@ -12,6 +12,7 @@ Features:
|
|||||||
* Inline Assembly: Introduce ``keccak256`` as an opcode. ``sha3`` is still a valid alias.
|
* Inline Assembly: Introduce ``keccak256`` as an opcode. ``sha3`` is still a valid alias.
|
||||||
* Inline Assembly: Present proper error message when not supplying enough arguments to a functional
|
* Inline Assembly: Present proper error message when not supplying enough arguments to a functional
|
||||||
instruction.
|
instruction.
|
||||||
|
* Inline Assembly: Warn when instructions shadow Solidity variables.
|
||||||
* Inline Assembly: Warn when using ``jump``s.
|
* Inline Assembly: Warn when using ``jump``s.
|
||||||
* Remove obsolete Why3 output.
|
* Remove obsolete Why3 output.
|
||||||
* Type Checker: Enforce strict UTF-8 validation.
|
* Type Checker: Enforce strict UTF-8 validation.
|
||||||
|
Loading…
Reference in New Issue
Block a user