No-op Instruction analyzer (#7249)

* analyzer, tests and fixes
* error check
* gazelle
* add more asserts
* Merge branch 'master' into nop-analyzer
* Merge refs/heads/master into nop-analyzer
* fix no-op in blst package
* Merge refs/heads/master into nop-analyzer
* add assert after mutation
* mark test as TODO
* add issue number to TODO
This commit is contained in:
Radosław Kapka
2020-09-17 18:18:19 +02:00
committed by GitHub
parent e1e233a6d0
commit a2cf235687
11 changed files with 175 additions and 18 deletions

View File

@@ -123,5 +123,12 @@
"rules_go_work-.*": "Third party code",
"tools/analyzers/shadowpredecl/testdata/shadow.go": "Analyzer testdata has to break rules"
}
},
"nop": {
"exclude_files": {
"external/.*": "Third party code",
"rules_go_work-.*": "Third party code",
"tools/analyzers/nop/testdata/no_op.go": "Analyzer testdata has to break rules"
}
}
}