solidity/libsolidity/ast
2020-04-16 12:17:40 -05: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 Add support for interfaceID. 2020-04-16 12:17:40 -05:00
AST.h Add support for interfaceID. 2020-04-16 12:17:40 -05: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 Export immutability. 2020-04-07 17:30:54 +02:00
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 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 Add support for interfaceID. 2020-04-16 12:17:40 -05:00
Types.h Legacy codegeneration for immutable state variables. 2020-03-24 16:45:25 +01:00