Now that asmdecl is not in the standard repo, we must not assume that types.SizesFor knows about all architectures and panic if it does not. This change makes it print a warning and assume 64-bit norms. Change-Id: Idacad350b2fc9343adfb32539fec7003b39380ed Reviewed-on: https://go-review.googlesource.com/c/141679 Reviewed-by: Michael Matloob <matloob@golang.org> Run-TryBot: Michael Matloob <matloob@golang.org> TryBot-Result: Gobot Gobot <gobot@golang.org> |
||
---|---|---|
.. | ||
asmdecl | ||
assign | ||
atomic | ||
bools | ||
buildtag | ||
cgocall | ||
composite | ||
copylock | ||
ctrlflow | ||
findcall | ||
inspect | ||
internal/analysisutil | ||
loopclosure | ||
lostcancel | ||
nilfunc | ||
pkgfact | ||
shift | ||
stdmethods | ||
tests | ||
unreachable | ||
unsafeptr | ||
unusedresult | ||
vet | ||
README |
README
This directory does not contain a Go package, but acts as a container for various analyses that implement the golang.org/x/tools/go/analysis API and may be imported into an analysis tool. By convention, each package foo provides the analysis, and each command foo/cmd/foo provides a standalone driver.