aboutsummaryrefslogtreecommitdiffstats
path: root/solidityNameAndTypeResolution.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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