solidity/test/libsolidity
chriseth 1ae0e082b3 Merge pull request #2392 from federicobond/disallow-trailing-commas
Forbid trailing commas in named arguments
2017-06-14 15:31:40 +02:00
..
Assembly.cpp Refactor error reporting 2017-05-30 07:28:31 -07:00
ASTJSON.cpp Merge pull request #2331 from ethereum/ASTDocumentationEntry 2017-06-14 14:32:27 +02: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 Use keccak256() in tests (and not sha3()) 2017-05-30 12:33:04 +01:00
Imports.cpp Modify library collision test 2017-01-16 12:32:58 -05:00
InlineAssembly.cpp test: Add different styles of returndatacopy and returndatasize 2017-06-13 16:57:08 +02:00
JSONCompiler.cpp new test case and indentation fix 2017-06-06 15:47:30 +02:00
Metadata.cpp Validate metadata JSON too 2017-05-24 12:24:00 +01:00
SemVerMatcher.cpp Fix licensing headers 2016-11-23 12:22:33 +01:00
SolidityABIJSON.cpp Split out metadata test into its own file 2017-05-24 12:24:00 +01:00
SolidityEndToEndTest.cpp Test for embedded functions. 2017-06-08 15:52:45 +02:00
SolidityExecutionFramework.cpp Move ExecutionFramework to the dev::test namespace 2016-11-29 21:54:27 +00:00
SolidityExecutionFramework.h Revert "Fix contract lookup in tests" 2017-01-16 18:07:48 -05:00
SolidityExpressionCompiler.cpp Refactor error reporting 2017-05-30 07:28:31 -07:00
SolidityNameAndTypeResolution.cpp Add a warning about a varialbe of the name of an instruction 2017-06-13 16:57:08 +02:00
SolidityNatspecJSON.cpp Rename CompilerStack.metadata to CompilerStack.natspec 2017-05-19 16:11:04 +01:00
SolidityOptimizer.cpp Use keccak256() in tests (and not sha3()) 2017-05-30 12:33:04 +01:00
SolidityParser.cpp Forbid trailing commas in named arguments 2017-06-14 00:15:27 -03:00
SolidityScanner.cpp Add tests for scientific notation 2017-03-15 13:06:26 +00:00
SolidityTypes.cpp Add ContractKind to ContractDefinition 2017-03-17 16:27:04 +00:00
StandardCompiler.cpp adjusted test-cases 2017-05-30 19:25:54 +02:00