aboutsummaryrefslogtreecommitdiffstats
path: root/libsolidity/analysis/NameAndTypeResolver.h
Commit message (Collapse)AuthorAgeFilesLines
* Introduce namespace `langutil` in liblangutil directory.Christian Parpart2018-11-221-8/+11
| | | | | | | 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
* Refactor data location check.Chase McDermott2018-08-151-0/+2
|
* C99 scoping rules by defaultLeonardo Alt2018-06-201-3/+1
|
* Only active variables at the point of their declaration.chriseth2018-02-271-2/+8
|
* Blocks and for loops can be scopes.chriseth2018-02-271-0/+4
|
* Scopes do not have to be declarations.chriseth2018-02-271-1/+4
|
* Make all lookups recursive by default.chriseth2018-02-271-6/+7
|
* Suggest alternatives when identifier not found.Balajiganapathi S2018-02-131-0/+3
|
* Ensure parameter names match between headers and implementationAlex Beregszaszi2017-09-201-1/+1
|
* Do not mark overloaded functions as shadowingAlex Beregszaszi2017-08-051-0/+2
|
* Warn about shadowing variables.Alex Beregszaszi2017-07-251-0/+9
|
* Add a warning about a varialbe of the name of an instructionYoichi Hirai2017-06-131-0/+3
|
* Refactor error reportingRhett Aultman2017-05-301-34/+6
| | | | | | | | | 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-0/+3
|
* Review comments.chriseth2017-02-141-1/+4
|
* Allow different entry scope for registerDeclarations.chriseth2017-02-141-2/+9
|
* Extract scopes into compiler stack.chriseth2017-02-141-2/+6
|
* Refactor type system to allow multiple entry points.chriseth2017-02-141-2/+4
|
* Refactor NameAndTypeResolver and SyntaxChecker to allow other entry points.chriseth2017-02-141-4/+5
|
* Fix licensing headersVoR02202016-11-231-4/+4
| | | | Signed-off-by: VoR0220 <rj@erisindustries.com>
* Simple aliasing during import.chriseth2015-12-181-3/+5
|
* Source units are independent scopes.chriseth2015-12-101-8/+11
|
* Bugfix concerning pointers to moved data.chriseth2015-12-081-3/+7
|
* Added the `using x for y` directive.chriseth2015-11-271-2/+2
|
* File reorganisation.chriseth2015-10-211-0/+169