solidity/libsolidity/ast
Kamil Śliwak 41bcb97e36 Don't consider contracts implicitly convertible to the type of super
- `super` for all intents and purposes behaves like a type and should be a TypeType rather than ContractType. We have an issue to fix it but it's a breaking change. Until then let's at least not treat other contracts as convertible to the ContractType that `super` represents.
2020-09-08 00:29:44 +02:00
..
AsmJsonImporter.cpp Merge remote-tracking branch 'origin/develop' into breaking 2020-07-21 11:35:28 +02:00
AsmJsonImporter.h Add SPDX license identifier if not present already in source file 2020-07-17 20:24:12 +05:30
AST_accept.h Add SPDX license identifier if not present already in source file 2020-07-17 20:24:12 +05:30
AST.cpp Update existing tests. 2020-08-18 11:46:59 +02:00
AST.h Update existing tests. 2020-08-18 11:46:59 +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 Free functions. 2020-08-18 11:46:59 +02:00
ASTEnums.h Add SPDX license identifier if not present already in source file 2020-07-17 20:24:12 +05:30
ASTForward.h Add SPDX license identifier if not present already in source file 2020-07-17 20:24:12 +05:30
ASTJsonConverter.cpp Remove null values from AST also in standard-json mode. 2020-08-19 11:06:14 +02:00
ASTJsonConverter.h Remove null values from AST also in standard-json mode. 2020-08-19 11:06:14 +02:00
ASTJsonImporter.cpp Use kind in json AST for free function. 2020-08-18 11:46:59 +02:00
ASTJsonImporter.h Add SPDX license identifier if not present already in source file 2020-07-17 20:24:12 +05:30
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 SPDX license identifier if not present already in source file 2020-07-17 20:24:12 +05:30
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 Don't consider contracts implicitly convertible to the type of super 2020-09-08 00:29:44 +02:00
Types.h Remove inconsistently used isValidUTF8 helper 2020-07-27 18:21:17 +01:00