This website requires JavaScript.
Explore
Help
Sign In
cerc-io
/
solidity
Watch
15
Star
0
Fork
0
You've already forked solidity
mirror of
https://github.com/ethereum/solidity
synced
2023-10-03 13:03:40 +00:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
1f8f1a3db9
solidity
/
test
/
libsolidity
History
chriseth
1f8f1a3db9
Merge pull request
#11484
from ethereum/fix-unreachable-code-anaysis
...
Fix revert pruner modifying function flows wrong
2021-06-04 12:44:35 +02:00
..
ABIJson
analysis
Remove more imports of ranges namespace.
2021-05-07 15:42:17 +02:00
ASTJSON
errorRecoveryTests
gasTests
Update tests
2021-05-27 18:31:54 +01:00
semanticTests
Merge pull request
#11479
from ethereum/fix-ice-when-assigning-implicitly-convertible-function-array-to-storage
2021-06-03 10:52:21 +02:00
smtCheckerTests
Merge pull request
#11484
from ethereum/fix-unreachable-code-anaysis
2021-06-04 12:44:35 +02:00
syntaxTests
Merge pull request
#11484
from ethereum/fix-unreachable-code-anaysis
2021-06-04 12:44:35 +02:00
util
Fix typo.
2021-05-31 10:07:26 -05:00
ABIDecoderTests.cpp
ABIEncoderTests.cpp
ABIJsonTest.cpp
ABIJsonTest.h
ABITestsCommon.h
AnalysisFramework.cpp
AnalysisFramework.h
Assembly.cpp
ASTJSONTest.cpp
ASTJSONTest.h
constructor_inheritance_init_order_3.sol
ErrorCheck.cpp
ErrorCheck.h
GasCosts.cpp
GasMeter.cpp
Increased the tolerance for two GasMeter tests.
2021-05-26 12:23:06 +02:00
GasTest.cpp
GasTest.h
Imports.cpp
InlineAssembly.cpp
LibSolc.cpp
Metadata.cpp
SemanticTest.cpp
[isoltest] Add support for events using call side-effects.
2021-05-27 23:21:55 -05:00
SemanticTest.h
[isoltest] Add support for events using call side-effects.
2021-05-27 23:21:55 -05:00
SemVerMatcher.cpp
SMTCheckerTest.cpp
SMTCheckerTest.h
SolidityCompiler.cpp
SolidityEndToEndTest.cpp
[isoltest] Extract event specific end-to-end tests.
2021-05-27 23:21:55 -05:00
SolidityExecutionFramework.cpp
SolidityExecutionFramework.h
SolidityExpressionCompiler.cpp
Update tests
2021-05-27 18:31:54 +01:00
SolidityNameAndTypeResolution.cpp
SolidityNatspecJSON.cpp
SolidityOptimizer.cpp
SolidityParser.cpp
SolidityTypes.cpp
StandardCompiler.cpp
Properly set source location of bare blocks.
2021-05-31 18:28:17 +02:00
SyntaxTest.cpp
SyntaxTest.h
ViewPureChecker.cpp