.. |
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
|
Refactoring nextConstructor by moving it from CompilerContext to ContractDefinition
|
2020-04-06 17:35:08 +02:00 |
AST.h
|
Refactoring nextConstructor by moving it from CompilerContext to ContractDefinition
|
2020-04-06 17:35:08 +02:00 |
ASTAnnotations.cpp
|
C++ namespace cleanup (except tests).
|
2020-01-07 15:51:50 +01:00 |
ASTAnnotations.h
|
Delete copy/move on annotation polymorphic bases
|
2020-04-02 22:33:21 -04: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
|
Introduce AST node for structured documentation.
|
2020-01-30 18:25:56 +01: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 |