tools/go
Robert Griesemer f052654314 go.tools/go/types: remove iota from all parameter lists (cleanup)
Instead of passing around iota everywhere, keep track of the
current value in the checker, and update it when entering
different declarations. This is less explicit, but the improvement
over all code is so significant that it is worth it.

R=adonovan
CC=golang-dev
https://golang.org/cl/10814044
2013-07-03 10:06:09 -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: remove iota from all parameter lists (cleanup) 2013-07-03 10:06:09 -07:00