Documentation ¶
Overview ¶
Package nop implements a static analyzer to ensure that code does not contain no-op instructions.
Index ¶
Constants ¶
View Source
const Doc = "Tool to detect no-op instructions."
Doc explaining the tool.
Variables ¶
View Source
var Analyzer = &analysis.Analyzer{ Name: "nop", Doc: Doc, Requires: []*analysis.Analyzer{inspect.Analyzer}, Run: run, }
Analyzer runs static analysis.
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.