• Wei Xiao's avatar
    cmd/vet: fix go vet on parentheses of assembly function flag · 701d4924
    Wei Xiao authored
    Current implementation doesn't recognize parentheses that may appear in flags
    of assembly function as shown below:
    
    	TEXT ·makeFuncStub(SB),(NOSPLIT|WRAPPER),$24
    
    It results in vet reporting false positives and a lot of whitelists are added
    for suppressing the false alarms.
    
    This CL fixes the issue and eliminates the redundant whitelists.
    
    Change-Id: Idbc1b42965b31cea8ee7c23d1a6f62feb68e844c
    Reviewed-on: https://go-review.googlesource.com/62850
    Run-TryBot: Rob Pike <r@golang.org>
    TryBot-Result: Gobot Gobot <gobot@golang.org>
    Reviewed-by: 's avatarRob Pike <r@golang.org>
    701d4924
Name
Last commit
Last update
.github Loading commit data...
api Loading commit data...
doc Loading commit data...
lib/time Loading commit data...
misc Loading commit data...
src Loading commit data...
test Loading commit data...
.gitattributes Loading commit data...
.gitignore Loading commit data...
AUTHORS Loading commit data...
CONTRIBUTING.md Loading commit data...
CONTRIBUTORS Loading commit data...
LICENSE Loading commit data...
PATENTS Loading commit data...
README.md Loading commit data...
favicon.ico Loading commit data...
robots.txt Loading commit data...