aboutsummaryrefslogtreecommitdiffstats
path: root/libsolidity/analysis/DeclarationContainer.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix crash for double variable declaration in the same scope.Leonardo Alt2018-07-111-0/+5
* Allow function overloads involving MagicVariableDeclarations.chriseth2018-04-121-1/+7
* Only active variables at the point of their declaration.chriseth2018-02-271-7/+26
* Restructure code for alternative identifier suggestionsBalajiganapathi S2018-02-131-5/+4
* Move string distance function to utils and format error messageBalajiganapathi S2018-02-131-42/+2
* Suggest alternatives when identifier not found.Balajiganapathi S2018-02-131-1/+62
* analysis: disallow overloading functions with eventsYoichi Hirai2017-01-231-1/+6
* analysis: fix formatYoichi Hirai2017-01-231-4/+7
* analysis: Resolve event overloadingYoichi Hirai2017-01-231-12/+9
* analysis: Allow multiple events of the same nameYoichi Hirai2017-01-231-0/+7
* analysis: changes necessary to compile std/StandardToken.solYoichi Hirai2017-01-121-2/+11
* Fix licensing headersVoR02202016-11-231-4/+4
* Allow aliases during import.chriseth2016-01-111-5/+6
* Source units are independent scopes.chriseth2015-12-101-14/+24
* File reorganisation.chriseth2015-10-211-0/+85