solidity/libsolidity/codegen
chriseth 7ea3d950d7 Allow calling internal functions of libraries.
Internal functions of libraries can be called as if the library were a
base contract of the calling contract. As the calling convention for
internal functions is to not create a new call context, the code of
these functions will be pulled into the context of the caller,
duplicating their code. This might pull in code of further internal or
even private functions.

The use case for such functions is to allow libraries which can operate
on memory types such that these types can also be modified in place.
2016-05-03 22:41:18 +02:00
..
ArrayUtils.cpp Fix for bug about deleting dynamic array of structs. 2016-04-15 16:49:59 +02:00
ArrayUtils.h File reorganisation. 2015-10-21 00:46:01 +02:00
Compiler.cpp Remove non-determinism in missing code queue. 2016-05-03 01:14:26 +02:00
Compiler.h Remove non-determinism in missing code queue. 2016-05-03 01:14:26 +02:00
CompilerContext.cpp Allow calling internal functions of libraries. 2016-05-03 22:41:18 +02:00
CompilerContext.h Remove non-determinism in missing code queue. 2016-05-03 01:14:26 +02:00
CompilerUtils.cpp reduce unnecessary solidity:: namespace 2016-04-04 15:41:35 +04:00
CompilerUtils.h Simplify and optimise stack rotation. 2015-11-30 18:50:47 +01:00
ExpressionCompiler.cpp Allow calling internal functions of libraries. 2016-05-03 22:41:18 +02:00
ExpressionCompiler.h Allow calling internal functions of libraries. 2016-05-03 22:41:18 +02:00
LValue.cpp reduce unnecessary solidity:: namespace 2016-04-04 15:41:35 +04:00
LValue.h Fix override warning. 2015-10-23 12:51:49 +02:00