solidity/libsolidity
Rhett Aultman 071b936b37 Only avoid collision if it's the same file
@chriseth had suggested that it would be better if contracts were
referenced in a file:contract notation, and that we output .bin files
that prepend original path names if necessary to avoid a collision.

This commit is mostly a draft; it still needs to be run through the test
suite.
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 Only avoid collision if it's the same file 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 Only avoid collision if it's the same file 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