solidity/libsolidity/analysis
2018-09-24 08:31:44 +06:00
..
ConstantEvaluator.cpp Fix ConstantEvaluator to correctly handle single element tuples. 2018-04-11 18:30:34 +02:00
ConstantEvaluator.h Fix ConstantEvaluator to correctly handle single element tuples. 2018-04-11 18:30:34 +02:00
ControlFlowAnalyzer.cpp Consider mappings return values in control flow analysis. 2018-08-13 16:33:37 +02:00
ControlFlowAnalyzer.h Add control flow analyzer and test for uninitialized storage returns. 2018-05-14 20:23:40 +02:00
ControlFlowBuilder.cpp Update control flow graph. 2018-05-16 18:32:48 +02:00
ControlFlowBuilder.h Add control flow graph. 2018-05-14 20:23:40 +02:00
ControlFlowGraph.cpp Add control flow graph. 2018-05-14 20:23:40 +02:00
ControlFlowGraph.h Add control flow graph. 2018-05-14 20:23:40 +02:00
DeclarationContainer.cpp Fixes #4718: High CPU usage when using large variable names 2018-08-15 10:23:08 +02:00
DeclarationContainer.h Fix crash for double variable declaration in the same scope. 2018-07-10 18:54:46 +02:00
DocStringAnalyser.cpp Fix: natspec annotations on constructors 2018-08-08 21:53:35 +02:00
DocStringAnalyser.h Fix: natspec annotations on constructors 2018-08-08 21:53:35 +02: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 Refactor data location check. 2018-08-14 18:07:15 +02:00
NameAndTypeResolver.h Refactor data location check. 2018-08-14 18:07:15 +02:00
PostTypeChecker.cpp Guard CycleDetector against recursion exhaustion. 2018-08-01 12:02:59 +01:00
PostTypeChecker.h Generalize cycle detection. 2018-04-03 16:29:18 +02:00
ReferencesResolver.cpp Add payable and non-payable state mutability to AddressType. 2018-09-13 15:15:49 +02:00
ReferencesResolver.h Remove unused 050 variable in ReferencesResolver 2018-08-06 12:03:00 +01:00
SemVerHandler.cpp Use 'switch' instead of 'if..else if' 2018-09-24 08:31:44 +06: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 Warns if modifier uses msg.value in non-payable function. 2018-09-03 18:35:57 +02:00
StaticAnalyzer.h Warns if modifier uses msg.value in non-payable function. 2018-09-03 18:35:57 +02:00
SyntaxChecker.cpp Review suggestions 2018-09-04 12:14:04 +02:00
SyntaxChecker.h Review suggestions 2018-09-04 12:14:04 +02:00
TypeChecker.cpp Make non-payable default for conversion to address. 2018-09-20 14:31:04 +02:00
TypeChecker.h Fix abi.decode returning single value. 2018-09-04 18:19:00 +02:00
ViewPureChecker.cpp Split IntegerType into IntegerType and AddressType. 2018-09-05 12:19:14 +02:00
ViewPureChecker.h Warns if modifier uses msg.value in non-payable function. 2018-09-03 18:35:57 +02:00