solidity/test/libsolidity/syntaxTests
Daniel Kirchner 416c3dc1a4
Merge pull request #13139 from ethereum/lvalueBytesPushWarning
Warn about multiple assignments to storage byte pushes.
2022-06-15 14:39:46 +02:00
..
abiEncoder typeCheckAbiEncodeCallFunction should type check the arguments on functionPointerType->asExternallyCallableFunction instead of teh plain function type 2022-03-24 18:53:46 +05:30
abstract
array Warn about multiple assignments to storage byte pushes and fix warnings about multiple storage to storage copies. 2022-06-15 13:53:05 +02:00
bound Extend using-for. 2022-03-14 12:33:44 +01:00
bytecodeReferences
comments
constantEvaluator Fix genetic algorithms CI failure 2022-01-17 13:35:07 +01:00
constants Fix genetic algorithms CI failure 2022-01-17 13:35:07 +01:00
constructor Issue 11610 : Replced typeError with fataTypeError in lines 390 and 406. Test file added in test/libsolidity/syntaxTests/calldata_struct_argument_with_internal_type_inside.sol 2021-12-03 12:23:35 +05:30
controlFlow Properly resolve virtual modifiers 2022-01-06 12:52:06 +01:00
conversion Display human readable type name in conversion error message 2022-06-08 18:23:51 +05:30
dataLocations
denominations
duplicateFunctions
emit
enums
errors Refactor error/event selector tests 2022-06-14 12:04:19 +02:00
events Refactor error/event selector tests 2022-06-14 12:04:19 +02:00
fallback
freeFunctions fix(parser): error for unexpected token 2022-04-29 16:13:04 +04:00
functionCalls Issue 11610 : Replced typeError with fataTypeError in lines 390 and 406. Test file added in test/libsolidity/syntaxTests/calldata_struct_argument_with_internal_type_inside.sol 2021-12-03 12:23:35 +05:30
functionTypes Adding Stack Height Checker and modifying the number of POP instructions to appropriately provide the pointer address 2022-01-20 01:15:08 +05:30
getter
globalFunctions
iceRegressionTests Fix genetic algorithms CI failure 2022-01-17 13:35:07 +01:00
immutable Fix wrong error with immutables when base contract c'tor uses return 2022-01-13 13:09:36 +01:00
imports
indexing
inheritance More strict override check for data locations. 2022-05-17 13:02:12 +02:00
inline_arrays
inlineAssembly Revert "Disallow RETURNDATASIZE and RETURNDATACOPY in inline assembly blocks in pure functions" 2022-05-13 08:35:21 -03:00
largeTypes
license Properly detect multiple licenses and validate them. 2021-09-16 11:18:26 +02:00
literalOperations
literals Generate warning when rational numbers are converted to their mobile type without explicit requests 2022-03-14 14:04:46 +05:30
lvalues
memberLookup
metaTypes
modifiers
multiSource Make error message less confusing 2022-02-17 16:52:36 +01:00
multiVariableDeclaration
nameAndTypeResolution Extend using-for. 2022-03-14 12:33:44 +01:00
natspec
parsing Fix genetic algorithms CI failure 2022-01-17 13:35:07 +01:00
pragma Adds some more version pragma test cases. 2021-10-12 15:15:54 +02:00
receiveEther
returnExpressions
revertStatement
scoping
shifts
specialFunctions issue has already been fixed. Adding test cases for confirmation 2022-05-19 15:36:59 +05:30
string Changed error message for for Unicode character in non-unicode string literal 2022-06-15 16:12:24 +05:30
structs Issue 11610 : Replced typeError with fataTypeError in lines 390 and 406. Test file added in test/libsolidity/syntaxTests/calldata_struct_argument_with_internal_type_inside.sol 2021-12-03 12:23:35 +05:30
super
tryCatch Add type().min/max for enums 2021-09-01 15:02:02 +02:00
tupleAssignments Warn about multiple assignments to storage byte pushes and fix warnings about multiple storage to storage copies. 2022-06-15 13:53:05 +02:00
types Issue 11610 : Replced typeError with fataTypeError in lines 390 and 406. Test file added in test/libsolidity/syntaxTests/calldata_struct_argument_with_internal_type_inside.sol 2021-12-03 12:23:35 +05:30
unchecked
underscore
unterminatedBlocks
unusedVariables
userDefinedValueType Moved a check related to constants to TypeChecker 2021-10-26 18:43:04 +02:00
using Fix checks for "using for ... global" for libraries. 2022-05-02 12:40:56 +02:00
variableDeclaration
viewPureChecker Revert "Disallow RETURNDATASIZE and RETURNDATACOPY in inline assembly blocks in pure functions" 2022-05-13 08:35:21 -03:00
virtualLookup
visibility
bytecode_too_large_abiencoder_v1.sol Improve error message for contract size limit error 2021-10-27 20:06:53 +02:00
bytecode_too_large_byzantium.sol Improve error message for contract size limit error 2021-10-27 20:06:53 +02:00
bytecode_too_large_homestead.sol Improve error message for contract size limit error 2021-10-27 20:06:53 +02:00
bytecode_too_large.sol Improve error message for contract size limit error 2021-10-27 20:06:53 +02:00
constructor_this.sol
cycle_checker_function_type.sol
deprecated_functions.sol
double_stateVariable_declaration.sol
double_variable_declaration.sol
duplicate_contract.sol
empty_struct.sol
literal_comparisons.sol
missing_functions_duplicate_bug.sol
missing_state_variable.sol
more_than_256_declarationerrors.sol
more_than_256_importerrors.sol
more_than_256_syntaxerrors.sol
multiline_comments.sol
negation.sol Use error message for unary operators. 2022-04-04 16:53:36 +05:30
signed_rational_modulus.sol
smoke_test.sol
tight_packing_literals_fine.sol
tight_packing_literals.sol
unexpected.sol fix(parser): error for unexpected token 2022-04-29 16:13:04 +04:00
unimplemented_super_function_derived.sol
unimplemented_super_function.sol
upper_case_hex_literals.sol