This website requires JavaScript.
Explore
Help
Sign In
cerc-io
/
solidity
Watch
11
Star
0
Fork
0
mirror of
https://github.com/ethereum/solidity
synced
2023-10-03 13:03:40 +00:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
Files
cf2847afc49853bcfee2aff7c01866b6b2e42c27
solidity
/
test
/
libsolidity
/
syntaxTests
/
controlFlow
T
History
Mathias Baumann
07a1d230cd
Fix missing error when accessing unintialized variables.
2021-01-25 14:44:15 +01:00
..
localCalldataVariables
Added error codes to SyntaxTest expectations (updated tests)
2020-06-22 16:51:47 +02:00
localStorageVariables
Use
.slot
and
.offest
to access storage items.
2020-07-13 14:59:22 +02:00
mappingReturn
Added error codes to SyntaxTest expectations (updated tests)
2020-06-22 16:51:47 +02:00
storageReturn
Print warning for unnamed return parameters and no return statement
2020-10-13 13:11:29 +02:00
uninitializedAccess
Fix missing error when accessing unintialized variables.
2021-01-25 14:44:15 +01:00
unreachableCode
Added error codes to SyntaxTest expectations (updated tests)
2020-06-22 16:51:47 +02:00
leave_inside_function.sol
Control flow analysis for inline assembly.
2020-03-09 16:23:10 +01:00
leave_outside_function.sol
Added error codes to SyntaxTest expectations (updated tests)
2020-06-22 16:51:47 +02:00