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
8a8442377d
solidity
/
libsolidity
/
analysis
History
chriseth
6eea2f5c08
Merge pull request
#9959
from a3d4/fix-ice-struct-with-mapping-assignment
...
Fix ICE caused by const structs with mappings
2021-01-13 15:19: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
ControlFlowAnalyzer.h
ControlFlowBuilder.cpp
Merge remote-tracking branch 'origin/develop' into breaking
2020-12-02 12:28:02 +01:00
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
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
Merge remote-tracking branch 'origin/develop' into breaking
2020-12-07 17:13:48 +01:00
NameAndTypeResolver.h
OverrideChecker.cpp
OverrideChecker.h
PostTypeChecker.cpp
PostTypeChecker.h
ReferencesResolver.cpp
Merge remote-tracking branch 'origin/develop' into breaking
2020-12-02 12:28:02 +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
Merge pull request
#9959
from a3d4/fix-ice-struct-with-mapping-assignment
2021-01-13 15:19:02 +01:00
TypeChecker.h
ViewPureChecker.cpp
Introduce address(...).code
2020-12-11 03:00:30 +00:00
ViewPureChecker.h