solidity/libsolidity
hrkrshnn 9bd778d728 Make msg.sender and tx.origin have type address
Previously both of them had type address payable. The idea is that anything that is not know to be
payable should be non-payable.
2020-12-14 16:55:48 +01:00
..
analysis Move functions into anonymous namespace. 2020-12-14 14:18:03 +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