..
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
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
Performance: Replace string by special single-copy YulString class.
2018-11-07 19:30:27 +01:00
ReferencesResolver.h
Remove unused 050 variable in ReferencesResolver
2018-08-06 12:03:00 +01: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
Warns if modifier uses msg.value in non-payable function.
2018-09-03 18:35:57 +02:00
SyntaxChecker.cpp
Refactor solidity::Token
into an enum class
with TokenTraits
helper namespace
2018-10-22 17:00:51 +02:00
SyntaxChecker.h
Review suggestions
2018-09-04 12:14:04 +02:00
TypeChecker.cpp
Refactor of bool TypeChecker::visit(FunctionCall const& _functionCall).
2018-11-09 16:35:54 +00:00
TypeChecker.h
Refactor of bool TypeChecker::visit(FunctionCall const& _functionCall).
2018-11-09 16:35:54 +00: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