Descriptiongo.tools/go/ssa: emit a recover block if the function's results are unnamed
It is easier for clients to recover from panics if the recover block
is always present. Otherwise, the client has to work around the lack
of a recover block by synthesizing a zero value return.
Patch Set 1 #Patch Set 2 : diff -r 7d0894e4b70b https://code.google.com/p/go.tools #Patch Set 3 : diff -r 6f5d6de34e1f https://code.google.com/p/go.tools #Patch Set 4 : diff -r 6f5d6de34e1f https://code.google.com/p/go.tools #
Total comments: 1
MessagesTotal messages: 11
|