solidity/libsolidity
hrkrshnn 2fb191175b Disallow some explicit conversions to address payable
The following explicit conversions are disallowed:

1. uint160 -> address payable
2. bytes20 -> address payable
3. literals -> address payable (payable(0) is an exception)
2020-12-15 15:01:40 +01:00
..
analysis All explicit address conversions return a non-payable address 2020-12-14 18:41:27 +01:00
ast Disallow some explicit conversions to address payable 2020-12-15 15:01:40 +01:00
codegen Merge pull request #10605 from ethereum/develop 2020-12-15 14:01:01 +01:00
formal Merge pull request #10605 from ethereum/develop 2020-12-15 14:01:01 +01:00
interface Merge remote-tracking branch 'origin/develop' into breaking 2020-12-14 11:33:40 +01:00
parsing Merge remote-tracking branch 'origin/develop' into breaking 2020-12-02 12:28:02 +01:00
CMakeLists.txt Enable the -Wconversion warning 2020-12-08 16:45:24 +00:00