solidity/libsolidity/ast
2020-06-30 18:56:51 +02:00
..
AsmJsonImporter.cpp Removed null members from JSON output 2020-05-20 16:56:33 +05:30
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 Do now disallow assigning to external parameters. 2020-06-22 18:36:32 +02:00
AST.h Add unit denomination `gwei` 2020-06-24 18:24:56 +02:00
ASTAnnotations.cpp C++ namespace cleanup (except tests). 2020-01-07 15:51:50 +01:00
ASTAnnotations.h Added containsNestedMapping() 2020-06-30 16:15:03 +05:30
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 Merge remote-tracking branch 'origin/develop' into breaking 2020-06-15 17:11:41 +02:00
ASTJsonConverter.h Adds JSON import / export for structured documentation. 2020-01-30 18:26:01 +01:00
ASTJsonImporter.cpp Merge remote-tracking branch 'origin/develop' into breaking 2020-06-30 18:56:51 +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 Merge remote-tracking branch 'origin/develop' into breaking 2020-06-15 17:11:41 +02:00
Types.cpp Merge remote-tracking branch 'origin/develop' into breaking 2020-06-30 18:56:51 +02:00
Types.h Added containsNestedMapping() 2020-06-30 16:15:03 +05:30