• 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
..
Makefile Loading commit data...
acid.c Loading commit data...
bits.c Loading commit data...
cc.h Loading commit data...
cc.y Loading commit data...
com.c Loading commit data...
com64.c Loading commit data...
dcl.c Loading commit data...
doc.go Loading commit data...
dpchk.c Loading commit data...
funct.c Loading commit data...
godefs.c Loading commit data...
lex.c Loading commit data...
lexbody Loading commit data...
mac.c Loading commit data...
macbody Loading commit data...
omachcap.c Loading commit data...
pgen.c Loading commit data...
pswt.c Loading commit data...
scon.c Loading commit data...
sub.c Loading commit data...
y.tab.c Loading commit data...
y.tab.h Loading commit data...