]> Cypherpunks.ru repositories - gostls13.git/commit
cmd/compile: update comments only for Node types and some functions
authorDan Scales <danscales@google.com>
Thu, 12 Nov 2020 17:33:34 +0000 (09:33 -0800)
committerDan Scales <danscales@google.com>
Fri, 13 Nov 2020 23:26:54 +0000 (23:26 +0000)
commit4f63e0a1f88695eec9fc3116d6833b447bcd94a7
tree8461c24072fc42643d393ee7d4b2c5f132a9f9a1
parent86954d5246339231dc0c45f5547c37a1c3650264
cmd/compile:  update comments only for Node types and some functions

Improve the comments in syntax.go on Node structs and constants. Also, updated a
few function header comments.

Change-Id: I3e6e4a3c5678fc0b4e18844507b3460303ce1240
Reviewed-on: https://go-review.googlesource.com/c/go/+/269538
Reviewed-by: Matthew Dempsky <mdempsky@google.com>
Trust: Dan Scales <danscales@google.com>
src/cmd/compile/internal/gc/closure.go
src/cmd/compile/internal/gc/dcl.go
src/cmd/compile/internal/gc/inl.go
src/cmd/compile/internal/gc/syntax.go