solidity/libsolidity/ast
chriseth 4a842ecc82
Merge pull request #4097 from ethereum/noPackedExceptForPacked
[BREAKING] call only takes a single argument and does not pad
2018-06-27 18:29:01 +02:00
..
AST_accept.h Error when using no parentheses in modifier-style constructor calls. 2018-04-10 12:09:34 +02:00
AST.cpp Fix assert message about function visibility 2018-05-20 22:29:11 +08:00
AST.h Allow using calldata keyword to specify data location 2018-05-30 18:05:55 +08:00
ASTAnnotations.cpp Fix licensing headers 2016-11-23 12:22:33 +01:00
ASTAnnotations.h Move constructor argument override check to TypeChecker and reuse annotations in ContractCompiler. 2018-04-09 15:26:08 +02:00
ASTEnums.h Introduce pure specifier on functions 2017-08-24 13:46:18 +01:00
ASTForward.h Introduce emit statement. 2018-02-22 15:17:30 +01:00
ASTJsonConverter.cpp Allow using calldata keyword to specify data location 2018-05-30 18:05:55 +08:00
ASTJsonConverter.h Uses short string representation of TypePointer 2018-04-12 21:14:50 +02:00
ASTPrinter.cpp Introduce emit statement. 2018-02-22 15:17:30 +01:00
ASTPrinter.h Introduce emit statement. 2018-02-22 15:17:30 +01:00
ASTUtils.cpp Fix licensing headers 2016-11-23 12:22:33 +01:00
ASTUtils.h Fix licensing headers 2016-11-23 12:22:33 +01:00
ASTVisitor.h Add virtual destructors on base classes. 2018-05-02 13:29:16 +02:00
ExperimentalFeatures.h Change comments 2018-06-14 09:31:28 +01:00
Types.cpp Merge pull request #4097 from ethereum/noPackedExceptForPacked 2018-06-27 18:29:01 +02:00
Types.h Bare functions take single bytes argument. 2018-06-25 17:01:45 +02:00