solidity/libsolidity/analysis
2022-06-08 18:23:51 +05:30
..
ConstantEvaluator.cpp Split Common.h into Numeric.h. 2021-09-23 15:27:29 +02:00
ConstantEvaluator.h
ContractLevelChecker.cpp More strict override check for data locations. 2022-05-17 13:02:12 +02:00
ContractLevelChecker.h Fix ICE related to receive function having parameters. 2021-06-03 13:08:57 +02:00
ControlFlowAnalyzer.cpp Specify namespaces 2022-03-08 00:09:17 -05:00
ControlFlowAnalyzer.h
ControlFlowBuilder.cpp Add helper to see if a switch has a default case. 2022-03-15 14:29:54 +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 Specify namespaces 2022-03-08 00:09:17 -05: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 Improve error message for static array with size too large 2022-04-05 17:36:37 +02:00
DeclarationTypeChecker.h DeclarationTypeChecker for UserDefinedValueTypes 2021-09-07 19:42:51 +02:00
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 Allow memory-safe inline assembly dialect flag. 2022-03-02 17:07:11 +01:00
DocStringTagParser.h Allow annotating inline assembly as memory-safe. 2022-03-02 16:42:28 +01:00
FunctionCallGraph.cpp Specify namespaces 2022-03-08 00:09:17 -05:00
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 More strict override check for data locations. 2022-05-17 13:02:12 +02:00
OverrideChecker.h More strict override check for data locations. 2022-05-17 13:02:12 +02:00
PostTypeChecker.cpp Specify namespaces 2022-03-08 00:09:17 -05:00
PostTypeChecker.h
PostTypeContractLevelChecker.cpp Specify namespaces 2022-03-08 00:09:17 -05: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 Using for with global binding. 2022-03-14 17:39:14 +01:00
SyntaxChecker.h Extend using-for. 2022-03-14 12:33:44 +01:00
TypeChecker.cpp Display human readable type name in conversion error message 2022-06-08 18:23:51 +05:30
TypeChecker.h Fix import directive visits in type checker and view pure checker. 2022-03-14 14:53:06 +01:00
ViewPureChecker.cpp Fix import directive visits in type checker and view pure checker. 2022-03-14 14:53:06 +01:00
ViewPureChecker.h Fix import directive visits in type checker and view pure checker. 2022-03-14 14:53:06 +01:00