solidity/libsolidity
Christian Parpart 396bf11858 enforce interface-functions to be external-declared
- libsolidity: Enforce interface-functions must be external-declared.
- Changelog adapted to reflect changes wrt. functions in interfaces.
- test: Adjustments according to prior interface-function changes.
- tests: Adapting SolidityEndToEndTest to interface-function change.
- docs: Adapted documentation to interface-function change.
2018-07-16 12:15:36 +02:00
..
analysis enforce interface-functions to be external-declared 2018-07-16 12:15:36 +02:00
ast Disallow multi variable declarations with mismatching number of values. 2018-07-12 20:33:51 +02:00
codegen Disallow multi variable declarations with mismatching number of values. 2018-07-12 20:33:51 +02:00
formal Code, Changelog, ReleaseChecklist: Fix typos. 2018-07-11 00:26:23 +02:00
inlineasm AsmParser,TypeChecker: Fix typos. 2018-07-10 12:33:19 +02:00
interface Fix NatSpec json output for "@notice" and "@dev" tags on contract definitions. 2018-07-12 14:39:13 +02:00
parsing Code, Changelog, ReleaseChecklist: Fix typos. 2018-07-11 00:26:23 +02:00
CMakeLists.txt Fix link error when using boost shared library 2018-05-11 11:20:19 +08:00