aboutsummaryrefslogtreecommitdiffstats
path: root/libsolidity/analysis/ReferencesResolver.h
Commit message (Collapse)AuthorAgeFilesLines
* Sort includes in libsolidity/analysisLeonardo Alt2018-12-171-3/+4
|
* Introduce namespace `langutil` in liblangutil directory.Christian Parpart2018-11-221-7/+12
| | | | | | | Also: - Use {}-style list initialisation for SourceLocation construction - Introduce new system includes - Changes the API of the Scanner to take source as value (with move) as opposed to as a reference
* Removing redundant virtual from override function declarationmordax2018-11-211-18/+18
| | | | | | Remove trailing whitespace Remove changelog change
* Remove unused 050 variable in ReferencesResolverAlex Beregszaszi2018-08-061-1/+0
|
* 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
| | | | | | | | | This commit introduces ErrorReporter, a utility class which consolidates all of the error logging functionality into a common set of functions. It also replaces all direct interactions with an ErrorList with calls to an ErrorReporter. This commit resolves issue #2209
* 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
| | | | Signed-off-by: VoR0220 <rj@erisindustries.com>
* 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