solidity/libsolidity/analysis
Alex Beregszaszi ba8819542f
Merge pull request #3611 from ethereum/warn-using-address-overload
Warn if using address overloads on contracts
2018-03-06 19:13:55 +01:00
..
ConstantEvaluator.cpp Re-use commonType 2017-12-12 10:45:40 +01:00
ConstantEvaluator.h Simplify ConstantEvaluator. 2017-12-12 09:44:18 +00:00
DeclarationContainer.cpp Only active variables at the point of their declaration. 2018-02-27 12:17:25 +01:00
DeclarationContainer.h Only active variables at the point of their declaration. 2018-02-27 12:17:25 +01:00
DocStringAnalyser.cpp Ensure parameter names match between headers and implementation 2017-09-20 01:23:21 +01:00
DocStringAnalyser.h Remove parsing of why3 doc strings 2017-06-30 22:34:03 +01:00
GlobalContext.cpp Move msg.gas to global function gasleft(). Closes #2971. 2018-03-05 11:18:04 +01:00
GlobalContext.h Fix licensing headers 2016-11-23 12:22:33 +01:00
NameAndTypeResolver.cpp Only active variables at the point of their declaration. 2018-02-27 12:17:25 +01:00
NameAndTypeResolver.h Only active variables at the point of their declaration. 2018-02-27 12:17:25 +01:00
PostTypeChecker.cpp Refactor error reporting 2017-05-30 07:28:31 -07:00
PostTypeChecker.h Update outdated comments 2017-11-16 00:28:41 +09:00
ReferencesResolver.cpp Warn about using loose inline assembly features as experimental 0.5.0 feature. 2018-03-06 17:45:34 +01:00
ReferencesResolver.h Only active variables at the point of their declaration. 2018-02-27 12:17:25 +01:00
SemVerHandler.cpp Fix licensing headers 2016-11-23 12:22:33 +01:00
SemVerHandler.h Resolve build-stopping error about 'minor' and 'major' being defined in <sys/types.h> 2017-03-09 17:03:19 -08:00
StaticAnalyzer.cpp Use StaticAnalyzer to deprecate msg.gas instead of conditionally removing it in MagicType. 2018-03-05 23:16:26 +01:00
StaticAnalyzer.h Update outdated comments 2017-11-16 00:28:41 +09:00
SyntaxChecker.cpp Issue error if no visibility is specified (on 0.5.0) 2018-02-27 16:31:53 +01:00
SyntaxChecker.h Deprecate the var keyword (and mark it an error as experimental 0.5.0 feature) 2018-02-12 22:37:26 +00:00
TypeChecker.cpp Merge pull request #3611 from ethereum/warn-using-address-overload 2018-03-06 19:13:55 +01:00
TypeChecker.h Use EVM version in type checker. 2018-03-01 17:19:35 +01:00
ViewPureChecker.cpp Allow this.f.selector to be pure. 2018-02-13 11:00:59 +01:00
ViewPureChecker.h Allow this.f.selector to be pure. 2018-02-13 11:00:59 +01:00