solidity/libsolidity/ast
chriseth a371910674
Merge pull request #8642 from ethereum/interfaceid
Add support for interfaceId.
2020-04-23 12:24:49 +02:00
..
AsmJsonImporter.cpp Fix yul ast import for blocks, switches and string literals. 2020-03-05 14:09:13 +01:00
AsmJsonImporter.h Apply modernize-pass-by-value. 2020-04-14 10:32:13 -05:00
AST_accept.h Introduce AST node for structured documentation. 2020-01-30 18:25:56 +01:00
AST.cpp Merge pull request #8642 from ethereum/interfaceid 2020-04-23 12:24:49 +02:00
AST.h Merge pull request #8642 from ethereum/interfaceid 2020-04-23 12:24:49 +02:00
ASTAnnotations.cpp C++ namespace cleanup (except tests). 2020-01-07 15:51:50 +01:00
ASTAnnotations.h Merge pull request #8644 from ethereum/refactor-lValueRequested 2020-04-20 15:03:50 +02:00
ASTEnums.h Merge pull request #8106 from random-internet-cat/move-contract-kind 2020-01-08 13:06:26 +01:00
ASTForward.h Introduce AST node for structured documentation. 2020-01-30 18:25:56 +01:00
ASTJsonConverter.cpp Replaced all instances of lValueRequested to willBeWrittenTo 2020-04-20 12:33:30 +05:30
ASTJsonConverter.h Adds JSON import / export for structured documentation. 2020-01-30 18:26:01 +01:00
ASTJsonImporter.cpp Merge pull request #8628 from ethereum/fiximmutableastexport 2020-04-07 18:37:09 +02:00
ASTJsonImporter.h Adds JSON import / export for structured documentation. 2020-01-30 18:26:01 +01:00
ASTUtils.cpp Replaced "assert" with "if" (incorrect contract code is not supposed to trigger asserts). 2020-03-12 14:03:27 +01:00
ASTUtils.h Replaced "assert" with "if" (incorrect contract code is not supposed to trigger asserts). 2020-03-12 14:03:27 +01:00
ASTVisitor.h Apply modernize-pass-by-value. 2020-04-14 10:32:13 -05:00
ExperimentalFeatures.h C++ namespace cleanup (except tests). 2020-01-07 15:51:50 +01:00
TypeProvider.cpp Implement new with CREATE2 and function call options. 2020-01-23 21:20:01 +01:00
TypeProvider.h Implement new with CREATE2 and function call options. 2020-01-23 21:20:01 +01:00
Types.cpp Merge pull request #8642 from ethereum/interfaceid 2020-04-23 12:24:49 +02:00
Types.h Refactoring of errors and fixes for various ICEs. 2020-04-16 16:42:12 +02:00