Descriptionexp/ssa: support variadic synthetic methods.
We wrap the final '...' argument's type in types.Slice.
Added tests.
Also:
- Function.writeSignature: suppress slice '[]' when printing
variadic arg '...'.
- Eliminate Package.ImportPath field; redundant
w.r.t. Package.Types.Path.
- Use "TODO: (opt|fix)" notation more widely.
- Eliminate many redundant/stale TODOs.
Patch Set 1 #Patch Set 2 : diff -r ebebb95cff06 https://code.google.com/p/go/ #Patch Set 3 : diff -r ebebb95cff06 https://code.google.com/p/go/ #Patch Set 4 : diff -r 51f7d979c6e8 https://code.google.com/p/go/ #
MessagesTotal messages: 3
|