solidity/test/libsolidity/syntaxTests
2019-02-11 17:13:12 +01:00
..
array Disallow calldata arrays with dynamically encoded base types in TypeChecker. 2019-02-11 17:13:12 +01:00
bound
constants
constructor
controlFlow Warn about unreachable code. 2019-01-10 10:36:50 +01:00
conversion
dataLocations Refactoring of the ControlFlowGraph and use for detecting all uninitialized storage accesses. 2018-12-12 04:20:53 +01:00
denominations
emit
events Syntax tests. 2019-02-11 11:37:48 +01:00
fallback
functionCalls
functionTypes Disable state mutability warning for functions with empty body 2018-12-12 14:43:44 +01:00
getter
globalFunctions
indexing Fix crash for too large struct array indicies 2019-02-06 11:50:25 +01:00
inheritance ABIEncoderV2: Implement calldata structs without dynamically encoded members. 2019-02-11 15:46:58 +01:00
inline_arrays
inlineAssembly Improve yul error messages around number of arguments and variables. 2018-12-04 11:37:03 +01:00
literalOperations
memberLookup
metaTypes Warn if type(..).runtimeCode is used with assembly in the constructor. 2019-01-17 20:36:48 +01:00
modifiers
multiVariableDeclaration
nameAndTypeResolution Conditional Expression: Delay invalid type fatal error 2019-02-11 15:47:19 +01:00
natspec
parsing Disallow empty import statements 2019-01-28 13:52:15 +00:00
pragma
returnExpressions Add tests to increase coverage of TypeChecker 2019-02-06 20:45:30 +01:00
scoping
specialFunctions Packed Encoding: Disallow types in v2 that aren't allowed in v1 2019-02-11 11:37:48 +01:00
string
structs Disallow calldata arrays with dynamically encoded base types in TypeChecker. 2019-02-11 17:13:12 +01:00
tupleAssignments
types Fix check that mappings can only have storage location 2019-02-05 18:06:42 +01:00
unterminatedBlocks
variableDeclaration
viewPure
viewPureChecker Disable state mutability warning for functions with empty body 2018-12-12 14:43:44 +01:00
virtualLookup
visibility
constructor_this.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_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