solidity/test/libsolidity
2021-01-14 10:32:31 +01:00
..
ABIJson Use new abicoder pragma. 2020-11-24 14:57:45 +01:00
ASTJSON
errorRecoveryTests
gasTests Updating gas costs and cmdline tests. 2020-12-30 17:48:41 +01:00
semanticTests [Sol->Yul] Fixing nested bytes array push. 2021-01-14 10:32:31 +01:00
smtCheckerTests [SMTChecker] Refactoring expression to tuple assignment 2021-01-12 17:15:14 +01:00
syntaxTests Merge pull request #10710 from ethereum/implicit-conversion-bug 2021-01-12 15:42:12 +01:00
util Enable more C++ compiler warnings 2020-12-10 21:03:58 +00:00
ABIDecoderTests.cpp
ABIEncoderTests.cpp
ABIJsonTest.cpp remove extra definition of printIndented 2020-06-02 21:15:00 +07:00
ABIJsonTest.h
ABITestsCommon.h
AnalysisFramework.cpp
AnalysisFramework.h
Assembly.cpp
ASTJSONTest.cpp
ASTJSONTest.h
constructor_inheritance_init_order_3.sol [Sol->Yul] Documenting difference in initialization order in case of inheritance. 2020-12-04 16:32:56 +01:00
ErrorCheck.cpp
ErrorCheck.h
GasCosts.cpp Updating gas costs and cmdline tests. 2020-12-30 17:48:41 +01:00
GasMeter.cpp Force running abi coder v1 instead of v2. 2020-12-09 15:25:15 +01:00
GasTest.cpp
GasTest.h
Imports.cpp
InlineAssembly.cpp Update tests 2020-12-10 17:18:15 +01:00
LibSolc.cpp
Metadata.cpp Add viaIR option to CompilerStack 2020-11-12 22:34:31 +00:00
SemanticTest.cpp
SemanticTest.h
SemVerMatcher.cpp Report meaningful error if parsing a version pragma failed 2020-12-18 11:50:37 +00:00
SMTCheckerTest.cpp
SMTCheckerTest.h
SolidityCompiler.cpp
SolidityEndToEndTest.cpp Enable some tests. 2021-01-11 20:37:45 +01:00
SolidityExecutionFramework.cpp Merge pull request #10608 from ethereum/develop 2020-12-15 15:24:53 +01:00
SolidityExecutionFramework.h
SolidityExpressionCompiler.cpp Merge remote-tracking branch 'origin/develop' into breaking 2020-12-14 11:33:40 +01:00
SolidityNameAndTypeResolution.cpp
SolidityNatspecJSON.cpp
SolidityOptimizer.cpp Update tests 2020-12-14 19:32:31 +00:00
SolidityParser.cpp Update tests 2020-12-14 19:32:31 +00:00
SolidityTypes.cpp Update tests 2020-12-14 19:32:31 +00:00
StandardCompiler.cpp
SyntaxTest.cpp Report an error if immutables not assigned 2020-07-23 16:38:54 +02:00
SyntaxTest.h
ViewPureChecker.cpp