| .. |
|
ConstantEvaluator.cpp
|
Split Common.h into Numeric.h.
|
2021-09-23 15:27:29 +02:00 |
|
ConstantEvaluator.h
|
|
|
|
ContractLevelChecker.cpp
|
Add new info severity
|
2021-09-13 22:48:22 +02:00 |
|
ContractLevelChecker.h
|
|
|
|
ControlFlowAnalyzer.cpp
|
Add new info severity
|
2021-09-13 22:48:22 +02:00 |
|
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
|
Directly restart processing calling functions.
|
2021-06-14 13:54:05 +02:00 |
|
DeclarationContainer.cpp
|
|
|
|
DeclarationContainer.h
|
|
|
|
DeclarationTypeChecker.cpp
|
Moved a check related to constants to TypeChecker
|
2021-10-26 18:43:04 +02:00 |
|
DeclarationTypeChecker.h
|
DeclarationTypeChecker for UserDefinedValueTypes
|
2021-09-07 19:42:51 +02:00 |
|
DocStringAnalyser.cpp
|
|
|
|
DocStringAnalyser.h
|
|
|
|
DocStringTagParser.cpp
|
Increase use of C++ constexpr constant expressions in code base as described in issue #7720
|
2021-08-31 15:03:59 +02:00 |
|
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
|
Allow reading of immutables during construction time
|
2021-08-19 13:59:05 +02:00 |
|
ImmutableValidator.h
|
Allow reading of immutables during construction time
|
2021-08-19 13:59:05 +02:00 |
|
NameAndTypeResolver.cpp
|
UserDefinedValueType: from simple name to canonical name.
|
2021-09-15 12:56:29 +02:00 |
|
NameAndTypeResolver.h
|
UserDefinedValueType: from simple name to canonical name.
|
2021-09-15 12:56:29 +02:00 |
|
OverrideChecker.cpp
|
Add override exception for interface functions.
|
2021-08-31 10:45:31 +02:00 |
|
OverrideChecker.h
|
|
|
|
PostTypeChecker.cpp
|
Use range-v3 loops: delete boost includes
|
2021-10-16 11:54:46 +03:00 |
|
PostTypeChecker.h
|
|
|
|
PostTypeContractLevelChecker.cpp
|
Add new info severity
|
2021-09-13 22:48:22 +02:00 |
|
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
|
Add new info severity
|
2021-09-13 22:48:22 +02:00 |
|
StaticAnalyzer.h
|
|
|
|
SyntaxChecker.cpp
|
Add new info severity
|
2021-09-13 22:48:22 +02:00 |
|
SyntaxChecker.h
|
|
|
|
TypeChecker.cpp
|
Merge pull request #12431 from ethereum/fixFun2
|
2022-01-04 18:18:21 +01:00 |
|
TypeChecker.h
|
Implement typechecked abi.encodeCall()
|
2021-12-16 17:35:58 +01:00 |
|
ViewPureChecker.cpp
|
Implement typechecked abi.encodeCall()
|
2021-12-16 17:35:58 +01:00 |
|
ViewPureChecker.h
|
|
|