diff options
author | Yoichi Hirai <i@yoichihirai.com> | 2017-03-09 00:49:14 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-03-09 00:49:14 +0800 |
commit | e364909e063cf95922b9611b3d25fb0a4199e43f (patch) | |
tree | b235903bb5c2825f5b99e1534c59a922350c4859 /Changelog.md | |
parent | 3f9a7758348a30c4c65a99054e1e1055d1bb20c0 (diff) | |
parent | a3cb69b14b13a64deda8a71387e480a0eec45698 (diff) | |
download | dexon-solidity-e364909e063cf95922b9611b3d25fb0a4199e43f.tar dexon-solidity-e364909e063cf95922b9611b3d25fb0a4199e43f.tar.gz dexon-solidity-e364909e063cf95922b9611b3d25fb0a4199e43f.tar.bz2 dexon-solidity-e364909e063cf95922b9611b3d25fb0a4199e43f.tar.lz dexon-solidity-e364909e063cf95922b9611b3d25fb0a4199e43f.tar.xz dexon-solidity-e364909e063cf95922b9611b3d25fb0a4199e43f.tar.zst dexon-solidity-e364909e063cf95922b9611b3d25fb0a4199e43f.zip |
Merge pull request #1747 from ethereum/fixICEInternalConstructor
Move privateness of constructor into AST itself.
Diffstat (limited to 'Changelog.md')
-rw-r--r-- | Changelog.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Changelog.md b/Changelog.md index 8900eab7..212d84fa 100644 --- a/Changelog.md +++ b/Changelog.md @@ -18,6 +18,7 @@ Bugfixes: * 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: Move privateness of constructor into AST itself. * 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. * Optimizer: Stop trying to optimize tricky constants after a while. |