aboutsummaryrefslogtreecommitdiffstats
path: root/libsolidity/analysis/ReferencesResolver.h
Commit message (Expand)AuthorAgeFilesLines
* Only active variables at the point of their declaration.chriseth2018-02-271-0/+1
* Enable C99-scoping with the 0.5.0-experimental pragma.chriseth2018-02-271-0/+1
* Blocks and for loops can be scopes.chriseth2018-02-271-1/+4
* Generate only single error in inline assembly.chriseth2017-06-081-2/+5
* Refactor error reportingRhett Aultman2017-05-301-7/+5
* Fix early exist for fatal errors.chriseth2017-02-161-1/+1
* Refactor NameAndTypeResolver and SyntaxChecker to allow other entry points.chriseth2017-02-141-3/+6
* Fix licensing headersVoR02202016-11-231-4/+4
* Function types.chriseth2016-11-161-0/+1
* Code generation (missing external access and source locations).chriseth2016-03-301-0/+1
* Resolve type names using regular AST visit.chriseth2015-11-271-4/+4
* Do not store elements of a contract by AST node type.chriseth2015-11-261-1/+1
* Make members context-sensitive.chriseth2015-11-261-3/+0
* Type checking for creating new arrays.chriseth2015-11-261-0/+1
* style fixLianaHus2015-11-071-12/+1
* style fixesLianaHus2015-11-071-4/+4
* fixed test frameworkLianaHus2015-11-071-1/+8
* fixLianaHus2015-11-071-4/+11
* fixed return valu for resolverLianaHus2015-11-071-1/+1
* added SourceLocations to error reporting for ReferenceResolverLianaHus2015-11-071-2/+2
* passed SourceLocations instead of nodes to the error reporting functionLianaHus2015-11-071-2/+2
* added errors tu ReferencesResolverLianaHus2015-11-071-2/+22
* File reorganisation.chriseth2015-10-211-0/+69