• Russ Cox's avatar
    cmd/cc, runtime: disallow structs without tags · 3ffd29fb
    Russ Cox authored
    Structs without tags have no unique name to use in the
    Go definitions generated from the C types.
    This caused issue 8812, fixed by CL 149260043.
    Avoid future problems by requiring struct tags.
    
    Update runtime as needed.
    (There is no other C code in the tree.)
    
    LGTM=bradfitz, iant
    R=golang-codereviews, bradfitz, dave, iant
    CC=golang-codereviews, khr, r
    https://golang.org/cl/150360043
    3ffd29fb
Name
Last commit
Last update
api Loading commit data...
doc Loading commit data...
include Loading commit data...
lib Loading commit data...
misc Loading commit data...
src Loading commit data...
test Loading commit data...
.hgignore Loading commit data...
.hgtags Loading commit data...
AUTHORS Loading commit data...
CONTRIBUTORS Loading commit data...
LICENSE Loading commit data...
PATENTS Loading commit data...
README Loading commit data...
favicon.ico Loading commit data...
robots.txt Loading commit data...