solidity/test/libsolidity/syntaxTests
2020-07-06 19:22:52 +02:00
..
abstract Added error codes to SyntaxTest expectations (updated tests) 2020-06-22 16:51:47 +02:00
array Added error codes to SyntaxTest expectations (updated tests) 2020-06-22 16:51:47 +02:00
bound Added error codes to SyntaxTest expectations (updated tests) 2020-06-22 16:51:47 +02:00
constants Added error codes to SyntaxTest expectations (updated tests) 2020-06-22 16:51:47 +02:00
constructor Constructors cannot have calldata parameters. 2020-07-06 16:52:51 +02:00
controlFlow Added error codes to SyntaxTest expectations (updated tests) 2020-06-22 16:51:47 +02:00
conversion Added error codes to SyntaxTest expectations (updated tests) 2020-06-22 16:51:47 +02:00
dataLocations Added error codes to SyntaxTest expectations (updated tests) 2020-06-22 16:51:47 +02:00
denominations Add unit denomination `gwei` 2020-06-24 18:24:56 +02:00
emit Added error codes to SyntaxTest expectations (updated tests) 2020-06-22 16:51:47 +02:00
enums Added error codes to SyntaxTest expectations (updated tests) 2020-06-22 16:51:47 +02:00
events Added error codes to SyntaxTest expectations (updated tests) 2020-06-22 16:51:47 +02:00
fallback Added error codes to SyntaxTest expectations (updated tests) 2020-06-22 16:51:47 +02:00
functionCalls Added error codes to SyntaxTest expectations (updated tests) 2020-06-22 16:51:47 +02:00
functionTypes Added error codes to SyntaxTest expectations (updated tests) 2020-06-22 16:51:47 +02:00
getter Added error codes to SyntaxTest expectations (updated tests) 2020-06-22 16:51:47 +02:00
globalFunctions Added error codes to SyntaxTest expectations (updated tests) 2020-06-22 16:51:47 +02:00
iceRegressionTests Added error codes to SyntaxTest expectations (updated tests) 2020-06-22 16:51:47 +02:00
immutable Allow Yul literals longer than 32-bytes when used as literal arguments for builtins 2020-06-24 15:05:38 +02:00
imports Added error codes to SyntaxTest expectations (updated tests) 2020-06-22 16:51:47 +02:00
indexing Added error codes to SyntaxTest expectations (updated tests) 2020-06-22 16:51:47 +02:00
inheritance Fix wording of error message. 2020-07-06 19:22:52 +02:00
inline_arrays Added error codes to SyntaxTest expectations (updated tests) 2020-06-22 16:51:47 +02:00
inlineAssembly Add test case for jumpi in inline assembly 2020-07-06 10:41:35 +01:00
largeTypes Add variable name to the "Variable covers a large part of storage ...." message 2020-07-06 13:49:09 +02:00
license Added error codes to SyntaxTest expectations (updated tests) 2020-06-22 16:51:47 +02:00
literalOperations Added error codes to SyntaxTest expectations (updated tests) 2020-06-22 16:51:47 +02:00
literals Added error codes to SyntaxTest expectations (updated tests) 2020-06-22 16:51:47 +02:00
lvalues Do now disallow assigning to external parameters. 2020-06-22 18:36:32 +02:00
memberLookup Added error codes to SyntaxTest expectations (updated tests) 2020-06-22 16:51:47 +02:00
metaTypes Added error codes to SyntaxTest expectations (updated tests) 2020-06-22 16:51:47 +02:00
modifiers Added error codes to SyntaxTest expectations (updated tests) 2020-06-22 16:51:47 +02:00
multiSource Added error codes to SyntaxTest expectations (updated tests) 2020-06-22 16:51:47 +02:00
multiVariableDeclaration Added error codes to SyntaxTest expectations (updated tests) 2020-06-22 16:51:47 +02:00
nameAndTypeResolution Fix wording of error message. 2020-07-06 19:22:52 +02:00
natspec Add a missing DocStringParser error to tests. 2020-07-01 04:42:37 +02:00
parsing Fix wording of error message. 2020-07-06 19:22:52 +02:00
pragma Fix pragma solidity version in antlr grammar 2020-06-23 02:25:21 +02:00
receiveEther Added error codes to SyntaxTest expectations (updated tests) 2020-06-22 16:51:47 +02:00
returnExpressions Added error codes to SyntaxTest expectations (updated tests) 2020-06-22 16:51:47 +02:00
scoping Fix wording of error message. 2020-07-06 19:22:52 +02:00
specialFunctions Added error codes to SyntaxTest expectations (updated tests) 2020-06-22 16:51:47 +02:00
string Added error codes to SyntaxTest expectations (updated tests) 2020-06-22 16:51:47 +02:00
structs Do now disallow assigning to external parameters. 2020-06-22 18:36:32 +02:00
tryCatch Added error codes to SyntaxTest expectations (updated tests) 2020-06-22 16:51:47 +02:00
tupleAssignments Added error codes to SyntaxTest expectations (updated tests) 2020-06-22 16:51:47 +02:00
types Add variable name to the "Variable covers a large part of storage ...." message 2020-07-06 13:49:09 +02:00
unterminatedBlocks Added error codes to SyntaxTest expectations (updated tests) 2020-06-22 16:51:47 +02:00
unusedVariables Added error codes to SyntaxTest expectations (updated tests) 2020-06-22 16:51:47 +02:00
variableDeclaration Added error codes to SyntaxTest expectations (updated tests) 2020-06-22 16:51:47 +02:00
viewPure Added error codes to SyntaxTest expectations (updated tests) 2020-06-22 16:51:47 +02:00
viewPureChecker Added error codes to SyntaxTest expectations (updated tests) 2020-06-22 16:51:47 +02:00
virtualLookup Changelog entry. 2018-03-13 16:55:41 +01:00
visibility Added error codes to SyntaxTest expectations (updated tests) 2020-06-22 16:51:47 +02:00
bytecode_too_large.sol Added error codes to SyntaxTest expectations (updated tests) 2020-06-22 16:51:47 +02:00
constructor_this.sol Added error codes to SyntaxTest expectations (updated tests) 2020-06-22 16:51:47 +02:00
cycle_checker_function_type.sol Added error codes to SyntaxTest expectations (updated tests) 2020-06-22 16:51:47 +02:00
deprecated_functions.sol Added error codes to SyntaxTest expectations (updated tests) 2020-06-22 16:51:47 +02:00
double_stateVariable_declaration.sol Added error codes to SyntaxTest expectations (updated tests) 2020-06-22 16:51:47 +02:00
double_variable_declaration.sol Added error codes to SyntaxTest expectations (updated tests) 2020-06-22 16:51:47 +02:00
empty_struct.sol Added error codes to SyntaxTest expectations (updated tests) 2020-06-22 16:51:47 +02:00
literal_comparisons.sol Fix bug in typechecking when comparing rational literals 2018-04-11 12:03:08 +02:00
missing_functions_duplicate_bug.sol Added error codes to SyntaxTest expectations (updated tests) 2020-06-22 16:51:47 +02:00
missing_state_variable.sol Added error codes to SyntaxTest expectations (updated tests) 2020-06-22 16:51:47 +02:00
more_than_256_declarationerrors.sol Added error codes to SyntaxTest expectations (updated tests) 2020-06-22 16:51:47 +02:00
more_than_256_importerrors.sol Added error codes to SyntaxTest expectations (updated tests) 2020-06-22 16:51:47 +02:00
more_than_256_syntaxerrors.sol Added error codes to SyntaxTest expectations (updated tests) 2020-06-22 16:51:47 +02:00
multiline_comments.sol Add syntax tests to augment the test coverage of 2018-09-20 23:02:44 +02:00
signed_rational_modulus.sol Compile succeeding syntax tests. 2019-08-16 17:14:49 +02:00
smoke_test.sol Added error codes to SyntaxTest expectations (updated tests) 2020-06-22 16:51:47 +02:00
tight_packing_literals_fine.sol Added default data locations to parameters for syntax tests. 2018-07-11 20:24:50 -05:00
tight_packing_literals.sol Added error codes to SyntaxTest expectations (updated tests) 2020-06-22 16:51:47 +02:00
unicode_escape_literals.sol Added error codes to SyntaxTest expectations (updated tests) 2020-06-22 16:51:47 +02:00
unimplemented_super_function_derived.sol Added error codes to SyntaxTest expectations (updated tests) 2020-06-22 16:51:47 +02:00
unimplemented_super_function.sol Added error codes to SyntaxTest expectations (updated tests) 2020-06-22 16:51:47 +02:00
upper_case_hex_literals.sol Add syntax tests to augment the test coverage of 2018-09-20 23:02:44 +02:00