solidity/libsolidity
hrkrshnn e1a95cfd42 Disallow conversions from literals to payable address
To get a payable address, one has to go through address. For example, `payable(address(0))`.
2020-12-14 16:55:48 +01:00
..
analysis Disallow conversions from literals to payable address 2020-12-14 16:55:48 +01:00
ast Make msg.sender and tx.origin have type address 2020-12-14 16:55:48 +01:00
codegen Merge remote-tracking branch 'origin/develop' into breaking 2020-12-14 11:33:40 +01:00
formal Merge remote-tracking branch 'origin/develop' into breaking 2020-12-14 11:33:40 +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