solidity/libsolidity
chriseth f937896727
Merge pull request #5445 from ethereum/publicExternalOverwrite
Allow overwriting external functions (with ``calldata`` arguments) with public functions (with ``memory`` arguments)
2018-11-26 16:50:40 +01:00
..
analysis Use asCallableFunction for definition clashes in the same contract. 2018-11-26 14:30:32 +01:00
ast Merge pull request #5485 from ethereum/refactorCallableFunction 2018-11-26 12:34:43 +01:00
codegen Merge pull request #5404 from ethereum/jumpFixes 2018-11-26 16:08:04 +01:00
formal [SMTChecker] Unknown answer for constant condition check should not do anything 2018-11-26 12:54:02 +01:00
interface Moving SourceReferenceFormatter into langutil namespace. 2018-11-24 12:33:36 +01:00
parsing Change scanner error diagnostics to be non-intrusive to the token API. 2018-11-24 12:40:51 +01:00
CMakeLists.txt Fix merge problem in CMake files. 2018-11-26 14:50:04 +01:00