solidity/libsolidity/analysis
2021-02-23 10:47:02 +01:00
..
ConstantEvaluator.cpp Move functions into anonymous namespace. 2020-12-14 14:18:03 +01:00
ConstantEvaluator.h Reimplement constant evaluator. 2020-12-04 15:14:25 +01:00
ContractLevelChecker.cpp
ContractLevelChecker.h
ControlFlowAnalyzer.cpp Fix missing error when accessing unintialized variables. 2021-01-25 14:44:15 +01:00
ControlFlowAnalyzer.h
ControlFlowBuilder.cpp
ControlFlowBuilder.h
ControlFlowGraph.cpp
ControlFlowGraph.h Enable the -Wconversion warning 2020-12-08 16:45:24 +00:00
DeclarationContainer.cpp
DeclarationContainer.h
DeclarationTypeChecker.cpp Fix ICE caused by const structs with mappings 2021-01-12 18:39:54 +01:00
DeclarationTypeChecker.h
DocStringAnalyser.cpp Fix segfault for empty @return tags in modifiers 2020-12-10 11:54:40 +01:00
DocStringAnalyser.h
DocStringTagParser.cpp Fix segfault for empty @return tags in modifiers 2020-12-10 11:54:40 +01:00
DocStringTagParser.h
FunctionCallGraph.cpp Move CallGraph structure to a separate module 2021-02-23 10:47:02 +01:00
FunctionCallGraph.h Move CallGraph structure to a separate module 2021-02-23 10:47:02 +01:00
GlobalContext.cpp Merge remote-tracking branch 'origin/develop' into breaking 2020-12-14 11:33:40 +01:00
GlobalContext.h
ImmutableValidator.cpp
ImmutableValidator.h
NameAndTypeResolver.cpp Only warn about variables being shadowed in inline assembly. 2021-02-19 14:29:22 +01:00
NameAndTypeResolver.h Only warn about variables being shadowed in inline assembly. 2021-02-19 14:29:22 +01:00
OverrideChecker.cpp
OverrideChecker.h
PostTypeChecker.cpp OverrideSpecifier: Check for null before dereferencing 2021-02-04 13:17:28 +01:00
PostTypeChecker.h
ReferencesResolver.cpp Only warn about variables being shadowed in inline assembly. 2021-02-19 14:29:22 +01:00
ReferencesResolver.h
Scoper.cpp
Scoper.h
StaticAnalyzer.cpp Disallowing usage of msg.data in receive() function. 2020-12-08 11:49:20 +01:00
StaticAnalyzer.h
SyntaxChecker.cpp Report meaningful error if parsing a version pragma failed 2020-12-18 11:50:37 +00:00
SyntaxChecker.h
TypeChecker.cpp Remove unreachable warning for shift/exp operator 2021-02-16 13:17:58 +00:00
TypeChecker.h
ViewPureChecker.cpp Introduce address(...).code 2020-12-11 03:00:30 +00:00
ViewPureChecker.h