solidity/test/libsolidity
chriseth 3d04d83297
Merge pull request #3868 from ethereum/bytescleanup
Properly force-clean for shortening bytesXX conversions.
2018-04-16 15:23:36 +02:00
..
syntaxTests Merge pull request #3793 from ethereum/rationalNumberLimit 2018-04-16 13:10:50 +02:00
ABIDecoderTests.cpp
ABIEncoderTests.cpp
ABITestsCommon.h
AnalysisFramework.cpp
AnalysisFramework.h
Assembly.cpp Remove dead code and clarify throw. 2018-04-12 20:13:16 +02:00
ASTJSON.cpp Adds unit test that covers long typeDescription and renames suite. 2018-04-12 21:14:50 +02:00
ASTLegacyJSON.cpp Adds unit test that covers long typeDescription and renames suite. 2018-04-12 21:14:50 +02:00
ErrorCheck.cpp
ErrorCheck.h
FormattedScope.h Add source locations to syntax test expectations. 2018-04-10 14:08:22 +02:00
GasMeter.cpp Correctly ignore costs of fallback for other functions. 2018-04-11 19:42:34 +01:00
Imports.cpp
InlineAssembly.cpp Ignore shift warnings on constantinople tests 2018-04-10 15:29:55 +01:00
JSONCompiler.cpp Adjust tests. 2018-04-12 13:09:38 +02:00
Metadata.cpp
SemVerMatcher.cpp
SMTChecker.cpp
SolidityABIJSON.cpp
SolidityCompiler.cpp Update expectation. 2018-04-12 13:09:38 +02:00
SolidityEndToEndTest.cpp Merge pull request #3868 from ethereum/bytescleanup 2018-04-16 15:23:36 +02:00
SolidityExecutionFramework.cpp
SolidityExecutionFramework.h
SolidityExpressionCompiler.cpp
SolidityNameAndTypeResolution.cpp Merge pull request #3364 from ethereum/revertWithReason 2018-04-12 21:01:08 +02:00
SolidityNatspecJSON.cpp
SolidityOptimizer.cpp More specific push implementation. 2018-04-04 16:50:45 +02:00
SolidityParser.cpp Fix internal compiler error when parsing `var` declaration without identifier. 2018-04-12 14:57:14 +02:00
SolidityScanner.cpp
SolidityTypes.cpp Allow `memory` suffix for internal elementary type parsing. 2018-04-05 16:06:04 +02:00
StandardCompiler.cpp Adjust tests. 2018-04-12 13:09:38 +02:00
SyntaxTest.cpp Add source locations to syntax test expectations. 2018-04-10 14:08:22 +02:00
SyntaxTest.h Add source locations to syntax test expectations. 2018-04-10 14:08:22 +02:00
ViewPureChecker.cpp