]> Cypherpunks repositories - gostls13.git/commit
go/types: remove most remaining uses of ast.Object from exported API
authorRobert Griesemer <gri@golang.org>
Wed, 2 Jan 2013 17:27:33 +0000 (09:27 -0800)
committerRobert Griesemer <gri@golang.org>
Wed, 2 Jan 2013 17:27:33 +0000 (09:27 -0800)
commita846d479b319c54780ce83c94d7f7b5cc28b94c2
tree9b1d4ca043eacdb52eb6a9494d9eb7b9fd408624
parentb2e9ca7f2ee9a93b01edaf5d42c94e6a6e848124
go/types: remove most remaining uses of ast.Object from exported API

Also: Return first error whether an error handler is set in the
      context or not (bug fix).

R=adonovan
CC=golang-dev
https://golang.org/cl/7024043
src/pkg/go/types/check.go
src/pkg/go/types/errors.go
src/pkg/go/types/expr.go
src/pkg/go/types/gcimporter.go
src/pkg/go/types/predicates.go
src/pkg/go/types/stmt.go
src/pkg/go/types/types.go
src/pkg/go/types/universe.go