mirror of
https://github.com/golang/go
synced 2024-11-18 23:34:45 -07:00
6b75c15eec
(Elminate premature abstraction.) The test probes used Pointer!=nil for the "is pointerlike" predicate. Now that Pointer is a struct, they check the type of the expression, which is more accurate. Two probes on non-pointerlike values have beem removed. R=crawshaw CC=golang-dev https://golang.org/cl/38420043 |
||
---|---|---|
.. | ||
testdata | ||
analysis.go | ||
api.go | ||
callgraph.go | ||
doc.go | ||
example_test.go | ||
gen.go | ||
intrinsics.go | ||
labels.go | ||
pointer_test.go | ||
print.go | ||
reflect.go | ||
solve.go | ||
TODO | ||
util.go |