solidity/test/libsolidity
chriseth 30b325fdc1 Allow "new expressions" also for general type names.
Breaking change: If you want to send value with a contract creation, you
have to use parentheses now:

`(new ContractName).value(2 ether)(arg1, arg2)`
2015-11-26 13:10:12 +01:00
..
Assembly.cpp File reorganisation. 2015-10-21 00:46:01 +02:00
CMakeLists.txt Move Solidity tests. 2015-08-19 21:54:09 +02:00
GasMeter.cpp Fix up for new API from EIP-1.1. 2015-11-21 14:34:21 +01:00
SolidityABIJSON.cpp File reorganisation. 2015-10-21 00:46:01 +02:00
SolidityEndToEndTest.cpp Allow "new expressions" also for general type names. 2015-11-26 13:10:12 +01:00
solidityExecutionFramework.h Fix solidity tests. 2015-11-20 00:06:02 +01:00
SolidityExpressionCompiler.cpp File reorganisation. 2015-10-21 00:46:01 +02:00
SolidityInterface.cpp File reorganisation. 2015-10-21 00:46:01 +02:00
SolidityNameAndTypeResolution.cpp Allow "new expressions" also for general type names. 2015-11-26 13:10:12 +01:00
SolidityNatspecJSON.cpp Store docstrings in AST annotations. 2015-10-26 15:24:36 +01:00
SolidityOptimizer.cpp Test fix: Do not increment iterator past end. 2015-11-16 16:39:47 +01:00
SolidityParser.cpp File reorganisation. 2015-10-21 00:46:01 +02:00
SolidityScanner.cpp File reorganisation. 2015-10-21 00:46:01 +02:00
SolidityTypes.cpp File reorganisation. 2015-10-21 00:46:01 +02:00