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
|
feff325023
|
Import inherited members into the contract's scope.
|
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
|
17f5470540
|
Asterisk-syntax for doxygen class documentation.
|
10 years ago |
Christian
|
92ee64f443
|
Some documentation.
|
10 years ago |
Christian
|
fa22722e0e
|
Pointer type cleanup: Use ASTPointer only for AST nodes and shared_ptr for type
pointer.
|
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
|
a5a577d35c
|
Name resolution.
|
10 years ago |