solidity/libsolidity/interface
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
..
CompilerStack.cpp Remove checkLibraryNameClashes() 2017-01-16 12:32:58 -05:00
CompilerStack.h Remove checkLibraryNameClashes() 2017-01-16 12:32:58 -05:00
Exceptions.cpp Fix licensing headers 2016-11-23 12:22:33 +01:00
Exceptions.h Fix licensing headers 2016-11-23 12:22:33 +01:00
GasEstimator.cpp Fix licensing headers 2016-11-23 12:22:33 +01:00
GasEstimator.h Fix licensing headers 2016-11-23 12:22:33 +01:00
InterfaceHandler.cpp Include payable for the constructor in the ABI 2016-11-17 17:23:35 +00:00
InterfaceHandler.h Fix licensing headers 2016-11-23 12:22:33 +01:00
SourceReferenceFormatter.cpp Fix licensing headers 2016-11-23 12:22:33 +01:00
SourceReferenceFormatter.h Fix licensing headers 2016-11-23 12:22:33 +01:00
Utils.h Fix licensing headers 2016-11-23 12:22:33 +01:00
Version.cpp Fix licensing headers 2016-11-23 12:22:33 +01:00
Version.h Fix licensing headers 2016-11-23 12:22:33 +01:00