aboutsummaryrefslogtreecommitdiffstats
path: root/solidityNameAndTypeResolution.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix: Resolve function types of all contracts before checking types inside fun...Christian2014-12-171-0/+18
* Check that constructor does not have "returns" directive.Christian2014-12-151-0/+9
* Support empty strings.Christian2014-12-111-8/+0
* Tests for empty and too long strings.Christian2014-12-111-0/+16
* Comments and braces.Christian2014-12-071-2/+0
* Multi-source and multi-contract compiler.Christian2014-12-041-1/+2
* Import directive.Christian2014-12-031-4/+7
* Disallow assignments to structs and mappings.Christian2014-12-021-0/+30
* Magic variables.Christian2014-11-241-0/+20
* Contracts as types and framework for special global variables.Christian2014-11-241-1/+1
* Struct types.Christian2014-11-141-0/+38
* Tests for type conversion at comparison.Christian2014-11-061-0/+16
* Further const placement changes.Christian2014-10-301-1/+1
* Pointer type cleanup: Use ASTPointer only for AST nodes and shared_ptr for typeChristian2014-10-201-1/+1
* Corrected coding style.Christian2014-10-161-13/+19
* Some fixes for the type system, should be quite usable now.Christian2014-10-161-0/+58
* Added meaningful exception types.Christian2014-10-161-4/+5
* Type system, not yet complete.Christian2014-10-161-7/+7
* Name resolution.Christian2014-10-131-0/+113