solidity/libsolidity/analysis
2022-02-14 15:31:31 +01:00
..
ConstantEvaluator.cpp Split Common.h into Numeric.h. 2021-09-23 15:27:29 +02:00
ConstantEvaluator.h
ContractLevelChecker.cpp
ContractLevelChecker.h
ControlFlowAnalyzer.cpp
ControlFlowAnalyzer.h
ControlFlowBuilder.cpp Properly resolve virtual modifiers 2022-01-06 12:52:06 +01:00
ControlFlowBuilder.h Properly resolve virtual modifiers 2022-01-06 12:52:06 +01:00
ControlFlowGraph.cpp Properly resolve virtual modifiers 2022-01-06 12:52:06 +01:00
ControlFlowGraph.h Properly resolve virtual modifiers 2022-01-06 12:52:06 +01:00
ControlFlowRevertPruner.cpp Properly resolve virtual modifiers 2022-01-06 12:52:06 +01:00
ControlFlowRevertPruner.h
DeclarationContainer.cpp
DeclarationContainer.h
DeclarationTypeChecker.cpp Changed occurences of isByteArray() to isByteArrayOrString(). The idea 2022-02-02 14:19:58 +05:30
DeclarationTypeChecker.h
DocStringAnalyser.cpp Natspec: Fix ICE when overriding a struct getter with a Natspec-documented return value and the name in the struct is different. 2022-01-17 17:10:07 +01:00
DocStringAnalyser.h Natspec: Fix ICE when overriding a struct getter with a Natspec-documented return value and the name in the struct is different. 2022-01-17 17:10:07 +01:00
DocStringTagParser.cpp
DocStringTagParser.h
FunctionCallGraph.cpp
FunctionCallGraph.h
GlobalContext.cpp Use options struct for function type factory function. 2021-12-23 12:05:14 +01:00
GlobalContext.h
ImmutableValidator.cpp Fix wrong error with immutables when base contract c'tor uses return 2022-01-13 13:09:36 +01:00
ImmutableValidator.h Fix wrong error with immutables when base contract c'tor uses return 2022-01-13 13:09:36 +01:00
NameAndTypeResolver.cpp Adds missing accepts to ImportDirective's SymbolAlias::symbol 2022-01-10 19:32:28 +01:00
NameAndTypeResolver.h UserDefinedValueType: from simple name to canonical name. 2021-09-15 12:56:29 +02:00
OverrideChecker.cpp Consider all grandparents in override analysis. 2022-02-14 15:31:31 +01:00
OverrideChecker.h
PostTypeChecker.cpp Use range-v3 loops: delete boost includes 2021-10-16 11:54:46 +03:00
PostTypeChecker.h
PostTypeContractLevelChecker.cpp
PostTypeContractLevelChecker.h
ReferencesResolver.cpp Add `.address and .selector` in inside assembly for external function pointers 2021-10-04 18:05:57 +02:00
ReferencesResolver.h
Scoper.cpp
Scoper.h
StaticAnalyzer.cpp
StaticAnalyzer.h
SyntaxChecker.cpp
SyntaxChecker.h
TypeChecker.cpp Added support for FunctionType::Kind::StringConcat and functions string.concat 2022-02-10 22:08:47 +05:30
TypeChecker.h Added support for FunctionType::Kind::StringConcat and functions string.concat 2022-02-10 22:08:47 +05:30
ViewPureChecker.cpp Implement typechecked abi.encodeCall() 2021-12-16 17:35:58 +01:00
ViewPureChecker.h