mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Changelog entry.
This commit is contained in:
parent
cc01d870ff
commit
6a9df162fd
@ -13,6 +13,7 @@ Bugfixes:
|
|||||||
* Type system: Fix a crash caused by continuing on fatal errors in the code.
|
* Type system: Fix a crash caused by continuing on fatal errors in the code.
|
||||||
* Type system: Disallow arrays with negative length.
|
* Type system: Disallow arrays with negative length.
|
||||||
* Type system: Fix a crash related to invalid binary operators.
|
* Type system: Fix a crash related to invalid binary operators.
|
||||||
|
* Type system: Disallow ``var`` declaration with empty tuple type.
|
||||||
* Type system: Correctly convert function argument types to pointers for member functions.
|
* Type system: Correctly convert function argument types to pointers for member functions.
|
||||||
* Inline assembly: Charge one stack slot for non-value types during analysis.
|
* Inline assembly: Charge one stack slot for non-value types during analysis.
|
||||||
* Assembly output: Print source location before the operation it refers to instead of after.
|
* Assembly output: Print source location before the operation it refers to instead of after.
|
||||||
|
Loading…
Reference in New Issue
Block a user