solidity/libsolidity/analysis
mordax ea8b7d803e Removing redundant virtual from override function declaration
Remove trailing whitespace

Remove changelog change
2018-11-21 14:37:32 +00:00
..
ConstantEvaluator.cpp Refactor solidity::Token into an enum class with TokenTraits helper namespace 2018-10-22 17:00:51 +02:00
ConstantEvaluator.h Fix ConstantEvaluator to correctly handle single element tuples. 2018-04-11 18:30:34 +02:00
ControlFlowAnalyzer.cpp Ignore unimplemented functions for storage returns. 2018-11-13 12:18:22 +01:00
ControlFlowAnalyzer.h Removing redundant virtual from override function declaration 2018-11-21 14:37:32 +00:00
ControlFlowBuilder.cpp Update control flow graph. 2018-05-16 18:32:48 +02:00
ControlFlowBuilder.h Removing redundant virtual from override function declaration 2018-11-21 14:37:32 +00:00
ControlFlowGraph.cpp Add control flow graph. 2018-05-14 20:23:40 +02:00
ControlFlowGraph.h Removing redundant virtual from override function declaration 2018-11-21 14:37:32 +00: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 Removing redundant virtual from override function declaration 2018-11-21 14:37:32 +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 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 Removing redundant virtual from override function declaration 2018-11-21 14:37:32 +00:00
ReferencesResolver.cpp Performance: Replace string by special single-copy YulString class. 2018-11-07 19:30:27 +01:00
ReferencesResolver.h Removing redundant virtual from override function declaration 2018-11-21 14:37:32 +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 Refactor solidity::Token into an enum class with TokenTraits helper namespace 2018-10-22 17:00:51 +02:00
StaticAnalyzer.cpp Warns if modifier uses msg.value in non-payable function. 2018-09-03 18:35:57 +02:00
StaticAnalyzer.h Removing redundant virtual from override function declaration 2018-11-21 14:37:32 +00:00
SyntaxChecker.cpp Refactor solidity::Token into an enum class with TokenTraits helper namespace 2018-10-22 17:00:51 +02:00
SyntaxChecker.h Removing redundant virtual from override function declaration 2018-11-21 14:37:32 +00:00
TypeChecker.cpp Refactor of bool TypeChecker::visit(FunctionCall const& _functionCall). 2018-11-09 16:35:54 +00:00
TypeChecker.h Removing redundant virtual from override function declaration 2018-11-21 14:37:32 +00:00
ViewPureChecker.cpp Fix typos. 2018-10-04 13:28:16 +02:00
ViewPureChecker.h Removing redundant virtual from override function declaration 2018-11-21 14:37:32 +00:00