This website requires JavaScript.
Explore
Help
Sign In
cerc-io
/
solidity
Watch
11
Star
0
Fork
0
You've already forked solidity
mirror of
https://github.com/ethereum/solidity
synced
2023-10-03 13:03:40 +00:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
9e81c81560
solidity
/
libsolidity
/
analysis
History
chriseth
d2023f5f95
Check for invalid tags.
2021-03-02 16:53:31 +01:00
..
ConstantEvaluator.cpp
ConstantEvaluator.h
ContractLevelChecker.cpp
Converted hash collision error into a fatal type error.
2021-02-23 17:09:40 +01:00
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
DeclarationContainer.cpp
DeclarationContainer.h
DeclarationTypeChecker.cpp
DeclarationTypeChecker.h
DocStringAnalyser.cpp
Allow custom natspec tags.
2021-03-02 16:13:28 +01:00
DocStringAnalyser.h
DocStringTagParser.cpp
Check for invalid tags.
2021-03-02 16:53:31 +01:00
DocStringTagParser.h
FunctionCallGraph.cpp
Fix call graph with respect to constants.
2021-02-25 16:00:53 +01:00
FunctionCallGraph.h
Remove contract reference from the call graph
2021-02-23 14:01:20 +01:00
GlobalContext.cpp
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
StaticAnalyzer.h
SyntaxChecker.cpp
SyntaxChecker.h
TypeChecker.cpp
Check that there is an interface type before querying validity of location.
2021-02-24 11:22:40 +01:00
TypeChecker.h
ViewPureChecker.cpp
ViewPureChecker.h