solidity/libsolidity
hrkrshnn 2608c56d32 Make an assert less strict
Even though one can convert from, say, a pure function to a function without a state mutability
specified, in ABIFunctions.cpp, there was an assert that checked if the types were exactly equal.
This assert had to be loosened up.
2021-02-17 17:12:02 +01:00
..
analysis OverrideSpecifier: Check for null before dereferencing 2021-02-04 13:17:28 +01:00
ast MemberList.Member's last argument (declaration) made mandatory to avoid accidental missing out during construction. 2021-02-11 10:46:14 +01:00
codegen Make an assert less strict 2021-02-17 17:12:02 +01:00
formal Merge pull request #10836 from ethereum/smt_fix_cex_inheritance 2021-02-03 18:49:25 +01:00
interface Refactor overwriteRelease flag. 2021-02-12 10:37:59 +01:00
parsing libsolidity: Extend the AST for named AST nodes in order to get precise locations for names. 2021-02-10 18:13:09 +01:00
CMakeLists.txt Add CLI and JSON option to select SMTChecker targets 2021-01-20 17:35:37 +01:00