1
0
mirror of https://github.com/golang/go synced 2024-10-01 06:08:32 -06:00
go/go/pointer
Rebecca Stambler 207d3de1fa all: fix some staticcheck errors
Updates golang/go#35718

Change-Id: I10bfd5421cd44bb58b8bcaa6e9205040c25f51be
Reviewed-on: https://go-review.googlesource.com/c/tools/+/208257
Run-TryBot: Rebecca Stambler <rstambler@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Heschi Kreinick <heschi@google.com>
2020-01-29 04:53:41 +00:00
..
testdata go/pointer: implement extended queries 2017-03-06 04:11:41 +00:00
analysis.go go/pointer: implement extended queries 2017-03-06 04:11:41 +00:00
api.go all: fix some staticcheck errors 2020-01-29 04:53:41 +00:00
callgraph.go go.tools: use golang.org/x/... import paths 2014-11-10 08:50:40 +11:00
constraint.go tools: updates for minimum Go version 1.6 2017-02-07 21:06:19 +00:00
doc.go go/pointer: fix typo ("distiction" -> "distinction") 2017-12-28 08:16:41 +00:00
example_test.go go/ssa: rename some API features (incompatible change) 2015-08-31 22:20:12 +00:00
gen.go all: fix some staticcheck errors 2020-01-29 04:53:41 +00:00
hvn.go all: fix some staticcheck errors 2020-01-29 04:53:41 +00:00
intrinsics.go tools: updates for minimum Go version 1.6 2017-02-07 21:06:19 +00:00
labels.go tools: updates for minimum Go version 1.6 2017-02-07 21:06:19 +00:00
opt.go all: fix some staticcheck errors 2020-01-29 04:53:41 +00:00
pointer_test.go go/...: use recommended issue tracker URLs 2018-12-05 01:41:16 +00:00
print.go go/pointer: implement pointer equivalence via hash-value numbering, a pre-solver optimization. 2014-06-16 15:46:07 -04:00
query_test.go go/pointer: support reflect.Value in AddExtendedQuery 2018-08-13 20:51:10 +00:00
query.go go/pointer: support reflect.Value in AddExtendedQuery 2018-08-13 20:51:10 +00:00
reflect.go x/tools: remove old renaming imports of go/constant as exact 2018-08-10 17:04:37 +00:00
solve.go tools: updates for minimum Go version 1.6 2017-02-07 21:06:19 +00:00
stdlib_test.go go/ssa: support custom TestMain functions in test packages 2016-10-19 17:50:59 +00:00
TODO go.tools/go/pointer: eliminate TODOs regarding sound treatment of unsafe.Pointer. 2014-07-08 10:11:36 -04:00
util.go all: fix some staticcheck errors 2020-01-29 04:53:41 +00:00