solidity/test/libsolidity
Harikrishnan Mulackal 6fd5ea01d1
Merge pull request #10971 from ethereum/onlyWarnAboutVariables
Only warn about variables being shadowed in inline assembly.
2021-02-19 16:17:02 +01:00
..
ABIJson
ASTJSON Add test. 2021-02-11 10:50:54 +01:00
errorRecoveryTests
gasTests Run gas tests on NoMetadata format only. 2021-02-12 10:38:03 +01:00
semanticTests Only warn about variables being shadowed in inline assembly. 2021-02-19 14:29:22 +01:00
smtCheckerTests Merge pull request #10836 from ethereum/smt_fix_cex_inheritance 2021-02-03 18:49:25 +01:00
syntaxTests Only warn about variables being shadowed in inline assembly. 2021-02-19 14:29:22 +01:00
util test/libsolidity/util/ContractABIUtils.cpp: use std::bind. 2021-02-18 20:26:26 -05:00
ABIDecoderTests.cpp
ABIEncoderTests.cpp
ABIJsonTest.cpp
ABIJsonTest.h
ABITestsCommon.h
AnalysisFramework.cpp
AnalysisFramework.h
Assembly.cpp Add inlining for old optimizer. 2021-02-09 19:08:58 +01:00
ASTJSONTest.cpp
ASTJSONTest.h
constructor_inheritance_init_order_3.sol
ErrorCheck.cpp
ErrorCheck.h
GasCosts.cpp Run gas tests on NoMetadata format only. 2021-02-12 10:38:03 +01:00
GasMeter.cpp Add inlining for old optimizer. 2021-02-09 19:08:58 +01:00
GasTest.cpp Run gas tests on NoMetadata format only. 2021-02-12 10:38:03 +01:00
GasTest.h
Imports.cpp
InlineAssembly.cpp Updating tests after improving Yul error reporting 2021-02-09 16:55:33 +01:00
LibSolc.cpp
Metadata.cpp Run metadata tests for every metadata format. 2021-02-12 10:38:03 +01:00
SemanticTest.cpp [isoltest] Error out in case of different result when enforcing via yul. 2021-01-14 22:37:12 +00:00
SemanticTest.h
SemVerMatcher.cpp Report meaningful error if parsing a version pragma failed 2020-12-18 11:50:37 +00:00
SMTCheckerTest.cpp
SMTCheckerTest.h
SolidityCompiler.cpp
SolidityEndToEndTest.cpp Enable test. 2021-01-20 14:02:35 +01:00
SolidityExecutionFramework.cpp
SolidityExecutionFramework.h
SolidityExpressionCompiler.cpp
SolidityNameAndTypeResolution.cpp Only warn about variables being shadowed in inline assembly. 2021-02-19 14:29:22 +01:00
SolidityNatspecJSON.cpp
SolidityOptimizer.cpp
SolidityParser.cpp
SolidityTypes.cpp MemberList.Member's last argument (declaration) made mandatory to avoid accidental missing out during construction. 2021-02-11 10:46:14 +01:00
StandardCompiler.cpp Update AST Json expectations. 2021-02-11 10:11:24 +01:00
SyntaxTest.cpp SyntaxTest::filterObtainedErrors(): Remove hard-coded preamble to match changes in setupCompiler() 2021-01-18 16:17:06 +01:00
SyntaxTest.h Do not insert SPDX identifier if already present in SyntaxTest 2021-01-18 16:15:17 +01:00
ViewPureChecker.cpp