solidity/libsolidity/ast
2020-04-03 23:47:10 -04:00
..
AsmJsonImporter.cpp Fix yul ast import for blocks, switches and string literals. 2020-03-05 14:09:13 +01:00
AsmJsonImporter.h Ast-Import from standard-json 2020-01-14 17:15:53 +01:00
AST_accept.h Introduce AST node for structured documentation. 2020-01-30 18:25:56 +01:00
AST.cpp Refactor: Replace inheritance hierarchy by most derived contract. 2020-03-26 18:27:39 +01:00
AST.h Validate immutable variables 2020-04-02 13:52:27 +02:00
ASTAnnotations.cpp C++ namespace cleanup (except tests). 2020-01-07 15:51:50 +01:00
ASTAnnotations.h Validate immutable variables 2020-04-02 13:52:27 +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 Adds JSON import / export for structured documentation. 2020-01-30 18:26:01 +01:00
ASTJsonConverter.h Adds JSON import / export for structured documentation. 2020-01-30 18:26:01 +01:00
ASTJsonImporter.cpp Refactor isConstant to add "immutable". 2020-03-02 14:20:17 +01: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 Delete copy and move operations for ASTVisitor and ASTConstVisitor 2020-04-03 23:47:10 -04: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 Zero initialize memory arrays 2020-04-02 15:55:18 +02:00
Types.h Legacy codegeneration for immutable state variables. 2020-03-24 16:45:25 +01:00