gcc/libgo/go/reflect
Ian Lance Taylor 1d6ccc5f29 reflect: fix StructOf hash and string
Adjust the hash and string fields computed by StructOf to match the
    values that the compiler computes for a struct type with the same
    field names and types.  This makes the reflect code match the
    compiler's Type::hash_for_method and Type::reflection methods.
    
    Fixes golang/go#25284
    
    Reviewed-on: https://go-review.googlesource.com/116515

From-SVN: r261235
2018-06-06 14:50:16 +00:00
..
all_test.go reflect: fix StructOf hash and string 2018-06-06 14:50:16 +00:00
deepequal.go
example_test.go
export_test.go
makefunc_ffi_c.c
makefunc_ffi.go
makefunc.go
set_test.go
swapper.go
tostring_test.go
type.go reflect: fix StructOf hash and string 2018-06-06 14:50:16 +00:00
value.go