solidity/libsolidity/analysis
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
..
ConstantEvaluator.cpp File reorganisation. 2015-10-21 00:46:01 +02:00
ConstantEvaluator.h File reorganisation. 2015-10-21 00:46:01 +02:00
DeclarationContainer.cpp File reorganisation. 2015-10-21 00:46:01 +02:00
DeclarationContainer.h File reorganisation. 2015-10-21 00:46:01 +02:00
DocStringAnalyser.cpp Allow docstrings for statements. 2015-10-26 19:47:25 +01:00
DocStringAnalyser.h Allow docstrings for statements. 2015-10-26 19:47:25 +01:00
GlobalContext.cpp Addmod and mulmod. 2015-11-18 17:12:39 +01:00
GlobalContext.h File reorganisation. 2015-10-21 00:46:01 +02:00
NameAndTypeResolver.cpp style fixes 2015-11-06 20:56:14 +01:00
NameAndTypeResolver.h File reorganisation. 2015-10-21 00:46:01 +02:00
ReferencesResolver.cpp Allow "new expressions" also for general type names. 2015-11-26 13:10:12 +01:00
ReferencesResolver.h style fix 2015-11-06 21:07:42 +01:00
TypeChecker.cpp Allow "new expressions" also for general type names. 2015-11-26 13:10:12 +01:00
TypeChecker.h Allow "new expressions" also for general type names. 2015-11-26 13:10:12 +01:00