solidity/libsolidity
hrkrshnn 66d6d20f65 Converted hash collision error into a fatal type error.
The check is performed during ContractLevelChecker. However, the TypeChecker throws in certain cases
when it encounters functions, whose hashes collide.
2021-02-23 17:09:40 +01:00
..
analysis Converted hash collision error into a fatal type error. 2021-02-23 17:09:40 +01:00
ast Merge pull request #10993 from ethereum/fixModuleMemberNames 2021-02-23 14:20:28 +01:00
codegen Merge pull request #10959 from ethereum/assert-too-strict 2021-02-23 14:59:14 +01:00
formal Merge pull request #10836 from ethereum/smt_fix_cex_inheritance 2021-02-03 18:49:25 +01:00
interface Remove IRGenerator::verifyCallGraphs and make generate() verify the graphs automatically 2021-02-23 10:47:02 +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 Move CallGraph structure to a separate module 2021-02-23 10:47:02 +01:00