solidity/test/libsolidity
chriseth 3c1d990964
Merge pull request #10224 from ethereum/strict-literal-to-enum-conversion
[BREAKING] Strict explicit conversion between literals and enums
2020-11-10 13:15:12 +01:00
..
ABIJson
ASTJSON
errorRecoveryTests
gasTests Update gas costs. 2020-10-22 19:25:55 +02:00
semanticTests Merge pull request #10224 from ethereum/strict-literal-to-enum-conversion 2020-11-10 13:15:12 +01:00
smtCheckerTests Merge remote-tracking branch 'origin/develop' into HEAD 2020-11-09 14:28:05 +01:00
syntaxTests Merge pull request #10224 from ethereum/strict-literal-to-enum-conversion 2020-11-10 13:15:12 +01:00
util Fix TestFileParser to support empty strings 2020-11-04 17:49:23 +00:00
ABIDecoderTests.cpp Tests/Docs after "stricter explicit conversion from Literals to Integers" 2020-11-03 14:31:44 +01:00
ABIEncoderTests.cpp Tests/Docs after "stricter explicit conversion from Literals to Integers" 2020-11-03 14:31:44 +01:00
ABIJsonTest.cpp
ABIJsonTest.h
ABITestsCommon.h
AnalysisFramework.cpp
AnalysisFramework.h
Assembly.cpp Introduce abicoder pragma. 2020-11-03 13:31:50 +01:00
ASTJSONTest.cpp
ASTJSONTest.h
ErrorCheck.cpp
ErrorCheck.h
GasCosts.cpp
GasMeter.cpp
GasTest.cpp
GasTest.h
Imports.cpp
InlineAssembly.cpp Moving the surplus_input inline assembly test to yulSyntaxTests. 2020-11-04 12:03:33 +01:00
LibSolc.cpp
Metadata.cpp
SemanticTest.cpp Merge remote-tracking branch 'origin/develop' into HEAD 2020-10-29 16:44:47 +01:00
SemanticTest.h
SemVerMatcher.cpp
SMTCheckerTest.cpp Isoltets SMTChecker option and BMC specific tests 2020-11-06 15:03:38 +00:00
SMTCheckerTest.h Isoltets SMTChecker option and BMC specific tests 2020-11-06 15:03:38 +00:00
SolidityCompiler.cpp
SolidityEndToEndTest.cpp Tests/Docs after "stricter explicit conversion from Literals to Integers" 2020-11-03 14:31:44 +01:00
SolidityExecutionFramework.cpp
SolidityExecutionFramework.h
SolidityExpressionCompiler.cpp Merge remote-tracking branch 'origin/develop' into breaking 2020-11-03 14:05:14 +01:00
SolidityNameAndTypeResolution.cpp
SolidityNatspecJSON.cpp
SolidityOptimizer.cpp Tests/Docs after "stricter explicit conversion from Literals to Integers" 2020-11-03 14:31:44 +01:00
SolidityParser.cpp
SolidityTypes.cpp
StandardCompiler.cpp
SyntaxTest.cpp
SyntaxTest.h
ViewPureChecker.cpp