]> Cypherpunks repositories - gostls13.git/commit
vet: add range variable misuse detection
authorAndrew Gerrand <adg@golang.org>
Tue, 18 Sep 2012 21:19:31 +0000 (14:19 -0700)
committerAndrew Gerrand <adg@golang.org>
Tue, 18 Sep 2012 21:19:31 +0000 (14:19 -0700)
commit51e85612f9beff6bb715199c1ddf5ff421c4ae77
tree5e1660bd13bdb06b5443894a3fa12f1be1364ee0
parent7e525928d33bdd48142a2664dc03664c0034354b
vet: add range variable misuse detection

R=fullung, r, remyoudompheng, minux.ma, gri, rsc
CC=golang-dev
https://golang.org/cl/6494075
src/cmd/vet/Makefile
src/cmd/vet/main.go
src/cmd/vet/rangeloop.go [new file with mode: 0644]