]> Cypherpunks repositories - gostls13.git/commit
cmd/compile: improving the documentation of various fields and functions
authorDan Scales <danscales@google.com>
Mon, 26 Apr 2021 21:32:23 +0000 (14:32 -0700)
committerDan Scales <danscales@google.com>
Fri, 7 May 2021 21:35:41 +0000 (21:35 +0000)
commitf24eac47710b0170fd45611ab1867e87701e0a95
tree485a45d4d3be76ca28f3fc6d0f18e994b86b25d4
parent3980c4db192783c6aefa0a5978e553046c9c7dea
cmd/compile:  improving the documentation of various fields and functions

This is only changes to comments, so should be fine to go into 1.17.

Change-Id: I01e28dc76b03fb3ca846d976f8ac84bc2acb2ea2
Reviewed-on: https://go-review.googlesource.com/c/go/+/318009
Run-TryBot: Dan Scales <danscales@google.com>
TryBot-Result: Go Bot <gobot@golang.org>
Reviewed-by: Cuong Manh Le <cuong.manhle.vn@gmail.com>
Reviewed-by: Matthew Dempsky <mdempsky@google.com>
src/cmd/compile/internal/inline/inl.go
src/cmd/compile/internal/ir/func.go
src/cmd/compile/internal/typecheck/func.go
src/cmd/compile/internal/typecheck/iimport.go
src/cmd/compile/internal/typecheck/typecheck.go
src/cmd/compile/internal/types/sym.go
src/cmd/compile/internal/types/type.go