solidity/libsolidity
Rhett Aultman 5a2331a9f6 Remove checkLibraryNameClashes()
The library name clash checker throws errors when two libraries of the
same name are spotted.  In a previous commit, this function was
rewritten to use fully-qualified names instead, which makes it redundant
to the checker for multiply-declared identifiers.  Since it no longer
serves a clear purpose, the function is being dropped.
2017-01-16 12:32:58 -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 Use fully-qualified names for linking, too 2017-01-16 12:32:57 -05: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 checkLibraryNameClashes() 2017-01-16 12:32:58 -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