aboutsummaryrefslogtreecommitdiffstats
path: root/libsolidity/analysis/ReferencesResolver.cpp
Commit message (Expand)AuthorAgeFilesLines
* Source units are independent scopes.chriseth2015-12-101-3/+7
* Bugfix for explicit memory types in libraries.chriseth2015-12-011-20/+24
* Resolve type names using regular AST visit.chriseth2015-11-271-78/+62
* Do not store elements of a contract by AST node type.chriseth2015-11-261-1/+1
* Make members context-sensitive.chriseth2015-11-261-4/+0
* Fix MSVC errors and warnings.chriseth2015-11-261-1/+2
* Type checking for creating new arrays.chriseth2015-11-261-0/+5
* Allow "new expressions" also for general type names.chriseth2015-11-261-0/+1
* style fixLianaHus2015-11-071-0/+13
* style fixesLianaHus2015-11-071-19/+20
* fixLianaHus2015-11-071-25/+31
* added SourceLocations to error reporting for ReferenceResolverLianaHus2015-11-071-13/+16
* passed SourceLocations instead of nodes to the error reporting functionLianaHus2015-11-071-2/+2
* added errors tu ReferencesResolverLianaHus2015-11-071-36/+28
* File reorganisation.chriseth2015-10-211-0/+234