Liana Husikyan
|
4081752e63
|
style changes
|
10 years ago |
Liana Husikyan
|
328d40450f
|
changed the way of resolving declarations. now the cleanup of function duplications in libsolidity/NameAndTypeResolver.cpp(WIP)
|
10 years ago |
Liana Husikyan
|
da309c3853
|
created secondarySoureLocation error type
added additional information to error msgs
|
10 years ago |
chriseth
|
8dc135468e
|
Fix for declarations.
|
10 years ago |
chriseth
|
46182cd82f
|
Styling.
|
10 years ago |
chriseth
|
0b36ca86d7
|
Fixed function overloads.
Added tests, disallowed non-calling usage of non-unique function
references.
|
10 years ago |
Lu Guanqun
|
f2da0e249c
|
enhance DeclarationContainer to use `std::set` so that it can handle overloaded function names
|
10 years ago |
Gav Wood
|
2c6b18f01b
|
Add EVMJIT.
|
10 years ago |
Christian
|
0185ac5a0d
|
"external" visibility specifier.
|
10 years ago |
Liana Husikyan
|
2fd33d98cc
|
- implemented Empty parameter name story. Now the name of input/return parameters of function can be not specified.
- added appropriate tests
Conflicts:
test/SolidityEndToEndTest.cpp
test/SolidityNameAndTypeResolution.cpp
|
10 years ago |
Christian
|
a03f2870c6
|
More const cleanup.
|
10 years ago |
Christian
|
50b61e3dd3
|
Multi-source and multi-contract compiler.
|
10 years ago |
Christian
|
b514546927
|
Save the scope for every declaration.
|
10 years ago |
Christian
|
92ee64f443
|
Some documentation.
|
10 years ago |
Christian
|
19e7a08b0e
|
Remove nullptr comparisons.
|
10 years ago |
Christian
|
116070f304
|
Coding style and cleanup
|
10 years ago |
Christian
|
68a85f4f80
|
Corrected coding style.
|
10 years ago |
Christian
|
2f9d821967
|
Type system, not yet complete.
|
10 years ago |
Christian
|
cdf2ff14e6
|
Added copyright blocks.
|
10 years ago |
Christian
|
3fd9358c3e
|
Corrected indentation.
|
10 years ago |
Christian
|
4c1739169a
|
Parse everything up to function bodies and report parser errors with location.
|
10 years ago |
Christian
|
961327ee7d
|
Solidity parser, can not parse much yet.
|
10 years ago |