solidity/libsolidity
Christian Parpart a211b89118 Enforce disallowing empty structs
This patch enfoces an error when it encounters an empty struct,
effectively eliminating the deprecation warning.

Also adjust 419_interface_structs to explicitely test for (non-empty) structs,
as this behaviour "may" change in the future.
2018-06-14 00:24:43 +01:00
..
analysis Enforce disallowing empty structs 2018-06-14 00:24:43 +01:00
ast Additional test and more explanation. 2018-06-12 15:53:15 +02:00
codegen Merge pull request #4272 from ethereum/assert-break-continue 2018-06-13 12:10:39 +02:00
formal Refactoring Declaration -> VariableDeclaration (more precise) 2018-06-12 10:58:50 +02:00
inlineasm Remove suicide and sha3 assembly instructions 2018-06-04 01:04:48 +01:00
interface Do not catch exceptions by value in StandardCompiler 2018-05-17 14:44:01 +02:00
parsing Add new reserved keywords. 2018-06-12 16:02:53 +02:00
CMakeLists.txt Fix link error when using boost shared library 2018-05-11 11:20:19 +08:00