solidity/libsolidity/analysis
chriseth 390640f557
Merge pull request #10384 from ethereum/called_directly_feature
Use annotation.calledDirectly to simplify IR codegen
2020-12-01 15:07:02 +01:00
..
ConstantEvaluator.cpp
ConstantEvaluator.h
ContractLevelChecker.cpp Wording in error messages. 2020-11-03 13:31:51 +01:00
ContractLevelChecker.h Contract level checker: Disallow free function redefinition and alias 2020-09-25 17:09:58 +02:00
ControlFlowAnalyzer.cpp Print warning for unnamed return parameters and no return statement 2020-10-13 13:11:29 +02:00
ControlFlowAnalyzer.h Print warning for unnamed return parameters and no return statement 2020-10-13 13:11:29 +02:00
ControlFlowBuilder.cpp Rename AsmData -> AST 2020-11-25 17:58:02 +00:00
ControlFlowBuilder.h
ControlFlowGraph.cpp
ControlFlowGraph.h
DeclarationContainer.cpp If a declaration shadows several others, group them together 2020-10-08 21:01:25 +02:00
DeclarationContainer.h If a declaration shadows several others, group them together 2020-10-08 21:01:25 +02:00
DeclarationTypeChecker.cpp Disallow invalid use of library names as type names. 2020-10-16 18:25:08 +02:00
DeclarationTypeChecker.h Disallow invalid use of library names as type names. 2020-10-16 18:25:08 +02:00
DocStringAnalyser.cpp Natspec: Fix internal error when different return name was inherited 2020-11-17 11:56:32 +01:00
DocStringAnalyser.h
DocStringTagParser.cpp Constants at file-level. 2020-10-08 18:56:17 +02:00
DocStringTagParser.h
GlobalContext.cpp
GlobalContext.h
ImmutableValidator.cpp Add missing annotation assignments 2020-10-07 14:52:35 +02:00
ImmutableValidator.h
NameAndTypeResolver.cpp If a declaration shadows several others, group them together 2020-10-08 21:01:25 +02:00
NameAndTypeResolver.h Fix shadowing/same-name warnings for later declarations 2020-10-08 20:22:04 +02:00
OverrideChecker.cpp Override semantics for fallback function. 2020-11-23 14:22:37 +01:00
OverrideChecker.h
PostTypeChecker.cpp Check for circular constants across contracts. 2020-10-08 18:56:17 +02:00
PostTypeChecker.h Constants at file-level. 2020-10-08 18:56:17 +02:00
ReferencesResolver.cpp Rename AsmData -> AST 2020-11-25 17:58:02 +00:00
ReferencesResolver.h
Scoper.cpp
Scoper.h
StaticAnalyzer.cpp
StaticAnalyzer.h
SyntaxChecker.cpp Rename AsmData -> AST 2020-11-25 17:58:02 +00:00
SyntaxChecker.h Introduce abicoder pragma. 2020-11-03 13:31:50 +01:00
TypeChecker.cpp Merge pull request #10384 from ethereum/called_directly_feature 2020-12-01 15:07:02 +01:00
TypeChecker.h Introduce abicoder pragma. 2020-11-03 13:31:50 +01:00
ViewPureChecker.cpp Rename AsmData -> AST 2020-11-25 17:58:02 +00:00
ViewPureChecker.h