aboutsummaryrefslogtreecommitdiffstats
path: root/libsolidity/TypeChecker.cpp
Commit message (Expand)AuthorAgeFilesLines
* MacOS fix.chriseth2015-10-151-2/+2
* Destructuring assignments.chriseth2015-10-151-1/+7
* Tuple expressions.chriseth2015-10-151-6/+69
* some more style fixesLianaHus2015-10-151-14/+1
* mainly style fixes/renamingLianaHus2015-10-151-2/+2
* fixes error after conflict resolvingLianaHus2015-10-151-1/+1
* errors instead of exceptionsLianaHus2015-10-151-14/+16
* some fixesLianaHus2015-10-151-1/+4
* added Error class for all kind of errorsLianaHus2015-10-151-4/+5
* Some further test fixes.chriseth2015-10-131-4/+13
* Multi-variable declarations.chriseth2015-10-131-35/+45
* Introduced tuple type and added multi variable declarations to typechriseth2015-10-101-50/+94
* Refactoring to allow multi-variable declarations.chriseth2015-10-091-37/+51
* Check invalid integer constants for functions accepting arbitrary arguments.chriseth2015-10-081-4/+10
* 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