solidity/test/libsolidity
Leo a0933fa80a
Merge pull request #14276 from ethereum/smtchecker-fix-ice
SMTChecker: External function call with struct member is not getter
2023-05-30 13:46:35 +02:00
..
ABIJson Export all events. 2023-05-03 14:08:27 -03:00
analysis
ASTJSON Yul AST output on the CLI and in Standard JSON 2023-05-26 12:35:31 +02:00
errorRecoveryTests Remove EWASM backend. 2023-05-11 10:56:55 -05:00
gasTests Change default EVM version to Shanghai. 2023-05-08 16:34:23 +02:00
interface
lsp Remove EWASM backend. 2023-05-11 10:56:55 -05:00
memoryGuardTests
semanticTests Allow qualified access to events from other contracts 2023-05-26 12:52:52 +02:00
smtCheckerTests Merge pull request #14276 from ethereum/smtchecker-fix-ice 2023-05-30 13:46:35 +02:00
syntaxTests Allow qualified access to events from other contracts 2023-05-26 12:52:52 +02:00
util
ABIDecoderTests.cpp
ABIEncoderTests.cpp
ABIJsonTest.cpp
ABIJsonTest.h
ABITestsCommon.h
AnalysisFramework.cpp
AnalysisFramework.h
Assembly.cpp
ASTJSONTest.cpp Make ASTJSONTest an EVMVersionRestrictedTestCase 2023-05-17 18:10:16 +02:00
ASTJSONTest.h Make ASTJSONTest an EVMVersionRestrictedTestCase 2023-05-17 18:10:16 +02:00
ErrorCheck.cpp
ErrorCheck.h
GasCosts.cpp Change default EVM version to Shanghai. 2023-05-08 16:34:23 +02:00
GasMeter.cpp
GasTest.cpp
GasTest.h
Imports.cpp
InlineAssembly.cpp
LibSolc.cpp
MemoryGuardTest.cpp
MemoryGuardTest.h
Metadata.cpp
SemanticTest.cpp Remove EWASM backend. 2023-05-11 10:56:55 -05:00
SemanticTest.h Remove EWASM backend. 2023-05-11 10:56:55 -05:00
SemVerMatcher.cpp
SMTCheckerTest.cpp group unsupported warnings 2023-03-15 17:06:06 +01:00
SMTCheckerTest.h
SolidityCompiler.cpp test: some tests for push0 2023-04-12 00:10:24 +02:00
SolidityEndToEndTest.cpp Remove EWASM backend. 2023-05-11 10:56:55 -05:00
SolidityExecutionFramework.cpp Remove EWASM backend. 2023-05-11 10:56:55 -05:00
SolidityExecutionFramework.h Remove EWASM backend. 2023-05-11 10:56:55 -05:00
SolidityExpressionCompiler.cpp test: some tests for push0 2023-04-12 00:10:24 +02:00
SolidityNameAndTypeResolution.cpp
SolidityNatspecJSON.cpp Export all events. 2023-05-03 14:08:27 -03:00
SolidityOptimizer.cpp
SolidityParser.cpp
SolidityTypes.cpp Introduce solidity-next pragma 2023-05-15 19:25:13 +02:00
StandardCompiler.cpp Add experimental support to import AST via Standard JSON. 2023-05-09 14:07:38 -05:00
SyntaxTest.cpp
SyntaxTest.h
ViewPureChecker.cpp