solidity/libsolidity/analysis
2020-09-15 02:39:21 +02:00
..
ConstantEvaluator.cpp
ConstantEvaluator.h
ContractLevelChecker.cpp
ContractLevelChecker.h
ControlFlowAnalyzer.cpp
ControlFlowAnalyzer.h
ControlFlowBuilder.cpp
ControlFlowBuilder.h
ControlFlowGraph.cpp
ControlFlowGraph.h
DeclarationContainer.cpp
DeclarationContainer.h
DeclarationTypeChecker.cpp
DeclarationTypeChecker.h
DocStringAnalyser.cpp
DocStringAnalyser.h
DocStringTagParser.cpp
DocStringTagParser.h
GlobalContext.cpp
GlobalContext.h
ImmutableValidator.cpp Merge pull request #9568 from ethereum/fixImmutables 2020-08-28 16:14:18 +02:00
ImmutableValidator.h
NameAndTypeResolver.cpp Correct the warning for homonymous, but not shadowing declarations 2020-09-15 02:39:21 +02:00
NameAndTypeResolver.h Simplify DeclarationRegistrationHelper. 2020-09-02 20:45:33 +02:00
OverrideChecker.cpp
OverrideChecker.h
PostTypeChecker.cpp
PostTypeChecker.h
ReferencesResolver.cpp Fix inheritdoc tags trying to resolve 'empty' elements 2020-08-26 21:28:00 +02:00
ReferencesResolver.h
Scoper.cpp Assign scopes as a separate step. 2020-09-02 20:45:33 +02:00
Scoper.h Assign scopes as a separate step. 2020-09-02 20:45:33 +02:00
StaticAnalyzer.cpp Move collision warnings to StaticAnalyzer 2020-09-14 02:52:00 +02:00
StaticAnalyzer.h
SyntaxChecker.cpp Improve error coverage of syntax checker 2020-08-20 03:23:21 +02:00
SyntaxChecker.h Improve error coverage of syntax checker 2020-08-20 03:23:21 +02:00
TypeChecker.cpp Move collision warnings to StaticAnalyzer 2020-09-14 02:52:00 +02:00
TypeChecker.h Disallow `using for` directive for interfaces. 2020-08-27 15:57:51 +02:00
ViewPureChecker.cpp ViewPureChecker::reportMutability: don't check visibility on constructors. 2020-09-07 11:35:33 -05:00
ViewPureChecker.h Use opportunistic visiting order for modifiers. 2020-08-18 11:46:59 +02:00