solidity/test/libsolidity
2020-06-22 18:40:20 +02:00
..
ABIJson Fix ABI internal compiler error caused by an internal constructor 2020-05-07 05:49:49 +02:00
ASTJSON Merge remote-tracking branch 'origin/develop' into breaking 2020-06-10 11:30:50 +02:00
errorRecoveryTests Added error codes to SyntaxTest expectations (updated tests) 2020-06-22 16:51:47 +02:00
gasTests Anything outside storage is always a pointer. 2020-03-23 15:34:10 +01:00
semanticTests Merge pull request #9208 from ethereum/develop 2020-06-16 16:11:41 +02:00
smtCheckerTests Merge remote-tracking branch 'origin/develop' into breaking 2020-06-22 18:40:20 +02:00
smtCheckerTestsJSON [SMTChecker] Support array length 2020-05-14 23:32:29 +02:00
syntaxTests Merge remote-tracking branch 'origin/develop' into breaking 2020-06-22 18:40:20 +02:00
util Adding fixes for signedness warnings in libsolidity 2020-06-10 10:41:55 +02:00
ABIDecoderTests.cpp
ABIEncoderTests.cpp Adding fixes for signedness warnings in libsolidity 2020-06-10 10:41:55 +02:00
ABIJsonTest.cpp remove extra definition of printIndented 2020-06-02 21:15:00 +07:00
ABIJsonTest.h remove extra definition of printIndented 2020-06-02 21:15:00 +07:00
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 Refactor name and type resolution. 2020-06-12 12:18:02 +02:00
ASTJSONTest.cpp Add error IDs to console output 2020-06-10 13:27:25 +02:00
ASTJSONTest.h remove extra definition of printIndented 2020-06-02 21:15:00 +07:00
ErrorCheck.cpp
ErrorCheck.h
GasCosts.cpp Merge remote-tracking branch 'origin/develop' into breaking 2020-05-12 17:48:53 +02:00
GasMeter.cpp Add support for SPDX license identifiers. 2020-05-13 18:16:59 +02:00
GasTest.cpp Add error IDs to console output 2020-06-10 13:27:25 +02:00
GasTest.h remove extra definition of printIndented 2020-06-02 21:15:00 +07:00
Imports.cpp
InlineAssembly.cpp Ignore warnings for yulOptimizer tests 2020-06-09 13:03:57 +02:00
LibSolc.cpp
Metadata.cpp
SemanticTest.cpp Do not try compiling via yul if explicitly forbidden. 2020-06-02 19:55:33 +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 Added error codes to SyntaxTest expectations (changed code) 2020-06-22 16:53:03 +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 fixed compilation tests and upgraded ext. tests branch 2020-05-05 21:11:15 +05:30
SolidityExecutionFramework.cpp SolidityExecutionFramework: Fix indentation 2020-06-01 18:25:02 +02:00
SolidityExecutionFramework.h Apply modernize-use-override. 2020-04-02 18:00:44 -05:00
SolidityExpressionCompiler.cpp Refactor name and type resolution. 2020-06-12 12:18:02 +02:00
SolidityNameAndTypeResolution.cpp Add support for SPDX license identifiers. 2020-05-13 18:16:59 +02:00
SolidityNatspecJSON.cpp Merge pull request #9208 from ethereum/develop 2020-06-16 16:11:41 +02:00
SolidityOptimizer.cpp Merge remote-tracking branch 'origin/develop' into breaking 2020-06-15 17:11:41 +02:00
SolidityParser.cpp Merge remote-tracking branch 'origin/develop' into breaking 2020-06-15 17:11:41 +02:00
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 Natspec: Output "type" and "version" in documenation 2020-06-15 14:53:34 +02:00
SyntaxTest.cpp Added error codes to SyntaxTest expectations (changed code) 2020-06-22 16:53:03 +02:00
SyntaxTest.h
ViewPureChecker.cpp