solidity/test/libsolidity
2020-12-15 09:21:50 +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 Change assertions to align to TypeChecker. 2020-12-15 09:21:50 +01:00
smtCheckerTests [SMTChecker] Adding unary increment and decrement as under/overflow verification targets for the CHC engine 2020-12-11 17:41:50 +01:00
syntaxTests Adding tests for conversion of calldata slices to memory and storage and fixing syntax tests. 2020-12-15 09:21:47 +01:00
util Enable more C++ compiler warnings 2020-12-10 21:03:58 +00:00
ABIDecoderTests.cpp Replace the inconsistent use of u160/Address/h160 with h160 only 2020-12-07 16:44:59 +01:00
ABIEncoderTests.cpp Replace the inconsistent use of u160/Address/h160 with h160 only 2020-12-07 16:44:59 +01:00
ABIJsonTest.cpp
ABIJsonTest.h
ABITestsCommon.h
AnalysisFramework.cpp
AnalysisFramework.h
Assembly.cpp Simplify Compiler/CompilerContext by removing extra layers of indirection 2020-12-11 14:43:51 +00:00
ASTJSONTest.cpp Properly print sources in ASTJSONTest 2020-12-11 15:28:54 +00:00
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
GasMeter.cpp
GasTest.cpp
GasTest.h
Imports.cpp
InlineAssembly.cpp
LibSolc.cpp
Metadata.cpp
SemanticTest.cpp
SemanticTest.h
SemVerMatcher.cpp Enable more C++ compiler warnings 2020-12-10 21:03:58 +00:00
SMTCheckerTest.cpp Move CHC counterexamples to primary location 2020-12-09 19:55:18 +01:00
SMTCheckerTest.h Move CHC counterexamples to primary location 2020-12-09 19:55:18 +01:00
SolidityCompiler.cpp
SolidityEndToEndTest.cpp Add more tests for state access (block, msg, tx, etc.) 2020-12-09 20:46:01 +00:00
SolidityExecutionFramework.cpp Use new abicoder pragma. 2020-11-24 14:57:45 +01:00
SolidityExecutionFramework.h
SolidityExpressionCompiler.cpp Simplify Compiler/CompilerContext by removing extra layers of indirection 2020-12-11 14:43:51 +00:00
SolidityNameAndTypeResolution.cpp Use new abicoder pragma. 2020-11-24 14:57:45 +01:00
SolidityNatspecJSON.cpp
SolidityOptimizer.cpp Enable the -Wconversion warning 2020-12-08 16:45:24 +00:00
SolidityParser.cpp
SolidityTypes.cpp Enable the -Wconversion warning 2020-12-08 16:45:24 +00:00
StandardCompiler.cpp
SyntaxTest.cpp
SyntaxTest.h Move CHC counterexamples to primary location 2020-12-09 19:55:18 +01:00
ViewPureChecker.cpp