solidity/libsolidity/analysis
2020-11-18 15:20:34 +01:00
..
ConstantEvaluator.cpp
ConstantEvaluator.h
ContractLevelChecker.cpp Wording in error messages. 2020-11-03 13:31:51 +01:00
ContractLevelChecker.h
ControlFlowAnalyzer.cpp Print warning for unnamed return parameters and no return statement 2020-10-13 13:11:29 +02:00
ControlFlowAnalyzer.h Print warning for unnamed return parameters and no return statement 2020-10-13 13:11:29 +02:00
ControlFlowBuilder.cpp
ControlFlowBuilder.h
ControlFlowGraph.cpp
ControlFlowGraph.h
DeclarationContainer.cpp If a declaration shadows several others, group them together 2020-10-08 21:01:25 +02:00
DeclarationContainer.h If a declaration shadows several others, group them together 2020-10-08 21:01:25 +02:00
DeclarationTypeChecker.cpp Disallow invalid use of library names as type names. 2020-10-16 18:25:08 +02:00
DeclarationTypeChecker.h Disallow invalid use of library names as type names. 2020-10-16 18:25:08 +02:00
DocStringAnalyser.cpp Natspec: Fix internal error when different return name was inherited 2020-11-17 11:56:32 +01:00
DocStringAnalyser.h
DocStringTagParser.cpp
DocStringTagParser.h
GlobalContext.cpp
GlobalContext.h
ImmutableValidator.cpp
ImmutableValidator.h
NameAndTypeResolver.cpp If a declaration shadows several others, group them together 2020-10-08 21:01:25 +02:00
NameAndTypeResolver.h
OverrideChecker.cpp
OverrideChecker.h
PostTypeChecker.cpp
PostTypeChecker.h
ReferencesResolver.cpp Support .offset and .length for calldata bytes and string arrays. 2020-11-18 01:45:56 +01:00
ReferencesResolver.h
Scoper.cpp
Scoper.h
StaticAnalyzer.cpp
StaticAnalyzer.h
SyntaxChecker.cpp Wording in error messages. 2020-11-03 13:31:51 +01:00
SyntaxChecker.h Introduce abicoder pragma. 2020-11-03 13:31:50 +01:00
TypeChecker.cpp Replace links to readthedocs.io with ones using the new domain 2020-11-18 15:20:34 +01:00
TypeChecker.h Introduce abicoder pragma. 2020-11-03 13:31:50 +01:00
ViewPureChecker.cpp Immutables with literal values are pure. 2020-11-10 13:08:42 +01:00
ViewPureChecker.h