aboutsummaryrefslogtreecommitdiffstats
path: root/solc/CommandLineInterface.h
diff options
context:
space:
mode:
authorAnthony Broad-Crawford <abc@abc.local>2018-03-16 23:52:04 +0800
committerAlex Beregszaszi <alex@rtfs.hu>2018-03-28 17:25:43 +0800
commit8a18f22b878b86fff8e2f49a99397320180d4b22 (patch)
treecb6a57d921d7dd45fd78ab4f5a51e71ee1ff0c28 /solc/CommandLineInterface.h
parent3bb54e8bd5ea75bd52d2eca43fd438f8e894a2de (diff)
downloaddexon-solidity-8a18f22b878b86fff8e2f49a99397320180d4b22.tar
dexon-solidity-8a18f22b878b86fff8e2f49a99397320180d4b22.tar.gz
dexon-solidity-8a18f22b878b86fff8e2f49a99397320180d4b22.tar.bz2
dexon-solidity-8a18f22b878b86fff8e2f49a99397320180d4b22.tar.lz
dexon-solidity-8a18f22b878b86fff8e2f49a99397320180d4b22.tar.xz
dexon-solidity-8a18f22b878b86fff8e2f49a99397320180d4b22.tar.zst
dexon-solidity-8a18f22b878b86fff8e2f49a99397320180d4b22.zip
Support for error on non-existant or irregular files with command line option to ignore
Diffstat (limited to 'solc/CommandLineInterface.h')
-rw-r--r--solc/CommandLineInterface.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/solc/CommandLineInterface.h b/solc/CommandLineInterface.h
index 303023fc..45ec1eb5 100644
--- a/solc/CommandLineInterface.h
+++ b/solc/CommandLineInterface.h
@@ -72,7 +72,7 @@ private:
void handleFormal();
/// Fills @a m_sourceCodes initially and @a m_redirects.
- void readInputFilesAndConfigureRemappings();
+ bool readInputFilesAndConfigureRemappings();
/// Tries to read from the file @a _input or interprets _input literally if that fails.
/// It then tries to parse the contents and appends to m_libraries.
bool parseLibraryOption(std::string const& _input);