aboutsummaryrefslogtreecommitdiffstats
path: root/DeclarationContainer.h
Commit message (Collapse)AuthorAgeFilesLines
* changed the way of resolving declarations. now the cleanup of function ↵Liana Husikyan2015-05-081-4/+4
| | | | duplications in libsolidity/NameAndTypeResolver.cpp(WIP)
* small fixLiana Husikyan2015-05-041-1/+1
|
* created secondarySoureLocation error typeLiana Husikyan2015-05-041-1/+3
| | | | added additional information to error msgs
* Fixed function overloads.chriseth2015-04-151-1/+1
| | | | | Added tests, disallowed non-calling usage of non-unique function references.
* enhance DeclarationContainer to use `std::set` so that it can handle ↵Lu Guanqun2015-03-081-3/+3
| | | | overloaded function names
* "external" visibility specifier.Christian2015-02-171-1/+5
|
* - implemented Empty parameter name story. Now the name of input/return ↵Liana Husikyan2015-02-091-2/+2
| | | | | | | | | | parameters of function can be not specified. - added appropriate tests Conflicts: test/SolidityEndToEndTest.cpp test/SolidityNameAndTypeResolution.cpp
* Import inherited members into the contract's scope.Christian2015-01-201-2/+3
|
* More const cleanup.Christian2014-12-081-7/+8
|
* Multi-source and multi-contract compiler.Christian2014-12-041-1/+1
|
* Save the scope for every declaration.Christian2014-12-021-0/+57