solidity/libsolidity/analysis
Daniel Kirchner fadba0e4b8 error ids
2023-09-13 22:54:10 +02:00
..
ConstantEvaluator.cpp Purge using namespace std from libsolidity/analysis 2023-08-14 11:44:50 +02:00
ConstantEvaluator.h Replace TypePointer with Type const* 2021-03-23 11:47:19 +01:00
ContractLevelChecker.cpp Purge using namespace std from libsolidity/analysis 2023-08-14 11:44:50 +02:00
ContractLevelChecker.h Fix ICE related to receive function having parameters. 2021-06-03 13:08:57 +02:00
ControlFlowAnalyzer.cpp Purge using namespace std from libsolidity/analysis 2023-08-14 11:44:50 +02:00
ControlFlowAnalyzer.h ControlFlowAnalyser: Also consider called functions in a flow 2021-06-01 15:54:37 +02:00
ControlFlowBuilder.cpp Purge using namespace std from libsolidity/analysis 2023-08-14 11:44:50 +02:00
ControlFlowBuilder.h User-defined operators: Analysis 2023-02-22 00:39:25 +01:00
ControlFlowGraph.cpp Purge using namespace std from libsolidity/analysis 2023-08-14 11:44:50 +02:00
ControlFlowGraph.h CFGNode: For function calls store a pointer to a resolved function definition rather than the FunctionCall AST node 2022-11-09 17:51:32 +01:00
ControlFlowRevertPruner.cpp CFGNode: For function calls store a pointer to a resolved function definition rather than the FunctionCall AST node 2022-11-09 17:51:32 +01:00
ControlFlowRevertPruner.h Directly restart processing calling functions. 2021-06-14 13:54:05 +02:00
DeclarationContainer.cpp Purge using namespace std from libsolidity/analysis 2023-08-14 11:44:50 +02:00
DeclarationContainer.h Settings struct for name resolution. 2022-07-14 17:22:17 +02:00
DeclarationTypeChecker.cpp Purge using namespace std from libsolidity/analysis 2023-08-14 11:44:50 +02:00
DeclarationTypeChecker.h DeclarationTypeChecker for UserDefinedValueTypes 2021-09-07 19:42:51 +02:00
DocStringAnalyser.cpp Purge using namespace std from libsolidity/analysis 2023-08-14 11:44:50 +02: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 Purge using namespace std from libsolidity/analysis 2023-08-14 11:44:50 +02:00
DocStringTagParser.h Allow annotating inline assembly as memory-safe. 2022-03-02 16:42:28 +01:00
FunctionCallGraph.cpp Purge using namespace std from libsolidity/analysis 2023-08-14 11:44:50 +02:00
FunctionCallGraph.h User-defined operators: Analysis 2023-02-22 00:39:25 +01:00
GlobalContext.cpp Purge using namespace std from libsolidity/analysis 2023-08-14 11:44:50 +02:00
GlobalContext.h Remove the usage of boost::noncopyable 2021-04-23 14:57:01 +01:00
ImmutableValidator.cpp Relax restrictions on immutable initialization 2023-07-14 15:29:32 +02:00
ImmutableValidator.h Relax restrictions on immutable initialization 2023-07-14 15:29:32 +02:00
NameAndTypeResolver.cpp Type inference draft. 2023-09-13 22:54:02 +02:00
NameAndTypeResolver.h Type inference draft. 2023-09-13 22:54:02 +02:00
OverrideChecker.cpp Purge using namespace std from libsolidity/analysis 2023-08-14 11:44:50 +02:00
OverrideChecker.h More strict override check for data locations. 2022-05-17 13:02:12 +02:00
PostTypeChecker.cpp Purge using namespace std from libsolidity/analysis 2023-08-14 11:44:50 +02:00
PostTypeChecker.h Revert statement. 2021-03-30 21:15:46 +02:00
PostTypeContractLevelChecker.cpp Purge using namespace std from libsolidity/analysis 2023-08-14 11:44:50 +02:00
PostTypeContractLevelChecker.h Use all referenced errors. 2021-03-30 21:15:46 +02:00
ReferencesResolver.cpp error ids 2023-09-13 22:54:10 +02:00
ReferencesResolver.h Type inference draft. 2023-09-13 22:54:02 +02:00
Scoper.cpp Purge using namespace std from libsolidity/analysis 2023-08-14 11:44:50 +02:00
Scoper.h Assign scopes as a separate step. 2020-09-02 20:45:33 +02:00
StaticAnalyzer.cpp Purge using namespace std from libsolidity/analysis 2023-08-14 11:44:50 +02:00
StaticAnalyzer.h Add SPDX license identifier if not present already in source file 2020-07-17 20:24:12 +05:30
SyntaxChecker.cpp Type inference draft. 2023-09-13 22:54:02 +02:00
SyntaxChecker.h Type inference draft. 2023-09-13 22:54:02 +02:00
TypeChecker.cpp Purge using namespace std from libsolidity/analysis 2023-08-14 11:44:50 +02:00
TypeChecker.h Fix import directive visits in type checker and view pure checker. 2022-03-14 14:53:06 +01:00
ViewPureChecker.cpp Purge using namespace std from libsolidity/analysis 2023-08-14 11:44:50 +02:00
ViewPureChecker.h User-defined operators: Analysis 2023-02-22 00:39:25 +01:00