solidity/test/libsolidity
Kamil Śliwak 1a2e441bc5 Generate internal dispatch only for functions that might actually get called via pointers
- This also adds support for internal library calls as a side-effect since they'll now be pulled into the internal dispatch automatically.
2020-05-26 17:01:50 +02:00
..
ABIJson Fix ABI internal compiler error caused by an internal constructor 2020-05-07 05:49:49 +02:00
ASTJSON Allow natspec comments on state variables. 2020-05-19 11:01:52 -05:00
errorRecoveryTests
gasTests
semanticTests Generate internal dispatch only for functions that might actually get called via pointers 2020-05-26 17:01:50 +02:00
smtCheckerTests [SMTChecker] Add test that has an unused mapping 2020-05-25 10:24:48 +02:00
smtCheckerTestsJSON [SMTChecker] Support array length 2020-05-14 23:32:29 +02:00
syntaxTests Checks for uninitialized access to calldata variables. 2020-05-26 10:51:13 +02:00
util [isoltest] Improve parameter formatting. 2020-05-19 19:13:39 -05:00
ABIDecoderTests.cpp
ABIEncoderTests.cpp
ABIJsonTest.cpp Add support for SPDX license identifiers. 2020-05-13 18:16:59 +02:00
ABIJsonTest.h
ABITestsCommon.h
AnalysisFramework.cpp Add support for SPDX license identifiers. 2020-05-13 18:16:59 +02:00
AnalysisFramework.h Add support for SPDX license identifiers. 2020-05-13 18:16:59 +02:00
Assembly.cpp Move scopes into resolver. 2020-05-14 13:16:47 +02:00
ASTJSONTest.cpp Test: Output JSON AST as array when it involves multiple sources 2020-05-19 14:26:08 +02:00
ASTJSONTest.h
ErrorCheck.cpp
ErrorCheck.h
GasCosts.cpp Remove --optimize-yul flag for soltest 2020-05-06 11:49:40 +02:00
GasMeter.cpp Add support for SPDX license identifiers. 2020-05-13 18:16:59 +02:00
GasTest.cpp Add support for SPDX license identifiers. 2020-05-13 18:16:59 +02:00
GasTest.h
Imports.cpp
InlineAssembly.cpp
LibSolc.cpp
Metadata.cpp
SemanticTest.cpp isoltest: WhiskersError and YulException treated differently when enforcing viaYul 2020-05-11 09:37:04 +02:00
SemanticTest.h [isoltest] Enforcing compileViaYul to be set if test can pass via yul 2020-05-05 00:38:13 +02:00
SemVerMatcher.cpp
SMTChecker.cpp Add support for SPDX license identifiers. 2020-05-13 18:16:59 +02:00
SMTCheckerJSONTest.cpp Add support for SPDX license identifiers. 2020-05-13 18:16:59 +02:00
SMTCheckerJSONTest.h
SMTCheckerTest.cpp Rename namespace 2020-05-20 12:55:18 +02:00
SMTCheckerTest.h Rename namespace 2020-05-20 12:55:18 +02:00
SolidityCompiler.cpp
SolidityEndToEndTest.cpp
SolidityExecutionFramework.cpp
SolidityExecutionFramework.h
SolidityExpressionCompiler.cpp Move scopes into resolver. 2020-05-14 13:16:47 +02:00
SolidityNameAndTypeResolution.cpp Add support for SPDX license identifiers. 2020-05-13 18:16:59 +02:00
SolidityNatspecJSON.cpp Fixed bug when two empty NatSpec comments led to scanning past EOL 2020-05-20 20:26:02 +05:30
SolidityOptimizer.cpp
SolidityParser.cpp
SolidityScanner.cpp Fixed bug when two empty NatSpec comments led to scanning past EOL 2020-05-20 20:26:02 +05:30
SolidityTypes.cpp Add support for SPDX license identifiers. 2020-05-13 18:16:59 +02:00
StandardCompiler.cpp Add new test. 2020-05-13 18:16:59 +02:00
SyntaxTest.cpp Add support for SPDX license identifiers. 2020-05-13 18:16:59 +02:00
SyntaxTest.h
ViewPureChecker.cpp