solidity/libsolidity/analysis
Harikrishnan Mulackal 8fafdeacac
Merge pull request #11939 from ethereum/userdefined-types-mapping-key
Allow Mapping keys to have type UserDefinedValueType.
2021-09-13 15:06:14 +02:00
..
ConstantEvaluator.cpp
ConstantEvaluator.h
ContractLevelChecker.cpp
ContractLevelChecker.h
ControlFlowAnalyzer.cpp Using range-v3 instead of boost 2021-08-24 23:50:23 +04:30
ControlFlowAnalyzer.h
ControlFlowBuilder.cpp
ControlFlowBuilder.h
ControlFlowGraph.cpp
ControlFlowGraph.h
ControlFlowRevertPruner.cpp
ControlFlowRevertPruner.h
DeclarationContainer.cpp
DeclarationContainer.h
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
FunctionCallGraph.cpp
FunctionCallGraph.h
GlobalContext.cpp
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 Properly export symbols from aliased imports. 2021-09-01 19:55:30 +02:00
NameAndTypeResolver.h
OverrideChecker.cpp Add override exception for interface functions. 2021-08-31 10:45:31 +02:00
OverrideChecker.h
PostTypeChecker.cpp
PostTypeChecker.h
PostTypeContractLevelChecker.cpp
PostTypeContractLevelChecker.h
ReferencesResolver.cpp
ReferencesResolver.h
Scoper.cpp
Scoper.h
StaticAnalyzer.cpp
StaticAnalyzer.h
SyntaxChecker.cpp Remove CharStream from SourceLocation. 2021-07-14 15:12:07 +02:00
SyntaxChecker.h
TypeChecker.cpp Allow UserDefinedValueType.uwrap (and wrap) as RHS of constant decl 2021-09-13 11:53:05 +02:00
TypeChecker.h
ViewPureChecker.cpp
ViewPureChecker.h