solidity/libsolidity/analysis
chriseth 0778fb2dfc
Merge pull request #5208 from mestorlx/bug4156
[WIP] Bad identifier suggestion in certain cases
2018-10-15 13:03:49 +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 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 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 Renaming namespace dev::julia to dev::yul. 2018-10-15 11:58:51 +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 Merge pull request #5180 from ethereum/cpp-cleanup 2018-10-10 11:43:42 +02:00
SyntaxChecker.h Review suggestions 2018-09-04 12:14:04 +02:00
TypeChecker.cpp Renaming namespace dev::julia to dev::yul. 2018-10-15 11:58:51 +02:00
TypeChecker.h Fixes crash on non-unsigned array index. 2018-10-10 19:49:25 +02:00
ViewPureChecker.cpp Fix typos. 2018-10-04 13:28:16 +02:00
ViewPureChecker.h Warns if modifier uses msg.value in non-payable function. 2018-09-03 18:35:57 +02:00