]> Cypherpunks repositories - gostls13.git/commit
go/types: cleanup of assignment checks
authorRobert Griesemer <gri@golang.org>
Thu, 7 Mar 2013 00:14:07 +0000 (16:14 -0800)
committerRobert Griesemer <gri@golang.org>
Thu, 7 Mar 2013 00:14:07 +0000 (16:14 -0800)
commitb8db56ad2e91f984eef4e08b85fefcd088f2def9
tree91193b1877630cb9f4a8d837a068370e65649d22
parent0a71a5b029f0f8576d7dc948f72e16deb00a035e
go/types: cleanup of assignment checks

Also:
- cleaner handling of constants w/ unknown value
- removed several TODOs

R=adonovan
CC=golang-dev
https://golang.org/cl/7473043
src/pkg/go/types/check.go
src/pkg/go/types/const.go
src/pkg/go/types/expr.go
src/pkg/go/types/objects.go
src/pkg/go/types/stmt.go
src/pkg/go/types/testdata/builtins.src
src/pkg/go/types/testdata/const0.src
src/pkg/go/types/testdata/decls2a.src
src/pkg/go/types/testdata/expr3.src
src/pkg/go/types/universe.go