solidity/test/libsolidity/syntaxTests
chriseth 766309b6e4
Merge pull request #7713 from ethereum/no-lib-instance-7625
Disallow variables of library types
2019-11-14 13:39:56 +01:00
..
array Fix wrong assert in overflow check 2019-10-23 14:59:34 +02:00
bound
constants Compile succeeding syntax tests. 2019-08-16 17:14:49 +02:00
constructor Add tests to increase TypeChecker.cpp coverage 2019-02-13 16:31:26 +01:00
controlFlow Fix error message about accessing storage pointers. 2019-09-24 10:52:02 +02:00
conversion Function type conversion test cases. 2018-11-08 10:51:51 +01:00
dataLocations Fix error message about accessing storage pointers. 2019-09-24 10:52:02 +02:00
denominations
emit
events
fallback
functionCalls
functionTypes
getter
globalFunctions Add missing dots in deprecation warning 2019-10-23 12:23:21 +02:00
imports Fixes source location in warning for shadowing import delcarations. 2019-09-30 11:45:46 +02:00
indexing
inheritance
inline_arrays Compile succeeding syntax tests. 2019-08-16 17:14:49 +02:00
inlineAssembly Fix assembly parsing by passing evm version. 2019-11-14 13:06:36 +01:00
literalOperations
lvalues Better error messages when writing to expressions that cannot be written to. 2019-08-14 17:59:48 +02:00
memberLookup Fix assignment of struct containing array of mappings 2019-05-25 01:33:49 +08:00
metaTypes
modifiers Check for use of modifiers in invalid contexts 2019-10-23 12:36:20 +02:00
multiSource Support multiple sources for syntax tests. 2019-08-19 14:45:26 +02:00
multiVariableDeclaration Remove trailing whitespace in all contract files. 2018-08-01 21:57:12 +02:00
nameAndTypeResolution Disallow variables of library types 2019-11-14 13:20:31 +01:00
natspec
parsing Compile succeeding syntax tests. 2019-08-16 17:14:49 +02:00
pragma Add syntax tests for unknown / invalid pragma 2018-07-24 18:35:47 +01:00
returnExpressions
scoping
specialFunctions
string
structs Fix internal compiler error for arrays of recursive structs. 2019-10-01 16:51:14 +02:00
tupleAssignments
types Allow obtaining the address of a library by conversion to `address`. 2019-11-12 17:09:13 +01:00
unterminatedBlocks Add syntax tests to augment the test coverage of 2018-09-20 23:02:44 +02:00
variableDeclaration
viewPure
viewPureChecker Fix view/pure checker for access to base. 2019-07-03 11:19:57 +02:00
virtualLookup
visibility
constructor_this.sol Stricter check for member access to "this" in constructor. 2018-04-13 15:57:13 +02:00
deprecated_functions.sol Add missing dots in deprecation warning 2019-10-23 12:23:21 +02:00
double_stateVariable_declaration.sol
double_variable_declaration.sol
empty_struct.sol Enforce disallowing empty structs 2018-06-14 00:24:43 +01:00
literal_comparisons.sol
missing_state_variable.sol
more_than_256_declarationerrors.sol Adds default visibility specifier to syntax tests. 2018-07-04 10:45:59 +02:00
more_than_256_syntaxerrors.sol
multiline_comments.sol
signed_rational_modulus.sol Compile succeeding syntax tests. 2019-08-16 17:14:49 +02:00
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