solidity/test/libsolidity
Kristofer Peterson f927da9182 Refactor of bool TypeChecker::visit(FunctionCall const& _functionCall).
Visit method now cleanly determines if node represents a function call,
struct construction or type conversion. Type checking, validation and
error message logic is moved to separate methods.
2018-11-09 16:35:54 +00:00
..
ASTJSON Fix ast json test for function kind. 2018-10-08 23:07:10 +02:00
smtCheckerTests Grouping of symbolic variables in the same file and support to FixedBytes 2018-10-25 09:30:48 +02:00
syntaxTests Refactor of bool TypeChecker::visit(FunctionCall const& _functionCall). 2018-11-09 16:35:54 +00:00
ABIDecoderTests.cpp
ABIEncoderTests.cpp
ABITestsCommon.h
AnalysisFramework.cpp Renamed SHA3.{h,cpp} files. 2018-10-18 14:31:36 +02:00
AnalysisFramework.h
Assembly.cpp
ASTJSONTest.cpp Do not require ctype/stdio if not needed 2018-10-09 19:06:22 +01:00
ASTJSONTest.h
ErrorCheck.cpp
ErrorCheck.h
FormattedScope.h
GasMeter.cpp
Imports.cpp
InlineAssembly.cpp
LibSolc.cpp
Metadata.cpp
SemVerMatcher.cpp Refactor solidity::Token into an enum class with TokenTraits helper namespace 2018-10-22 17:00:51 +02:00
SMTChecker.cpp [SMTChecker] Support msg.*, tx.*, block.*, gasleft and blockhash 2018-10-19 15:52:16 +02:00
SolidityABIJSON.cpp
SolidityCompiler.cpp
SolidityEndToEndTest.cpp Eliminate byte-typedef and use uint8_t in all their places instead. 2018-11-07 12:17:57 +01:00
SolidityExecutionFramework.cpp
SolidityExecutionFramework.h
SolidityExpressionCompiler.cpp Eliminate byte-typedef and use uint8_t in all their places instead. 2018-11-07 12:17:57 +01:00
SolidityNameAndTypeResolution.cpp Renamed SHA3.{h,cpp} files. 2018-10-18 14:31:36 +02:00
SolidityNatspecJSON.cpp
SolidityOptimizer.cpp
SolidityParser.cpp
SolidityScanner.cpp
SolidityTypes.cpp Merge pull request #5265 from ethereum/cleanupsha3 2018-11-09 15:39:57 +01:00
StandardCompiler.cpp
SyntaxTest.cpp Do not require ctype/stdio if not needed 2018-10-09 19:06:22 +01:00
SyntaxTest.h
TestCase.cpp Add Yul optimizer test framework. 2018-10-11 16:59:57 +02:00
TestCase.h
ViewPureChecker.cpp