]> Cypherpunks.ru repositories - gostls13.git/commit
cmd/compile: pass struct field note information along in exported info
authorKeith Randall <khr@golang.org>
Tue, 20 Apr 2021 21:29:53 +0000 (14:29 -0700)
committerKeith Randall <khr@golang.org>
Tue, 20 Apr 2021 22:39:22 +0000 (22:39 +0000)
commitc7d708e42ed4db9dd323899256d5666c5062e5ab
treea649a4401bbf387426d8502920dfebd315e23e20
parentf448cb8ba83be1055cc73101e0c217c2a503c8ad
cmd/compile: pass struct field note information along in exported info

This is needed to make field tracking work correctly.

Change-Id: I0c3452a48d6f36862f6ee8aacc001813866c0ad4
Reviewed-on: https://go-review.googlesource.com/c/go/+/312069
Trust: Keith Randall <khr@golang.org>
Run-TryBot: Keith Randall <khr@golang.org>
Reviewed-by: Matthew Dempsky <mdempsky@google.com>
TryBot-Result: Go Bot <gobot@golang.org>
src/cmd/compile/internal/typecheck/iexport.go
src/cmd/compile/internal/typecheck/iimport.go