github.com/likebike/go--@v0.0.0-20190911215757-0bd925d16e96/go/src/cmd/vet/all/whitelist/darwin_arm.txt (about)

     1  // darwin/arm-specific vet whitelist. See readme.txt for details.
     2  
     3  // False positives due to comments in assembly.
     4  // To be removed. See CL 27154.
     5  
     6  runtime/sys_darwin_arm.s: [arm] sigfwd: use of unnamed argument 0(FP); offset 0 is fn+0(FP)
     7  
     8  
     9  // Ok.
    10  
    11  runtime/sys_darwin_arm.s: [arm] bsdthread_start: function bsdthread_start missing Go declaration
    12  runtime/asm_arm.s: [arm] sigreturn: function sigreturn missing Go declaration