[llvm-dev] Go Bindings and govet
Andrew Wilkins via llvm-dev
llvm-dev at lists.llvm.org
Tue Mar 15 18:01:37 PDT 2016
On Wed, 16 Mar 2016 at 05:55 Eric Christopher <echristo at gmail.com> wrote:
> Hi Andrew, Peter,
>
> I took a look at the results of running govet on the go bindings - there
> are a lot of small/simple problems that should probably be looked at. Wrong
> number of arguments a few times, shifts by > 32, etc.
>
Did you just run "go vet llvm.org/llvm/bindings/go"? No customisation?
Which version of Go are you using? I get no warnings from vet (which,
frankly, surprises me; the bindings are a mess).
Cheers,
Andrew
https://golang.org/cmd/vet/
>
> Thanks!
>
> -eric
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20160316/0c0e1f64/attachment.html>
More information about the llvm-dev
mailing list