This website requires JavaScript.
Explore
Help
Sign In
cerc-io
/
solidity
Watch
11
Star
0
Fork
0
mirror of
https://github.com/ethereum/solidity
synced
2023-10-03 13:03:40 +00:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
Files
42289b642ff12d9275dedf10c257cfec8295feed
solidity
/
libsolidity
/
analysis
T
History
chriseth
d1e1293fbd
Merge pull request
#3981
from ethereum/years-suffix
...
The "year" denomination is deprecated
2018-04-24 12:12:03 +02:00
..
ConstantEvaluator.cpp
…
ConstantEvaluator.h
…
DeclarationContainer.cpp
Allow function overloads involving MagicVariableDeclarations.
2018-04-12 13:09:37 +02:00
DeclarationContainer.h
…
DocStringAnalyser.cpp
…
DocStringAnalyser.h
…
GlobalContext.cpp
Merge pull request
#3364
from ethereum/revertWithReason
2018-04-12 21:01:08 +02:00
GlobalContext.h
…
NameAndTypeResolver.cpp
Register overload for `
revert()
` that can receive a reason string.
2018-04-12 13:09:37 +02:00
NameAndTypeResolver.h
…
PostTypeChecker.cpp
…
PostTypeChecker.h
…
ReferencesResolver.cpp
…
ReferencesResolver.h
…
SemVerHandler.cpp
…
SemVerHandler.h
…
StaticAnalyzer.cpp
Stricter check for member access to "this" in constructor.
2018-04-13 15:57:13 +02:00
StaticAnalyzer.h
Error on invalid arithmetic with constant expressions.
2018-04-11 21:17:10 +02:00
SyntaxChecker.cpp
Warn about functions named "constructor".
2018-04-18 21:23:09 +02:00
SyntaxChecker.h
…
TypeChecker.cpp
Merge pull request
#3981
from ethereum/years-suffix
2018-04-24 12:12:03 +02:00
TypeChecker.h
…
ViewPureChecker.cpp
Add abi.encode, abi.encodePacked, abi.encodeWithSelector and abi.encodeWithSignature.
2018-04-11 22:32:10 +02:00
ViewPureChecker.h
…