solidity/test/libsolidity/syntaxTests
chriseth c24c4f85e4
Merge pull request #8665 from ethereum/recursiveStructRefactoring
Recursive struct refactoring and a bunch of ICE fixes.
2020-04-20 13:24:19 +02:00
..
abstract
array Stricter bounds for memory arrays. 2020-04-16 17:51:18 +02:00
bound
constants
constructor Disallow virtual and override for constructors. 2020-04-15 13:58:37 +02:00
controlFlow New folder localStorageVariable for new testcases; added two new tests 2020-04-02 16:34:45 +05:30
conversion
dataLocations
denominations
emit Make type error fatal to prevent assert failure at later point 2020-02-13 15:16:28 +01:00
enums
events
fallback
functionCalls Fix calling unimplemented base function. 2020-03-06 10:51:16 +01:00
functionTypes Extract typing. 2020-04-14 10:59:28 +02:00
getter
globalFunctions
iceRegressionTests Review suggestions. 2020-04-16 16:42:12 +02:00
immutable Export immutability. 2020-04-07 17:30:54 +02:00
imports
indexing
inheritance Anything outside storage is always a pointer. 2020-03-23 15:34:10 +01:00
inline_arrays
inlineAssembly Disallow access to functions from inline assembly. 2020-04-01 10:34:55 +02:00
literalOperations
literals
lvalues
memberLookup
metaTypes
modifiers
multiSource
multiVariableDeclaration
nameAndTypeResolution Refactoring of errors and fixes for various ICEs. 2020-04-16 16:42:12 +02:00
natspec Add natspec test with too many return tags 2020-03-24 13:04:07 +01:00
parsing Extract typing. 2020-04-14 10:59:28 +02:00
pragma
receiveEther
returnExpressions
scoping
specialFunctions TypeChecker error when encoding functions with call options; tests 2020-04-07 21:11:46 +05:30
string
structs Move direct struct recursion check to detect recursion in global structs. 2020-04-16 16:42:12 +02:00
tryCatch Fix scoping following try/catch. 2020-03-09 13:14:13 +01:00
tupleAssignments Extract typing. 2020-04-14 10:59:28 +02:00
types Review suggestions. 2020-04-16 16:42:12 +02:00
unterminatedBlocks
unusedVariables
variableDeclaration
viewPure
viewPureChecker Validate immutable variables 2020-04-02 13:52:27 +02:00
virtualLookup
visibility
bytecode_too_large.sol
constructor_this.sol
cycle_checker_function_type.sol
deprecated_functions.sol
double_stateVariable_declaration.sol
double_variable_declaration.sol
empty_struct.sol
literal_comparisons.sol
missing_state_variable.sol
more_than_256_declarationerrors.sol
more_than_256_importerrors.sol
more_than_256_syntaxerrors.sol
multiline_comments.sol
signed_rational_modulus.sol
smoke_test.sol
tight_packing_literals_fine.sol
tight_packing_literals.sol
unicode_escape_literals.sol
unimplemented_super_function_derived.sol
unimplemented_super_function.sol
upper_case_hex_literals.sol