solidity/test/libsolidity
Yoichi Hirai dd0bd57d67
test: change retrieveFunctionBySignature to take a constant reference rather than a pointer
The function `retrieveFunctionBySignature` expected the argument to be a non-null pointer.
This commit makes this assumption more explicit.
2016-12-01 11:53:06 +01:00
..
Assembly.cpp Fix licensing headers 2016-11-23 12:22:33 +01:00
ASTJSON.cpp Fix licensing headers 2016-11-23 12:22:33 +01:00
ErrorCheck.cpp test: various fixes 2016-11-24 19:22:26 +01:00
ErrorCheck.h interface: move searchForSubstring out of Error class into a separate file 2016-11-24 16:45:17 +01:00
GasMeter.cpp Move ExecutionFramework to the dev::test namespace 2016-11-29 21:54:27 +00:00
Imports.cpp Fix licensing headers 2016-11-23 12:22:33 +01:00
InlineAssembly.cpp Fix licensing headers 2016-11-23 12:22:33 +01:00
SemVerMatcher.cpp Fix licensing headers 2016-11-23 12:22:33 +01:00
SolidityABIJSON.cpp Fix licensing headers 2016-11-23 12:22:33 +01:00
SolidityEndToEndTest.cpp Rename testSolidityAgainstCpp* to testContractAgainstCpp* 2016-11-29 21:54:28 +00:00
SolidityExecutionFramework.cpp Move ExecutionFramework to the dev::test namespace 2016-11-29 21:54:27 +00:00
SolidityExecutionFramework.h Move ExecutionFramework to the dev::test namespace 2016-11-29 21:54:27 +00:00
SolidityExpressionCompiler.cpp Fix licensing headers 2016-11-23 12:22:33 +01:00
SolidityNameAndTypeResolution.cpp test: change retrieveFunctionBySignature to take a constant reference rather than a pointer 2016-12-01 11:53:06 +01:00
SolidityNatspecJSON.cpp Fix typos (existant -> existent) 2016-12-01 01:29:30 -03:00
SolidityOptimizer.cpp Merge pull request #1442 from ethereum/lll-testing 2016-11-30 15:46:20 +00:00
SolidityParser.cpp Fix licensing headers 2016-11-23 12:22:33 +01:00
SolidityScanner.cpp Fix licensing headers 2016-11-23 12:22:33 +01:00
SolidityTypes.cpp Fix licensing headers 2016-11-23 12:22:33 +01:00