solidity/test/libsolidity
chriseth e419e904d3
Merge pull request #9215 from a3d4/fix-grammar-pragma-version
Fix pragma solidity version in antlr grammar
2020-06-23 12:34:29 +02:00
..
ABIJson
ASTJSON Ignore warnings for yulOptimizer tests 2020-06-09 13:03:57 +02:00
errorRecoveryTests Added error codes to SyntaxTest expectations (updated tests) 2020-06-22 16:51:47 +02:00
gasTests
semanticTests Add tests to validate clearing dirty bits via inline assembly operations 2020-06-12 11:32:15 +02:00
smtCheckerTests Added error codes to SyntaxTest expectations (updated tests) 2020-06-22 16:51:47 +02:00
smtCheckerTestsJSON
syntaxTests Merge pull request #9215 from a3d4/fix-grammar-pragma-version 2020-06-23 12:34:29 +02:00
util Adding fixes for signedness warnings in libsolidity 2020-06-10 10:41:55 +02:00
ABIDecoderTests.cpp
ABIEncoderTests.cpp Adding fixes for signedness warnings in libsolidity 2020-06-10 10:41:55 +02:00
ABIJsonTest.cpp
ABIJsonTest.h
ABITestsCommon.h
AnalysisFramework.cpp
AnalysisFramework.h
Assembly.cpp Refactor name and type resolution. 2020-06-12 12:18:02 +02:00
ASTJSONTest.cpp Add error IDs to console output 2020-06-10 13:27:25 +02:00
ASTJSONTest.h
ErrorCheck.cpp
ErrorCheck.h
GasCosts.cpp
GasMeter.cpp
GasTest.cpp Add error IDs to console output 2020-06-10 13:27:25 +02:00
GasTest.h
Imports.cpp
InlineAssembly.cpp Ignore warnings for yulOptimizer tests 2020-06-09 13:03:57 +02:00
LibSolc.cpp
Metadata.cpp
SemanticTest.cpp
SemanticTest.h
SemVerMatcher.cpp
SMTChecker.cpp
SMTCheckerJSONTest.cpp Added error codes to SyntaxTest expectations (changed code) 2020-06-22 16:53:03 +02:00
SMTCheckerJSONTest.h
SMTCheckerTest.cpp
SMTCheckerTest.h
SolidityCompiler.cpp
SolidityEndToEndTest.cpp
SolidityExecutionFramework.cpp
SolidityExecutionFramework.h
SolidityExpressionCompiler.cpp Refactor name and type resolution. 2020-06-12 12:18:02 +02:00
SolidityNameAndTypeResolution.cpp
SolidityNatspecJSON.cpp Fix false ////- and /***-natspec 2020-06-16 11:15:04 +02:00
SolidityOptimizer.cpp Adding fixes for signedness warnings in libsolidity 2020-06-10 10:41:55 +02:00
SolidityParser.cpp Adding fixes for signedness warnings in libsolidity 2020-06-10 10:41:55 +02:00
SolidityScanner.cpp
SolidityTypes.cpp
StandardCompiler.cpp Natspec: Output "type" and "version" in documenation 2020-06-15 14:53:34 +02:00
SyntaxTest.cpp Added error codes to SyntaxTest expectations (changed code) 2020-06-22 16:53:03 +02:00
SyntaxTest.h
ViewPureChecker.cpp