solidity/test/libsolidity/syntaxTests
2020-03-09 13:14:13 +01:00
..
abstract Fix abstract without contract. 2020-02-05 12:14:14 +01:00
array Do not call ABIEncoderV2 experimental. 2019-12-12 10:59:07 +01:00
bound
constants
constructor Deprecated warning for .value() and .gas() on function and constructror calls 2020-03-04 12:51:49 +01:00
controlFlow Require unimplemented functions to be virtual. 2019-12-02 21:59:00 +01:00
conversion
dataLocations Require unimplemented functions to be virtual. 2019-12-02 21:59:00 +01:00
denominations
emit Make type error fatal to prevent assert failure at later point 2020-02-13 15:16:28 +01:00
enums
events Do not call ABIEncoderV2 experimental. 2019-12-12 10:59:07 +01:00
fallback Fix error message suggestion for receive 2020-01-14 23:24:27 +01:00
functionCalls Fix calling unimplemented base function. 2020-03-06 10:51:16 +01:00
functionTypes Deprecated warning for .value() and .gas() on function and constructror calls 2020-03-04 12:51:49 +01:00
getter Do not call ABIEncoderV2 experimental. 2019-12-12 10:59:07 +01:00
globalFunctions
imports Do not call ABIEncoderV2 experimental. 2019-12-12 10:59:07 +01:00
indexing
inheritance Update tests for interface inheritance 2020-01-22 09:40:40 -05:00
inline_arrays
inlineAssembly Allow access to `_slot` for local storage pointer variables. 2020-02-25 14:28:04 +01:00
literalOperations
literals
lvalues
memberLookup
metaTypes
modifiers Add more override tests with public state variables 2019-12-11 15:15:51 +01:00
multiSource
multiVariableDeclaration Require unimplemented functions to be virtual. 2019-12-02 21:59:00 +01:00
nameAndTypeResolution Deprecated warning for .value() and .gas() on function and constructror calls 2020-03-04 12:51:49 +01:00
natspec Fix typos in filenames within docstring syntax tests. 2020-02-14 15:53:39 +01:00
parsing Allow user-defined types as mapping keys in parser and restrict to contracts during type checking. 2020-02-04 17:22:03 +01:00
pragma
receiveEther Fix error message suggestion for receive 2020-01-14 23:24:27 +01:00
returnExpressions
scoping
specialFunctions Deprecated warning for .value() and .gas() on function and constructror calls 2020-03-04 12:51:49 +01:00
string
structs
tryCatch Fix scoping following try/catch. 2020-03-09 13:14:13 +01:00
tupleAssignments Make type error fatal to prevent assert failure at later point 2020-02-13 15:16:28 +01:00
types Mark function selector accesses as pure for pure expressions and mark function accesses via contract name as pure. 2020-02-14 12:33:33 +01:00
unterminatedBlocks
unusedVariables
variableDeclaration
viewPure
viewPureChecker Deprecated warning for .value() and .gas() on function and constructror calls 2020-03-04 12:51:49 +01:00
virtualLookup
visibility Require unimplemented functions to be virtual. 2019-12-02 21:59:00 +01:00
bytecode_too_large.sol Issue warning if codesize exceeds EIP-170 limits 2019-12-25 19:51:35 +01:00
constructor_this.sol
cycle_checker_function_type.sol Move assertion in PostTypeChecker's ConstStateVarCircularReferenceChecker to account for function type variables 2020-02-12 17:42:27 +01:00
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 Fix CompilerStack::loadMissingSources() 2020-02-12 11:22:11 -05:00
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