solidity/test/libsolidity
2020-11-26 12:13:29 +01:00
..
ABIJson Use new abicoder pragma. 2020-11-24 14:57:45 +01:00
ASTJSON Support .offset and .length for calldata bytes and string arrays. 2020-11-18 01:45:56 +01:00
errorRecoveryTests
gasTests Use new abicoder pragma. 2020-11-24 14:57:45 +01:00
semanticTests Support copying of nested calldata arrays to memory. 2020-11-26 12:13:29 +01:00
smtCheckerTests [SMTChecker] Fix SMT logic error when doing compound assignment with string literlas. 2020-11-24 19:14:15 +01:00
syntaxTests Support copying of nested calldata arrays to memory. 2020-11-26 12:13:29 +01:00
util
ABIDecoderTests.cpp
ABIEncoderTests.cpp
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 Stop after parsing. 2020-09-30 16:57:49 +02:00
ErrorCheck.cpp
ErrorCheck.h
GasCosts.cpp
GasMeter.cpp
GasTest.cpp
GasTest.h
Imports.cpp
InlineAssembly.cpp
LibSolc.cpp
Metadata.cpp
SemanticTest.cpp
SemanticTest.h
SemVerMatcher.cpp
SMTCheckerTest.cpp
SMTCheckerTest.h
SolidityCompiler.cpp Update tests. 2020-07-07 12:16:18 +02:00
SolidityEndToEndTest.cpp Use new abicoder pragma. 2020-11-24 14:57:45 +01:00
SolidityExecutionFramework.cpp Use new abicoder pragma. 2020-11-24 14:57:45 +01:00
SolidityExecutionFramework.h
SolidityExpressionCompiler.cpp
SolidityNameAndTypeResolution.cpp Use new abicoder pragma. 2020-11-24 14:57:45 +01:00
SolidityNatspecJSON.cpp Natspec: Fix internal error when different return name was inherited 2020-11-17 11:56:32 +01:00
SolidityOptimizer.cpp
SolidityParser.cpp
SolidityTypes.cpp
StandardCompiler.cpp StandardCompiler: Include file names in link references 2020-11-17 17:51:04 +01:00
SyntaxTest.cpp
SyntaxTest.h
ViewPureChecker.cpp