tools/go
Robert Griesemer b58f98e9c2 go.tools/go/types: fix more cycle errors, lots of refactoring
- moved ident and typ expr checking into typexpr.go
- as a result, fewer parameters are needed for expr checking
- forward-chain type decls of the form type ( A B; B C; C *A) etc.
  so that cycles are getting the right types in all cases
- fixed several corner case bugs, added more test cases

R=adonovan
CC=golang-dev
https://golang.org/cl/10773043
2013-07-02 16:39:30 -07:00
..
exact go.tools/go/exact: more consistent handling of unknown values 2013-06-21 19:56:40 -07:00
types go.tools/go/types: fix more cycle errors, lots of refactoring 2013-07-02 16:39:30 -07:00