aboutsummaryrefslogtreecommitdiffstats
path: root/libsolidity/analysis/NameAndTypeResolver.h
Commit message (Expand)AuthorAgeFilesLines
* Introduce namespace `langutil` in liblangutil directory.Christian Parpart2018-11-221-8/+11
* 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
* 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
* 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