aboutsummaryrefslogtreecommitdiffstats
path: root/libsolidity/TypeChecker.cpp
Commit message (Expand)AuthorAgeFilesLines
* Resolve binary dependencies properly.chriseth2015-10-071-4/+23
* Allow four indexed arguments for anynomous events.chriseth2015-10-071-1/+3
* Compute canonical names of types for function signatures.chriseth2015-10-061-3/+3
* Split external type into ecoding and interface type.chriseth2015-10-061-3/+4
* -fixed the warning printingLianaHus2015-10-021-1/+1
* -added warning case to cl compilerLianaHus2015-10-021-1/+1
* added warning for noninitialized references in storage.LianaHus2015-10-021-2/+20
* Build fix for MacOS.chriseth2015-09-221-4/+4
* Refactored annotations.chriseth2015-09-221-6/+2
* Refactoring: Check types outside of AST and recover from some errors.chriseth2015-09-221-0/+1147