solidity/test/libsolidity
Mathias L. Baumann 63b6bbe15c
Merge pull request #12471 from ethereum/modifiers-control-flow-11483
Properly generated control flows for inherited modifiers
2022-01-06 13:39:50 +01:00
..
ABIJson
analysis
ASTJSON Evaluate absolute paths for imports in 'parsing' stage 2021-11-08 16:34:02 +01:00
errorRecoveryTests
gasTests
interface
lsp Initial implementation of Language Server 2021-12-16 17:52:49 +01:00
semanticTests Added more tests. Updated chromosome. Remove unused headers. 2022-01-04 13:27:39 +05:30
smtCheckerTests Do not analyze unecessary contracts 2021-12-24 19:36:32 +01:00
syntaxTests Properly resolve virtual modifiers 2022-01-06 12:52:06 +01:00
util TestFunctionCall::formatRawParameters(): Ensure that uint8_t overload of toHex() is called 2021-11-15 20:52:25 +01:00
ABIDecoderTests.cpp
ABIEncoderTests.cpp
ABIJsonTest.cpp
ABIJsonTest.h
ABITestsCommon.h
AnalysisFramework.cpp Accessors for exceptions. 2021-12-01 14:26:23 +01:00
AnalysisFramework.h
Assembly.cpp
ASTJSONTest.cpp Refactor ASTJSON tests to allow easier addition of variations. 2021-11-11 10:44:16 +01:00
ASTJSONTest.h Refactor ASTJSON tests to allow easier addition of variations. 2021-11-11 10:44:16 +01:00
constructor_inheritance_init_order_3.sol
ErrorCheck.cpp
ErrorCheck.h
GasCosts.cpp
GasMeter.cpp
GasTest.cpp
GasTest.h
Imports.cpp
InlineAssembly.cpp
LibSolc.cpp
Metadata.cpp
SemanticTest.cpp Rename gas constants in ExecutionFramework 2021-11-15 16:31:52 +01:00
SemanticTest.h
SemVerMatcher.cpp
SMTCheckerTest.cpp Add SMTCheckerTest isoltest option to ignore invariants 2021-10-26 11:30:30 +02:00
SMTCheckerTest.h Add SMTCheckerTest isoltest option to ignore invariants 2021-10-26 11:30:30 +02:00
SolidityCompiler.cpp
SolidityEndToEndTest.cpp trial test cases extracted from SoliidityEndToEndTest.cpp into .sol files. 2021-12-16 16:56:38 +05:30
SolidityExecutionFramework.cpp
SolidityExecutionFramework.h
SolidityExpressionCompiler.cpp
SolidityNameAndTypeResolution.cpp
SolidityNatspecJSON.cpp
SolidityOptimizer.cpp
SolidityParser.cpp
SolidityTypes.cpp
StandardCompiler.cpp
SyntaxTest.cpp Accessors for exceptions. 2021-12-01 14:26:23 +01:00
SyntaxTest.h
ViewPureChecker.cpp