aboutsummaryrefslogtreecommitdiffstats
path: root/NameAndTypeResolver.h
Commit message (Expand)AuthorAgeFilesLines
* Parsing of events.Christian2015-01-301-0/+1
* Type resolution for function modifiers.Christian2015-01-261-1/+3
* Explicit calls to base class function.Christian2015-01-201-2/+5
* Import inherited members into the contract's scope.Christian2015-01-201-0/+12
* Fix some warnings about uninitialized members.Christian2015-01-071-1/+1
* Fix: Resolve function types of all contracts before checking types inside fun...Christian2014-12-171-0/+2
* Removed unused members.Christian2014-12-081-2/+0
* More const cleanup.Christian2014-12-081-6/+6
* Multi-source and multi-contract compiler.Christian2014-12-041-0/+6
* Save the scope for every declaration.Christian2014-12-021-7/+7
* Contracts as types and framework for special global variables.Christian2014-11-241-2/+1
* Struct types.Christian2014-11-141-3/+8
* Merge remote-tracking branch 'ethereum/develop' into sol_contractCompilerChristian2014-11-011-8/+15
|\
| * Asterisk-syntax for doxygen class documentation.Christian2014-10-281-6/+13
| * Stylistic corrections.Christian2014-10-281-8/+8
* | Contract compiler and also add ExpressionStatement to AST.Christian2014-10-301-4/+13
|/
* Corrected spacing around colon.Christian2014-10-231-1/+1
* Access modifier cleanup.Christian2014-10-201-1/+3
* Pointer type cleanup: Use ASTPointer only for AST nodes and shared_ptr for typeChristian2014-10-201-1/+0
* Coding style and cleanupChristian2014-10-171-4/+5
* Corrected coding style.Christian2014-10-161-14/+17
* Some fixes for the type system, should be quite usable now.Christian2014-10-161-13/+43
* Type system, not yet complete.Christian2014-10-161-6/+9
* Added copyright blocks.Christian2014-10-131-0/+22
* Name resolution.Christian2014-10-131-0/+40