solidity/libsolidity/analysis
2018-09-04 18:19:00 +02: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 Rename FunctionKind SHA3 to KECCAK256 (as the instruction was renamed in libevmasm) 2018-08-08 22:37:40 +01: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 Rename Location::Default to Location::Unspecified. 2018-08-17 18:15:22 -05:00
ReferencesResolver.h Remove unused 050 variable in ReferencesResolver 2018-08-06 12:03:00 +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 Enforces visibility specifier and updates docs. 2018-07-17 17:44:51 +02:00
StaticAnalyzer.h Error on invalid arithmetic with constant expressions. 2018-04-11 21:17:10 +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 Fix abi.decode returning single value. 2018-09-04 18:19:00 +02:00
TypeChecker.h Fix abi.decode returning single value. 2018-09-04 18:19:00 +02:00
ViewPureChecker.cpp Add abi.decode(bytes data, (...)) 2018-08-15 10:45:16 +02:00
ViewPureChecker.h Remove v050 check for enforcing "view" in ViewPureChecker. 2018-07-04 10:14:58 +02:00