solidity/libsolidity/analysis
chriseth 9a681cf9fe
Merge pull request #11527 from ethereum/restartSerach
Directly restart processing calling functions.
2021-06-14 13:54:27 +02:00
..
ConstantEvaluator.cpp
ConstantEvaluator.h
ContractLevelChecker.cpp
ContractLevelChecker.h
ControlFlowAnalyzer.cpp
ControlFlowAnalyzer.h
ControlFlowBuilder.cpp
ControlFlowBuilder.h
ControlFlowGraph.cpp Merge pull request #11491 from TerranCivilian/fix-10269 2021-06-07 20:15:20 +02:00
ControlFlowGraph.h Fix crash in ControlFlowGraph related to free functions. 2021-06-09 11:10:33 +02:00
ControlFlowRevertPruner.cpp Directly restart processing calling functions. 2021-06-14 13:54:05 +02:00
ControlFlowRevertPruner.h Directly restart processing calling functions. 2021-06-14 13:54:05 +02:00
DeclarationContainer.cpp Fix shadowing struct types by struct member names 2021-06-09 12:37:11 +02:00
DeclarationContainer.h Fix shadowing struct types by struct member names 2021-06-09 12:37:11 +02:00
DeclarationTypeChecker.cpp
DeclarationTypeChecker.h
DocStringAnalyser.cpp
DocStringAnalyser.h
DocStringTagParser.cpp
DocStringTagParser.h
FunctionCallGraph.cpp
FunctionCallGraph.h
GlobalContext.cpp
GlobalContext.h
ImmutableValidator.cpp
ImmutableValidator.h
NameAndTypeResolver.cpp Fix shadowing struct types by struct member names 2021-06-09 12:37:11 +02:00
NameAndTypeResolver.h
OverrideChecker.cpp Properly use AST node name also for secondary location. 2021-06-10 14:40:10 +02:00
OverrideChecker.h Properly use AST node name also for secondary location. 2021-06-10 14:40:10 +02:00
PostTypeChecker.cpp
PostTypeChecker.h
PostTypeContractLevelChecker.cpp
PostTypeContractLevelChecker.h
ReferencesResolver.cpp
ReferencesResolver.h
Scoper.cpp
Scoper.h
StaticAnalyzer.cpp
StaticAnalyzer.h
SyntaxChecker.cpp Remove unneeded include files 2021-06-07 12:53:18 -04:00
SyntaxChecker.h
TypeChecker.cpp
TypeChecker.h
ViewPureChecker.cpp
ViewPureChecker.h