shift

package
v0.1.9 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 25, 2022 License: BSD-3-Clause Imports: 10 Imported by: 169

Documentation

Overview

Package shift defines an Analyzer that checks for shifts that exceed the width of an integer.

Index

Constants

View Source
const Doc = "check for shifts that equal or exceed the width of the integer"

Variables

View Source
var Analyzer = &analysis.Analyzer{
	Name:     "shift",
	Doc:      Doc,
	Requires: []*analysis.Analyzer{inspect.Analyzer},
	Run:      run,
}

Functions

This section is empty.

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL