solidity/libsolidity/ast
hrkrshnn 92ab32e532 Stricter explicit conversion between types.
A type can be converted to another if the conversion requires at most one of the following: sign,
width, kind (int, address, bytesXX, etc.) For example, the conversion `uint16(int8)` is now disallowed.
2020-12-03 16:49:53 +01:00
..
AST_accept.h Allow path syntax for super constructor calls 2020-10-13 14:32:11 +02:00
AST.cpp Merge remote-tracking branch 'origin/develop' into breaking 2020-11-23 19:28:08 +01:00
AST.h Merge remote-tracking branch 'origin/develop' into breaking 2020-12-02 12:28:02 +01:00
ASTAnnotations.cpp Add SPDX license identifier if not present already in source file 2020-07-17 20:24:12 +05:30
ASTAnnotations.h Merge remote-tracking branch 'origin/develop' into breaking 2020-12-02 12:28:02 +01:00
ASTEnums.h Checked arithmetic by default. 2020-10-19 16:58:37 +02:00
ASTForward.h Assign scopes as a separate step. 2020-09-02 20:45:33 +02:00
ASTJsonConverter.cpp Merge remote-tracking branch 'origin/develop' into breaking 2020-12-02 12:28:02 +01:00
ASTJsonConverter.h Remove the legacy AST JSON output 2020-11-25 11:40:33 +00:00
ASTJsonImporter.cpp Merge remote-tracking branch 'origin/develop' into breaking 2020-12-02 12:28:02 +01:00
ASTJsonImporter.h Checked arithmetic by default. 2020-10-19 16:58:37 +02:00
ASTUtils.cpp Add SPDX license identifier if not present already in source file 2020-07-17 20:24:12 +05:30
ASTUtils.h Add SPDX license identifier if not present already in source file 2020-07-17 20:24:12 +05:30
ASTVisitor.h Add AST Node IdentifierPath 2020-10-13 14:32:11 +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 Add check that regular and unicode string literals are well formatted 2020-07-27 18:21:17 +01:00
TypeProvider.h Merge remote-tracking branch 'origin/develop' into breaking 2020-07-21 11:35:28 +02:00
Types.cpp Stricter explicit conversion between types. 2020-12-03 16:49:53 +01:00
Types.h Merge remote-tracking branch 'origin/develop' into breaking 2020-11-23 19:28:08 +01:00