Yuri Victorovich
|
54ac1e8240
|
Fix missing STL include in tools/solidityUpgrade/SourceUpgrade.cpp
|
2022-06-02 09:43:18 -07:00 |
|
chriseth
|
dfa0bcf760
|
More strict override check for data locations.
|
2022-05-17 13:02:12 +02:00 |
|
tcoyvwac
|
ba0c09e082
|
Prefer make_unique over new
|
2021-10-15 19:46:47 +02:00 |
|
Kamil Śliwak
|
2cd1c644b6
|
Remove unused includes and sort existing includes in a few places
|
2021-10-11 20:34:48 +02:00 |
|
Kamil Śliwak
|
a30348715b
|
Use boost::current_exception_diagnostic_information() to print extra info about exceptions caught by (...)
|
2021-10-07 17:41:25 +02:00 |
|
chriseth
|
1531863835
|
Split Common.h into Numeric.h.
|
2021-09-23 15:27:29 +02:00 |
|
Kamil Śliwak
|
cb1a0f08ca
|
readFileAsString(): Accept path as boost::filesystem::path instead of string
|
2021-08-17 12:58:33 +02:00 |
|
Kamil Śliwak
|
790d08f24b
|
source-upgrade does not really process standard input
|
2021-08-17 12:55:01 +02:00 |
|
chriseth
|
f75b55071e
|
Remove CharStream from SourceLocation.
|
2021-07-14 15:12:07 +02:00 |
|
Mathias Baumann
|
e197ebbdd1
|
Replace TypePointer with Type const*
|
2021-03-23 11:47:19 +01:00 |
|
chriseth
|
9a5902f9d7
|
Merge remote-tracking branch 'origin/develop' into breaking
|
2020-12-02 12:28:02 +01:00 |
|
chriseth
|
c193ce6c07
|
Rename SourceReferenceFormatterHuman.
|
2020-12-01 16:09:46 +01:00 |
|
Alex Beregszaszi
|
a22077f736
|
Rename AsmData -> AST
Also attempt to only include ASTForward where appropriate.
|
2020-11-25 17:58:02 +00:00 |
|
Mathias Baumann
|
dd81d05559
|
Make annotations `SetOnce or optional ` where feasible
|
2020-09-22 17:38:21 +02:00 |
|
chriseth
|
50c3daf693
|
Merge pull request #9255 from ethereum/solidity-upgrade-constructor
[BREAKING] solidity-upgrade: added module to remove visibility of constructors
|
2020-07-21 13:24:39 +02:00 |
|
chriseth
|
9be5ed1220
|
Merge remote-tracking branch 'origin/develop' into breaking
|
2020-07-21 11:35:28 +02:00 |
|
Sachin Grover
|
b7adb2aa42
|
Add SPDX license identifier if not present already in source file
Fixes: #9220
|
2020-07-17 20:24:12 +05:30 |
|
Harikrishnan Mulackal
|
6b435b2192
|
solidity-upgrade: added module to remove visibility of constructors
|
2020-07-08 18:57:20 +05:30 |
|
chriseth
|
8155ad2187
|
Merge remote-tracking branch 'origin/develop' into breaking
|
2020-06-15 17:11:41 +02:00 |
|
a3d4
|
51e64fe0b1
|
Add error IDs to console output
|
2020-06-10 13:27:25 +02:00 |
|
chriseth
|
c8b9d24eba
|
Merge pull request #9106 from ethereum/develop
Merge develop into breaking.
|
2020-06-03 13:51:28 +02:00 |
|
Djordje Mijovic
|
4b6c322279
|
Fixing various signedness warnings
|
2020-06-03 10:37:18 +02:00 |
|
chriseth
|
894478ff8c
|
Merge pull request #9038 from ethereum/develop
Merge develop into breaking.
|
2020-05-27 15:24:27 +02:00 |
|
chriseth
|
9604174151
|
Rename asCallableFunction.
|
2020-05-26 11:35:12 +02:00 |
|
chriseth
|
0be56a0abf
|
Merge remote-tracking branch 'origin/develop' into breaking
|
2020-05-12 17:48:53 +02:00 |
|
Alex Beregszaszi
|
338e55be10
|
Add header guard to two files
|
2020-05-11 10:44:20 +01:00 |
|
Harikrishnan Mulackal
|
92cf61d4f9
|
fixed compilation tests and upgraded ext. tests branch
|
2020-05-05 21:11:15 +05:30 |
|
Harikrishnan Mulackal
|
aed6c22318
|
solidity-upgrade can now change now to block.timestamp
|
2020-05-05 21:11:15 +05:30 |
|
chriseth
|
e306fdc251
|
Merge pull request #8741 from ethereum/dot-syntax-upgrade
[BREAKING] solidity-upgrade dot syntax for gas and value
|
2020-04-28 18:29:49 +02:00 |
|
hrkrshnn
|
644ae320a4
|
Fixed infinite loops
|
2020-04-27 17:37:18 +05:30 |
|
hrkrshnn
|
eb4cff56f7
|
Upgrade dot syntax for gas and value
|
2020-04-24 16:22:07 +05:30 |
|
hrkrshnn
|
e2e32d372f
|
virtual modifiers (in Abstract contracts) allow empty bodies
|
2020-04-23 17:26:59 +05:30 |
|
Alexander Arlt
|
aac7a1e434
|
Apply modernize-pass-by-value.
|
2020-04-14 10:32:13 -05:00 |
|
chriseth
|
823a119117
|
Merge pull request #8570 from aarlt/clang-tidy-apply-modernize-use-emplace
clang-tidy: Apply modernize-use-emplace.
|
2020-04-07 17:28:50 +02:00 |
|
Alexander Arlt
|
cae6e7769f
|
Apply modernize-use-override.
|
2020-04-02 18:00:44 -05:00 |
|
Alexander Arlt
|
90bb1d8a7c
|
Apply modernize-use-emplace.
|
2020-04-02 17:35:48 -05:00 |
|
Daniel Kirchner
|
9b8e3800bb
|
Fix upgrade tool build on windows.
|
2020-02-06 10:49:15 +01:00 |
|
Erik Kundt
|
f2701db0aa
|
Adds documentation for Solidity source upgrader.
|
2020-02-05 16:52:54 +01:00 |
|