solidity/libsolidity/ast
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
..
AST_accept.h Parsing for inline assembly. 2016-03-30 02:37:00 +02:00
AST.cpp Code generation (missing external access and source locations). 2016-03-30 02:37:00 +02:00
AST.h move libevmcore to solidity 2016-04-01 23:11:01 +03:00
ASTAnnotations.cpp File reorganisation. 2015-10-21 00:46:01 +02:00
ASTAnnotations.h Code generation (missing external access and source locations). 2016-03-30 02:37:00 +02:00
ASTForward.h [cond-expr] add an AST node 2016-01-22 17:14:00 +00:00
ASTJsonConverter.cpp Parsing for inline assembly. 2016-03-30 02:37:00 +02:00
ASTJsonConverter.h Parsing for inline assembly. 2016-03-30 02:37:00 +02:00
ASTPrinter.cpp Parsing for inline assembly. 2016-03-30 02:37:00 +02:00
ASTPrinter.h Parsing for inline assembly. 2016-03-30 02:37:00 +02:00
ASTUtils.cpp File reorganisation. 2015-10-21 00:46:01 +02:00
ASTUtils.h File reorganisation. 2015-10-21 00:46:01 +02:00
ASTVisitor.h Parsing for inline assembly. 2016-03-30 02:37:00 +02:00
Types.cpp Allow calling internal functions of libraries. 2016-05-03 22:41:18 +02:00
Types.h Remove log.h from solidity. 2016-04-12 01:03:46 +02:00