Descriptioncmd/cc, runtime: disallow structs without tags
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.)
Patch Set 1 #Patch Set 2 : diff -r 2e467bc60e64def06419194f48fe0d6c8b56765d https://code.google.com/p/go/ #Patch Set 3 : diff -r 2e467bc60e64def06419194f48fe0d6c8b56765d https://code.google.com/p/go/ #
Total comments: 3
Patch Set 4 : diff -r 920cde0a8b2da27af525c93e7fd4b9f456264816 https://code.google.com/p/go/ #
MessagesTotal messages: 6
|