solidity/libsolidity/ast
chriseth a4e34b378a
Merge pull request #8105 from ethereum/functionTypeRefactor
Add a new Function Type referring to FunctionDefinition's without calling context and use it to allow selector lookup.
2020-01-09 17:15:46 +01:00
..
AST_accept.h C++ namespace cleanup (except tests). 2020-01-07 15:51:50 +01:00
AST.cpp Merge pull request #8105 from ethereum/functionTypeRefactor 2020-01-09 17:15:46 +01:00
AST.h Remove now-unused abstractAnnotation helper 2020-01-09 08:44:24 -05:00
ASTAnnotations.cpp C++ namespace cleanup (except tests). 2020-01-07 15:51:50 +01:00
ASTAnnotations.h C++ namespace cleanup (except tests). 2020-01-07 15:51:50 +01:00
ASTEnums.h Merge pull request #8106 from random-internet-cat/move-contract-kind 2020-01-08 13:06:26 +01:00
ASTForward.h C++ namespace cleanup (except tests). 2020-01-07 15:51:50 +01:00
ASTJsonConverter.cpp Merge pull request #8106 from random-internet-cat/move-contract-kind 2020-01-08 13:06:26 +01:00
ASTJsonConverter.h Merge pull request #8106 from random-internet-cat/move-contract-kind 2020-01-08 13:06:26 +01:00
ASTUtils.cpp C++ namespace cleanup (except tests). 2020-01-07 15:51:50 +01:00
ASTUtils.h C++ namespace cleanup (except tests). 2020-01-07 15:51:50 +01:00
ASTVisitor.h C++ namespace cleanup (except tests). 2020-01-07 15:51:50 +01:00
ExperimentalFeatures.h C++ namespace cleanup (except tests). 2020-01-07 15:51:50 +01:00
TypeProvider.cpp Introduce FunctionKind::Declaration and allow accessing function signatures via contract name. 2020-01-09 15:40:41 +01:00
TypeProvider.h Introduce FunctionKind::Declaration and allow accessing function signatures via contract name. 2020-01-09 15:40:41 +01:00
Types.cpp Introduce FunctionKind::Declaration and allow accessing function signatures via contract name. 2020-01-09 15:40:41 +01:00
Types.h Merge pull request #8105 from ethereum/functionTypeRefactor 2020-01-09 17:15:46 +01:00