solidity/libsolidity/analysis
chriseth 3a9a9db6d6 Merge pull request #2910 from ethereum/fallback-restrict-external
Force fallback to be external (experimental 0.5.0 change)
2017-09-18 16:38:55 +02:00
..
ConstantEvaluator.cpp Fix licensing headers 2016-11-23 12:22:33 +01:00
ConstantEvaluator.h Fix licensing headers 2016-11-23 12:22:33 +01:00
DeclarationContainer.cpp analysis: disallow overloading functions with events 2017-01-23 15:25:13 +01:00
DeclarationContainer.h Search for shadowee starting from parent scope. 2017-08-04 19:06:24 +02:00
DocStringAnalyser.cpp Remove unused statements from the Natspec headers 2017-08-25 13:15:08 +01:00
DocStringAnalyser.h Remove parsing of why3 doc strings 2017-06-30 22:34:03 +01:00
GlobalContext.cpp Mark all built in functions with appropriate statemutability 2017-08-28 19:43:35 +01:00
GlobalContext.h Fix licensing headers 2016-11-23 12:22:33 +01:00
NameAndTypeResolver.cpp Search for shadowee starting from parent scope. 2017-08-04 19:06:24 +02:00
NameAndTypeResolver.h Do not mark overloaded functions as shadowing 2017-08-04 19:06:23 +02:00
PostTypeChecker.cpp Refactor error reporting 2017-05-30 07:28:31 -07:00
PostTypeChecker.h Refactor error reporting 2017-05-30 07:28:31 -07:00
ReferencesResolver.cpp Fix invalid "explicit storage keyword" warning for reference members of structs. 2017-07-10 18:30:41 +02:00
ReferencesResolver.h Generate only single error in inline assembly. 2017-06-08 15:52:45 +02: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 Merge pull request #2848 from ethereum/checkViewPure 2017-09-13 18:29:13 +02:00
StaticAnalyzer.h View-pure checker. 2017-09-06 13:50:49 +02:00
SyntaxChecker.cpp Warn if no visibility is specified on contract functions. 2017-09-14 15:58:04 +01:00
SyntaxChecker.h Warn if no visibility is specified on contract functions. 2017-09-14 15:58:04 +01:00
TypeChecker.cpp Merge pull request #2910 from ethereum/fallback-restrict-external 2017-09-18 16:38:55 +02:00
TypeChecker.h Store super function. 2017-09-06 13:50:49 +02:00
ViewPureChecker.cpp Enforce view with error for experimental 0.5.0. 2017-09-14 17:53:43 +02:00
ViewPureChecker.h Enforce view with error for experimental 0.5.0. 2017-09-14 17:53:43 +02:00