solidity/test/libsolidity
2018-01-19 16:27:44 +01:00
..
ABIDecoderTests.cpp Also test short input for old decoder. 2017-11-29 17:08:44 +01:00
ABIEncoderTests.cpp Decoder tests. 2017-11-29 17:08:44 +01:00
ABITestsCommon.h Decoder tests. 2017-11-29 17:08:44 +01:00
AnalysisFramework.cpp Always require a contract/sourceName in CompilerStack 2017-10-18 23:32:33 +01:00
AnalysisFramework.h More verbose error messages. 2017-09-29 12:05:45 +02:00
Assembly.cpp Provide easy way to update source location expectation. 2018-01-04 14:29:03 +01:00
ASTJSON.cpp FunctionType comparison/identifer to support all statemutability levels 2017-08-16 17:23:08 +01:00
ErrorCheck.cpp Merge pull request #2567 from ethereum/refactorExceptions 2017-07-13 16:56:03 +02:00
ErrorCheck.h interface: move searchForSubstring out of Error class into a separate file 2016-11-24 16:45:17 +01:00
GasMeter.cpp Implement CompilerStack.lastContractName() 2017-10-18 23:54:32 +01:00
Imports.cpp Fix import error check for release version. 2017-07-31 14:55:54 +02:00
InlineAssembly.cpp Disallow non-functional instructions in parseExpression early 2018-01-10 14:16:46 +01:00
JSONCompiler.cpp Rename jsonCompiler to libsolc 2017-12-11 12:49:08 +00:00
Metadata.cpp Cleanup test helper macros. 2017-09-22 16:17:28 +02:00
SemVerMatcher.cpp Fix licensing headers 2016-11-23 12:22:33 +01:00
SMTChecker.cpp [SMTChecker] Variables are merged after branches (ite variables) 2018-01-04 18:20:12 +01:00
SolidityABIJSON.cpp Move some struct tests to require ABIEncoderV2 2017-12-11 02:42:09 +00:00
SolidityEndToEndTest.cpp Prevent libraries from being called. 2018-01-19 16:27:44 +01:00
SolidityExecutionFramework.cpp Move ExecutionFramework to the dev::test namespace 2016-11-29 21:54:27 +00:00
SolidityExecutionFramework.h Implement CompilerStack.lastContractName() 2017-10-18 23:54:32 +01:00
SolidityExpressionCompiler.cpp Cleanup test helper macros. 2017-09-22 16:17:28 +02:00
SolidityNameAndTypeResolution.cpp Improve error message for wrong struct initialization (#3359) 2018-01-04 11:24:39 +01:00
SolidityNatspecJSON.cpp Implement CompilerStack.lastContractName() 2017-10-18 23:54:32 +01:00
SolidityOptimizer.cpp Split off libevmasm specific optimiser tests 2017-07-26 20:51:27 +01:00
SolidityParser.cpp Fix event parsing. Refs #3175 2017-11-22 23:08:12 -03:00
SolidityScanner.cpp Add tests for scientific notation 2017-03-15 13:06:26 +00:00
SolidityTypes.cpp FunctionType comparison/identifer to support all statemutability levels 2017-08-16 17:23:08 +01:00
StandardCompiler.cpp Properly support library file names containing a colon (such as URLs). 2018-01-05 13:24:07 +00:00
ViewPureChecker.cpp Allow `gas` in view functions. 2017-10-16 13:28:44 +02:00