solidity/libsolidity/ast
chriseth 012ba9537b
Merge pull request #9184 from ethereum/fixUsingForStorage
Fix using for with explicit reference types.
2020-06-11 14:00:28 +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 virtual modifiers (in Abstract contracts) allow empty bodies 2020-04-23 17:26:59 +05:30
AST.cpp Adding fixes for signedness warnings in libsolidity 2020-06-10 10:41:55 +02:00
AST.h Adding fixes for signedness warnings in libsolidity 2020-06-10 10:41:55 +02:00
ASTAnnotations.cpp C++ namespace cleanup (except tests). 2020-01-07 15:51:50 +01:00
ASTAnnotations.h Fix spelling errors 2020-05-25 02:54:37 +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 Adding fixes for signedness warnings in libsolidity 2020-06-10 10:41:55 +02:00
ASTJsonConverter.h Adds JSON import / export for structured documentation. 2020-01-30 18:26:01 +01:00
ASTJsonImporter.cpp Adding fixes for signedness warnings in libsolidity 2020-06-10 10:41:55 +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 implemented type(X).min and type(X).max for all integer types 2020-05-11 14:51:13 +05:30
TypeProvider.h Fixing ICE on calling externally a function that returns calldata pointers 2020-06-10 14:41:45 +02:00
Types.cpp Merge pull request #9184 from ethereum/fixUsingForStorage 2020-06-11 14:00:28 +02:00
Types.h Merge pull request #9173 from ethereum/fixBoundCalldata 2020-06-11 13:31:30 +02:00