solidity/test/libsolidity/syntaxTests
chriseth 504b8d29c9
Merge pull request #8907 from ethereum/licenseIdentifier
Check for SPDX license identifiers.
2020-05-14 01:21:24 +02:00
..
abstract
array Allow ABI encoding for array slices without explicit casts. 2020-05-13 18:20:07 +02:00
bound
constants
constructor Callvalue checks for implicit constructors. 2020-05-11 16:14:34 +02:00
controlFlow
conversion Test for function with value setting 2020-05-12 15:21:13 +05:30
dataLocations
denominations
emit
enums
events
fallback
functionCalls
functionTypes Extract typing. 2020-04-14 10:59:28 +02:00
getter
globalFunctions
iceRegressionTests Type Checker: Fix internal error when applying unary operators to tuples with empty components 2020-04-29 02:18:48 +02:00
immutable trigger error when runtimeCode is called on contracts with immutables 2020-05-07 15:10:04 +02:00
imports
indexing
inheritance
inline_arrays
inlineAssembly Add setimmutable and loadimmutable to dialect. 2020-05-04 15:00:50 +02:00
license Add new test. 2020-05-13 18:16:59 +02:00
literalOperations Fix exponentiation bug 2020-05-13 13:53:06 +05:30
literals
lvalues
memberLookup
metaTypes Changelog and tests 2020-05-11 15:29:05 +05:30
modifiers Tests, Changelog and updated grammar 2020-04-23 17:27:37 +05:30
multiSource
multiVariableDeclaration
nameAndTypeResolution Remove a dedicated error flag from DeclarationTypeChecker 2020-05-12 18:13:17 +02:00
natspec
parsing Disallow array slicing for arrays with dyanmically encoded base types. 2020-05-13 15:52:22 +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
tupleAssignments Disallow empty tuples on the left hand side 2020-04-23 07:02:04 +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_functions_duplicate_bug.sol run addMissingFunctions only once 2020-05-07 17:06:11 +02:00
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