solidity/libsolidity/ast
hrkrshnn 6109b5c3a1 UserDefinedValueType.storageBytes() is correctly set
Previously it returned 32 bytes for all types, which was wasteful. This commit changes it to return
the storage bytes of the underlying type.
2021-09-29 11:41:47 +02:00
..
AST_accept.h Added AST node UserDefinedValueType 2021-09-07 19:42:51 +02:00
AST.cpp Split Common.h into Numeric.h. 2021-09-23 15:27:29 +02:00
AST.h UserDefinedValueType: from simple name to canonical name. 2021-09-15 12:56:29 +02:00
ASTAnnotations.cpp Add SPDX license identifier if not present already in source file 2020-07-17 20:24:12 +05:30
ASTAnnotations.h Detect circular references for library and free functions 2021-03-30 23:06:30 +02:00
ASTEnums.h Checked arithmetic by default. 2020-10-19 16:58:37 +02:00
ASTForward.h Added AST node UserDefinedValueType 2021-09-07 19:42:51 +02:00
ASTJsonConverter.cpp Export canonicalName 2021-09-28 12:00:30 +02:00
ASTJsonConverter.h Implemented ASTJson import export for UserDefinedValueType 2021-09-08 21:19:30 +02:00
ASTJsonImporter.cpp Implemented ASTJson import export for UserDefinedValueType 2021-09-08 21:19:30 +02:00
ASTJsonImporter.h Implemented ASTJson import export for UserDefinedValueType 2021-09-08 21:19:30 +02:00
ASTUtils.cpp Extract referencedDeclaration as helper. 2021-03-24 17:01:50 +01:00
ASTUtils.h Code generation for errors. 2021-03-30 21:15:46 +02:00
ASTVisitor.h Added AST node UserDefinedValueType 2021-09-07 19:42:51 +02:00
CallGraph.cpp Move CallGraph structure to a separate module 2021-02-23 10:47:02 +01:00
CallGraph.h Detect circular references for library and free functions 2021-03-30 23:06:30 +02:00
ExperimentalFeatures.h Add SPDX license identifier if not present already in source file 2020-07-17 20:24:12 +05:30
TypeProvider.cpp Types for UserDefinedValueType 2021-09-07 19:42:51 +02:00
TypeProvider.h Types for UserDefinedValueType 2021-09-07 19:42:51 +02:00
Types.cpp Split Common.h into Numeric.h. 2021-09-23 15:27:29 +02:00
Types.h UserDefinedValueType.storageBytes() is correctly set 2021-09-29 11:41:47 +02:00