solidity/solc
Christian Parpart 39ffd7500e
solc: Fixes double-quoting path names on stderr and adds tests for it.
Before it was possible to get a failure message, such as:

    ""notfound.sol"" is not found

whereas it should be:

    "notfound.sol" is not found.
2018-08-07 14:55:22 +02:00
..
CMakeLists.txt Rename jsonCompiler to libsolc 2017-12-11 12:49:08 +00:00
CommandLineInterface.cpp solc: Fixes double-quoting path names on stderr and adds tests for it. 2018-08-07 14:55:22 +02:00
CommandLineInterface.h Support for error on non-existant or irregular files with command line option to ignore 2018-03-28 10:25:43 +01:00
main.cpp Remove some global symbols 2017-08-09 12:44:53 +01:00