solidity/test/libsolidity
chriseth 84251e5a22
Merge pull request #6405 from ethereum/smt_compound_assignment
[SMTChecker] Support arithmetic compound assignment operators.
2019-03-28 18:27:25 +01:00
..
ASTJSON Syntax for meta type information. 2019-01-17 20:36:48 +01:00
semanticTests [yul] Implements EVM codegen for break/continue plus respective tests & ChangeLog entry. 2019-03-28 14:09:25 +01:00
smtCheckerTests Merge pull request #6405 from ethereum/smt_compound_assignment 2019-03-28 18:27:25 +01:00
smtCheckerTestsJSON [SMTChecker] Use SymbolicFunctionVariable for uninterpreted functions 2018-12-11 11:28:25 +01:00
syntaxTests Disallow internal function types as parameters for public/external library function 2019-03-21 07:25:57 +01:00
util Fixes hex string update via isoltest. 2019-03-14 11:01:26 +01:00
ABIDecoderTests.cpp EVMVersion in langutil namespace instead of solidity 2019-02-25 15:29:57 +01:00
ABIEncoderTests.cpp Tests for arrays. 2019-03-25 18:28:44 +01:00
ABITestsCommon.h Decoder tests. 2017-11-29 17:08:44 +01:00
AnalysisFramework.cpp Use setSource in tests 2019-03-25 15:11:08 +00:00
AnalysisFramework.h Introduce namespace langutil in liblangutil directory. 2018-11-21 19:13:44 +00:00
Assembly.cpp Rename "enabled" optimizer setting stage to "standard". 2019-03-21 11:04:40 +01:00
ASTJSONTest.cpp Use setSource in tests 2019-03-25 15:11:08 +00: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 Use "none" and "full" optimizer settings in the optimizer tests. 2019-03-20 16:11:37 +01:00
GasMeter.cpp Use setSource in tests 2019-03-25 15:11:08 +00:00
Imports.cpp Use setSource in tests 2019-03-25 15:11:08 +00:00
InlineAssembly.cpp Fix and test yul stack optimization flag for commandline interface. 2019-03-14 15:34:23 +01:00
LibSolc.cpp Clean up some includes in tests 2019-02-05 22:58:43 +00:00
Metadata.cpp Use setSource in tests 2019-03-25 15:11:08 +00:00
SemanticTest.cpp Review suggestions. 2019-03-18 14:34:00 +01:00
SemanticTest.h Review suggestions. 2019-03-18 14:34:00 +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 Arithmetic compound assignment operators tests 2019-03-28 15:27:52 +01:00
SMTCheckerJSONTest.cpp Review suggestions. 2019-03-18 14:34:00 +01:00
SMTCheckerJSONTest.h Review suggestions. 2019-03-18 14:34:00 +01:00
SolidityABIJSON.cpp Use setSource in tests 2019-03-25 15:11:08 +00:00
SolidityCompiler.cpp Exclude metadata in compiler test 2019-03-22 17:35:15 +00:00
SolidityEndToEndTest.cpp Fixes bug in byte optimization rule and adds tests. 2019-03-21 14:29:06 +01:00
SolidityExecutionFramework.cpp Review suggestions. 2019-03-18 14:34:00 +01:00
SolidityExecutionFramework.h Use setSource in tests 2019-03-25 15:11:08 +00:00
SolidityExpressionCompiler.cpp Remove "using namespace" from header and move Instruction to dev::eth. 2019-03-28 13:48:11 +01:00
SolidityNameAndTypeResolution.cpp Make unavailable opcodes errors. 2019-02-28 22:20:01 +01:00
SolidityNatspecJSON.cpp Use setSource in tests 2019-03-25 15:11:08 +00:00
SolidityOptimizer.cpp Remove "using namespace" from header and move Instruction to dev::eth. 2019-03-28 13:48:11 +01: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 Improves Result<T> in order to prevent defects. 2019-03-14 14:33:28 +01:00
StandardCompiler.cpp Emit warning when using the Yul optimiser 2019-03-25 18:38:06 +01:00
SyntaxTest.cpp Use setSource in tests 2019-03-25 15:11:08 +00:00
SyntaxTest.h Review suggestions. 2019-03-18 14:34:00 +01:00
ViewPureChecker.cpp Make unavailable opcodes errors. 2019-02-28 22:20:01 +01:00