solidity/test/libsolidity
2019-05-06 18:32:10 +02:00
..
ASTJSON
semanticTests LValues and state variables of value type. 2019-05-02 17:03:22 +02:00
smtCheckerTests [SMTChecker] Support delete 2019-05-06 18:32:10 +02:00
smtCheckerTestsJSON [SMTChecker] Support tuples as function calls with multiple return values 2019-05-03 06:10:22 +02:00
syntaxTests Throws error on library calling itself externally. 2019-05-02 12:41:07 +02:00
util Takes type formats in isoltest from contract ABI. 2019-04-30 16:01:04 +02:00
ABIDecoderTests.cpp Adjust semantics tests. 2019-04-03 17:59:04 +02:00
ABIEncoderTests.cpp
ABITestsCommon.h
AnalysisFramework.cpp [test] AnalysisFramework's instance of CompilerStack to be lazily instanciated. 2019-04-16 18:25:03 +02:00
AnalysisFramework.h libsolidity: Introducing TypeProvider API, for clear type system ownership. 2019-04-16 18:26:45 +02:00
Assembly.cpp Issue warning for variables called super or this 2019-05-02 11:30:24 +02:00
ASTJSONTest.cpp
ASTJSONTest.h
ErrorCheck.cpp
ErrorCheck.h
GasCosts.cpp Run tests with both ABIV2 and Yul optimizer. 2019-04-04 13:18:30 +02:00
GasMeter.cpp
Imports.cpp
InlineAssembly.cpp Make optimiser settings available to assembly stack. 2019-03-28 18:24:13 +01:00
LibSolc.cpp
Metadata.cpp Move metadata settings into its own object. 2019-04-29 14:19:27 +02:00
SemanticTest.cpp Takes type formats in isoltest from contract ABI. 2019-04-30 16:01:04 +02:00
SemanticTest.h Add settings framework for interactive tests. 2019-04-03 14:58:20 +02:00
SemVerMatcher.cpp Move SemVerHandler to analysis to parsing to increase modularity... 2019-04-17 10:13:42 -04:00
SMTChecker.cpp [SMTChecker] Support mod 2019-04-12 12:39:25 +02:00
SMTCheckerJSONTest.cpp
SMTCheckerJSONTest.h
SolidityABIJSON.cpp
SolidityCompiler.cpp [test] AnalysisFramework's instance of CompilerStack to be lazily instanciated. 2019-04-16 18:25:03 +02:00
SolidityEndToEndTest.cpp Fix external ABI type name for contracts 2019-04-18 11:39:48 +02:00
SolidityExecutionFramework.cpp
SolidityExecutionFramework.h Tests that compile via Yul have to use the Yul optimizer. 2019-05-02 17:02:05 +02:00
SolidityExpressionCompiler.cpp Issue warning for variables called super or this 2019-05-02 11:30:24 +02:00
SolidityNameAndTypeResolution.cpp [test] AnalysisFramework's instance of CompilerStack to be lazily instanciated. 2019-04-16 18:25:03 +02:00
SolidityNatspecJSON.cpp
SolidityOptimizer.cpp
SolidityParser.cpp Fix wrong location for inline asm blocks 2019-04-15 16:40:07 +02:00
SolidityScanner.cpp
SolidityTypes.cpp [libsolidity] TypeProvider: eliminate redundant "Type" suffix in provider function signatures. 2019-04-17 14:42:07 +02:00
StandardCompiler.cpp Some move semantics improvements. 2019-04-17 14:19:48 +02:00
SyntaxTest.cpp [test] AnalysisFramework's instance of CompilerStack to be lazily instanciated. 2019-04-16 18:25:03 +02:00
SyntaxTest.h Add settings framework for interactive tests. 2019-04-03 14:58:20 +02:00
ViewPureChecker.cpp