solidity/libsolidity/analysis
chriseth 87237281bf
Merge pull request #5630 from ethereum/warn_functions_empty_body
Supress unused var and state mut warnings for functions with empty body
2018-12-12 17:00:50 +01:00
..
ConstantEvaluator.cpp Introduces Result<T> for operator and implicit conversion type checks. 2018-12-05 10:33:34 +01:00
ConstantEvaluator.h Introduce namespace langutil in liblangutil directory. 2018-11-21 19:13:44 +00:00
ContractLevelChecker.cpp Replace push_back with emplace_back where it makes sense 2018-12-10 19:02:39 +01:00
ContractLevelChecker.h Move library related checks. 2018-11-30 16:30:20 +01:00
ControlFlowAnalyzer.cpp Refactoring of the ControlFlowGraph and use for detecting all uninitialized storage accesses. 2018-12-12 04:20:53 +01:00
ControlFlowAnalyzer.h Refactoring of the ControlFlowGraph and use for detecting all uninitialized storage accesses. 2018-12-12 04:20:53 +01:00
ControlFlowBuilder.cpp Refactoring of the ControlFlowGraph and use for detecting all uninitialized storage accesses. 2018-12-12 04:20:53 +01:00
ControlFlowBuilder.h Refactoring of the ControlFlowGraph and use for detecting all uninitialized storage accesses. 2018-12-12 04:20:53 +01:00
ControlFlowGraph.cpp Refactoring of the ControlFlowGraph and use for detecting all uninitialized storage accesses. 2018-12-12 04:20:53 +01:00
ControlFlowGraph.h Refactoring of the ControlFlowGraph and use for detecting all uninitialized storage accesses. 2018-12-12 04:20:53 +01:00
DeclarationContainer.cpp Updated MAXIMUM_STRING_DISTANCE to non static maximumStringDistance taking into account length of the identifier 2018-10-13 09:54:07 -03:00
DeclarationContainer.h Fix crash for double variable declaration in the same scope. 2018-07-10 18:54:46 +02:00
DocStringAnalyser.cpp Introduce namespace langutil in liblangutil directory. 2018-11-21 19:13:44 +00:00
DocStringAnalyser.h Introduce namespace langutil in liblangutil directory. 2018-11-21 19:13:44 +00:00
GlobalContext.cpp Add payable and non-payable state mutability to AddressType. 2018-09-13 15:15:49 +02:00
GlobalContext.h Fix licensing headers 2016-11-23 12:22:33 +01:00
NameAndTypeResolver.cpp liblangutil: SourceLocation: adds (shared) pointer to underlying CharStream source, eliminating sourceName 2018-11-30 17:07:12 +01:00
NameAndTypeResolver.h Introduce namespace langutil in liblangutil directory. 2018-11-21 19:13:44 +00:00
PostTypeChecker.cpp Introduce namespace langutil in liblangutil directory. 2018-11-21 19:13:44 +00:00
PostTypeChecker.h Introduce namespace langutil in liblangutil directory. 2018-11-21 19:13:44 +00:00
ReferencesResolver.cpp Codegen for object access. 2018-12-11 19:24:44 +01:00
ReferencesResolver.h Introduce namespace langutil in liblangutil directory. 2018-11-21 19:13:44 +00:00
SemVerHandler.cpp Refactor solidity::Token into an enum class with TokenTraits helper namespace 2018-10-22 17:00:51 +02:00
SemVerHandler.h Introduce namespace langutil in liblangutil directory. 2018-11-21 19:13:44 +00:00
StaticAnalyzer.cpp Disable unused var warning for functions with empty body 2018-12-12 14:43:44 +01:00
StaticAnalyzer.h Introduce namespace langutil in liblangutil directory. 2018-11-21 19:13:44 +00:00
SyntaxChecker.cpp Introduce namespace langutil in liblangutil directory. 2018-11-21 19:13:44 +00:00
SyntaxChecker.h Introduce namespace langutil in liblangutil directory. 2018-11-21 19:13:44 +00:00
TypeChecker.cpp Codegen for object access. 2018-12-11 19:24:44 +01:00
TypeChecker.h Move library related checks. 2018-11-30 16:30:20 +01:00
ViewPureChecker.cpp Disable state mutability warning for functions with empty body 2018-12-12 14:43:44 +01:00
ViewPureChecker.h Introduce namespace langutil in liblangutil directory. 2018-11-21 19:13:44 +00:00