solidity/libsolidity
Rhett Aultman 85c55c796a Remove unique error for contract collision
Because contracts are uniquely identified by their source unit, there
is no need for a unique error for this; it's actually covered by the
checker for double-declaration of identifiers.
2017-01-16 12:32:57 -05:00
..
analysis analysis: use Declaration::functionType() in another location 2017-01-11 19:55:55 +01:00
ast Move fullyQualified() name to Declaration 2017-01-16 12:32:57 -05:00
codegen ast, codegen: enable accessing events through contract names. 2017-01-02 17:59:20 +01:00
formal Fix licensing headers 2016-11-23 12:22:33 +01:00
inlineasm Fix licensing headers 2016-11-23 12:22:33 +01:00
interface Remove unique error for contract collision 2017-01-16 12:32:57 -05:00
parsing Rename contractName to typeName when parsing new expression 2017-01-04 23:09:10 -03:00
CMakeLists.txt Rename libevmasm. 2016-08-10 13:52:24 +02:00