11 Commits (29fb1f2d238a7aaafaa292c5e5c24963a1f0b4b8)

Author SHA1 Message Date
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 1c6fcca6e2 small fix 10 years ago
Liana Husikyan da309c3853 created secondarySoureLocation error type 10 years ago
chriseth 0b36ca86d7 Fixed function overloads. 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. 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 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