solidity/libsolidity/analysis
chriseth ecfcca1a27
Merge pull request #12016 from ethereum/external-fp-10358
Add ``.address`` and ``.selector`` in inside assembly for external function pointers
2021-10-05 14:48:58 +02:00
..
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 Fix ICE related to receive function having parameters. 2021-06-03 13:08:57 +02:00
ControlFlowAnalyzer.cpp Add new info severity 2021-09-13 22:48:22 +02:00
ControlFlowAnalyzer.h ControlFlowAnalyser: Also consider called functions in a flow 2021-06-01 15:54:37 +02:00
ControlFlowBuilder.cpp Try out the new assertion macro variants with less arguments 2021-10-04 12:05:00 +02:00
ControlFlowBuilder.h Fix control-flow handling of modifiers without body. 2021-06-03 13:31:15 +02:00
ControlFlowGraph.cpp Add new info severity 2021-09-13 22:48:22 +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 Allow Mapping keys to have type UserDefinedValueType. 2021-09-13 10:03:49 +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 Split DocStringParsing in two stages 2021-06-07 14:49:46 +02:00
FunctionCallGraph.cpp Use a local instead of a temporary as an argument to valueOrDefault 2021-05-10 11:36:39 +02:00
FunctionCallGraph.h
GlobalContext.cpp
GlobalContext.h Remove the usage of boost::noncopyable 2021-04-23 14:57:01 +01:00
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 Properly use AST node name also for secondary location. 2021-06-10 14:40:10 +02:00
PostTypeChecker.cpp Add new info severity 2021-09-13 22:48:22 +02: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 Remove the usage of boost::noncopyable 2021-04-23 14:57:01 +01:00
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 Add `.address and .selector` in inside assembly for external function pointers 2021-10-04 18:05:57 +02:00
TypeChecker.h Fix ICE related to receive function having parameters. 2021-06-03 13:08:57 +02:00
ViewPureChecker.cpp Separate DebugData fields for Solidity and Yul source locations 2021-09-22 13:11:39 +02:00
ViewPureChecker.h