aboutsummaryrefslogtreecommitdiffstats
path: root/libsolidity/analysis/DeclarationContainer.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Sort includes in libsolidity/analysisLeonardo Alt2018-12-171-0/+1
|
* Updated MAXIMUM_STRING_DISTANCE to non static maximumStringDistance taking ↵mestorlx2018-10-131-4/+4
| | | | into account length of the identifier
* Fixes #4718: High CPU usage when using large variable namesbakaoh2018-08-151-2/+5
|
* Extend code comment about signatures.Daniel Kirchner2018-08-011-1/+2
|
* Do not exclude public state variables when looking for conflicting declarations.Daniel Kirchner2018-08-011-8/+1
|
* 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
| | | | Fixes #1215
* analysis: changes necessary to compile std/StandardToken.solYoichi Hirai2017-01-121-2/+11
|
* Fix licensing headersVoR02202016-11-231-4/+4
| | | | Signed-off-by: VoR0220 <rj@erisindustries.com>
* 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