• Matthew Dempsky's avatar
    cmd/compile: simplify noding for struct embedding · 180bfc4b
    Matthew Dempsky authored
    Since golang.org/cl/31670, we've stopped using the 'embedded' function
    for handling struct embeddings within package export data. Now the
    only remaining use is for Go source files, which allows for some
    substantial simplifications:
    
    1. CenterDot never appears within Go source files, so that logic can
    simply be removed.
    
    2. The field name will always be declared in the local package.
    
    Passes toolstash-check.
    
    Change-Id: I59505f62824206dd5de0782918f98fbef6e93224
    Reviewed-on: https://go-review.googlesource.com/58790
    Run-TryBot: Matthew Dempsky <mdempsky@google.com>
    TryBot-Result: Gobot Gobot <gobot@golang.org>
    Reviewed-by: 's avatarRobert Griesemer <gri@golang.org>
    180bfc4b
Name
Last commit
Last update
.github Loading commit data...
api Loading commit data...
doc Loading commit data...
lib/time Loading commit data...
misc Loading commit data...
src Loading commit data...
test Loading commit data...
.gitattributes Loading commit data...
.gitignore Loading commit data...
AUTHORS Loading commit data...
CONTRIBUTING.md Loading commit data...
CONTRIBUTORS Loading commit data...
LICENSE Loading commit data...
PATENTS Loading commit data...
README.md Loading commit data...
favicon.ico Loading commit data...
robots.txt Loading commit data...