.. |
ASTJSON
|
Syntax for meta type information.
|
2019-01-17 20:36:48 +01:00 |
semanticTests
|
Merge pull request #6120 from ethereum/soltest-hex-strings
|
2019-03-13 14:12:32 +01:00 |
smtCheckerTests
|
Add MerkleProof test that used to crash
|
2019-03-11 14:29:47 +01:00 |
smtCheckerTestsJSON
|
[SMTChecker] Use SymbolicFunctionVariable for uninterpreted functions
|
2018-12-11 11:28:25 +01:00 |
syntaxTests
|
Merge pull request #6209 from ethereum/dynamicCalldataStructs
|
2019-03-11 17:05:34 +01:00 |
util
|
Adds support for hex string literals in soltest.
|
2019-03-13 12:37:33 +01:00 |
ABIDecoderTests.cpp
|
EVMVersion in langutil namespace instead of solidity
|
2019-02-25 15:29:57 +01:00 |
ABIEncoderTests.cpp
|
Special treatment for differences between ABI encoders.
|
2019-02-21 11:11:29 +00:00 |
ABITestsCommon.h
|
Decoder tests.
|
2017-11-29 17:08:44 +01:00 |
AnalysisFramework.cpp
|
Fail if parsing failed in AnalysisFramework
|
2018-12-18 15:02:37 +00:00 |
AnalysisFramework.h
|
Introduce namespace langutil in liblangutil directory.
|
2018-11-21 19:13:44 +00:00 |
Assembly.cpp
|
Update tests.
|
2019-03-04 11:44:54 +01:00 |
ASTJSONTest.cpp
|
Adapts tests/ to use AnsiColorized (the generalized/moved version of FormattedScope, which in turn is removed in this PR)
|
2019-02-11 16:00:24 +01:00 |
ASTJSONTest.h
|
Implements infrastructure for semantic tests.
|
2019-02-13 13:05:58 +01:00 |
ErrorCheck.cpp
|
Introduce namespace langutil in liblangutil directory.
|
2018-11-21 19:13:44 +00:00 |
ErrorCheck.h
|
Introduce namespace langutil in liblangutil directory.
|
2018-11-21 19:13:44 +00:00 |
GasCosts.cpp
|
Peephole optimizer for "iszero iszero <tag> jumpi".
|
2019-03-07 15:52:02 +01:00 |
GasMeter.cpp
|
Special treatment for differences between ABI encoders.
|
2019-02-21 11:11:29 +00:00 |
Imports.cpp
|
Check base contracts for abi encoder compatibility
|
2019-03-06 11:16:54 +01:00 |
InlineAssembly.cpp
|
Make unavailable opcodes errors.
|
2019-02-28 22:20:01 +01:00 |
LibSolc.cpp
|
Clean up some includes in tests
|
2019-02-05 22:58:43 +00:00 |
Metadata.cpp
|
Use CBOR parser in metadata tests
|
2019-03-11 13:01:37 +01:00 |
SemanticTest.cpp
|
Right-aligns hex numbers and introduces alignment built-ins.
|
2019-03-06 18:24:13 +01:00 |
SemanticTest.h
|
Moves soltest function call to separate class.
|
2019-02-21 16:39:31 +01:00 |
SemVerMatcher.cpp
|
liblangutil: extends CharStream to know about the respective (file-)name (and adapt codebase to it)
|
2018-11-29 12:45:27 +01:00 |
SMTChecker.cpp
|
[SMTChecker] Move tests that contain division to boost tests
|
2019-02-20 12:17:03 +01:00 |
SMTCheckerJSONTest.cpp
|
Adapts tests/ to use AnsiColorized (the generalized/moved version of FormattedScope, which in turn is removed in this PR)
|
2019-02-11 16:00:24 +01:00 |
SMTCheckerJSONTest.h
|
Implements infrastructure for semantic tests.
|
2019-02-13 13:05:58 +01:00 |
SolidityABIJSON.cpp
|
Exclude internal functions in library ABIs
|
2019-03-11 16:33:44 +01:00 |
SolidityCompiler.cpp
|
Restrict the state when settings can be altered in CompilerStack
|
2019-02-28 12:55:36 +00:00 |
SolidityEndToEndTest.cpp
|
Merge pull request #6248 from ethereum/shiftopt-fix-overflow
|
2019-03-13 12:02:33 +01:00 |
SolidityExecutionFramework.cpp
|
Implements infrastructure for semantic tests.
|
2019-02-13 13:05:58 +01:00 |
SolidityExecutionFramework.h
|
Add CLI option to soltest to always use ABIEncoderV2
|
2019-02-20 16:55:19 +01:00 |
SolidityExpressionCompiler.cpp
|
Update tests.
|
2019-03-04 11:44:54 +01:00 |
SolidityNameAndTypeResolution.cpp
|
Make unavailable opcodes errors.
|
2019-02-28 22:20:01 +01:00 |
SolidityNatspecJSON.cpp
|
make use of C++ = default constructor declarations as well as more non-static member initialization syntax.
|
2018-12-19 11:26:42 +01:00 |
SolidityOptimizer.cpp
|
Move bytecodeSansMetadata(bytes) helper to test/Metadata
|
2019-02-05 23:13:01 +00:00 |
SolidityParser.cpp
|
Fix style of "const".
|
2019-02-13 16:34:53 +01:00 |
SolidityScanner.cpp
|
Add extra token for assembly assignment
|
2019-02-21 13:58:21 +01:00 |
SolidityTypes.cpp
|
Remove duplicate if-check
|
2019-02-11 14:56:57 +01:00 |
StandardCompiler.cpp
|
Merge pull request #5941 from ethereum/metadata-compilerstack
|
2019-03-04 18:53:07 +01:00 |
SyntaxTest.cpp
|
Adapts tests/ to use AnsiColorized (the generalized/moved version of FormattedScope, which in turn is removed in this PR)
|
2019-02-11 16:00:24 +01:00 |
SyntaxTest.h
|
Implements infrastructure for semantic tests.
|
2019-02-13 13:05:58 +01:00 |
ViewPureChecker.cpp
|
Make unavailable opcodes errors.
|
2019-02-28 22:20:01 +01:00 |