aboutsummaryrefslogtreecommitdiffstats
path: root/DeclarationContainer.cpp
Commit message (Collapse)AuthorAgeFilesLines
* style changesLiana Husikyan2015-05-081-1/+1
|
* changed the way of resolving declarations. now the cleanup of function ↵Liana Husikyan2015-05-081-5/+5
| | | | duplications in libsolidity/NameAndTypeResolver.cpp(WIP)
* created secondarySoureLocation error typeLiana Husikyan2015-05-041-18/+24
| | | | added additional information to error msgs
* Fix for declarations.chriseth2015-04-221-4/+10
|
* Styling.chriseth2015-04-201-9/+5
|
* Fixed function overloads.chriseth2015-04-151-15/+14
| | | | | 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-5/+24
| | | | overloaded function names
* "external" visibility specifier.Christian2015-02-171-4/+9
|
* - implemented Empty parameter name story. Now the name of input/return ↵Liana Husikyan2015-02-091-0/+4
| | | | | | | | | | parameters of function can be not specified. - added appropriate tests Conflicts: test/SolidityEndToEndTest.cpp test/SolidityNameAndTypeResolution.cpp
* More const cleanup.Christian2014-12-081-2/+2
|
* Multi-source and multi-contract compiler.Christian2014-12-041-2/+2
|
* Save the scope for every declaration.Christian2014-12-021-0/+50