analysisutil icon indicating copy to clipboard operation
analysisutil copied to clipboard

Library: Utilities for x/tools/go/analysis package

Results 4 analysisutil issues
Sort by recently updated
recently updated
newest added

I was recently [trying to use `analysisutil.CalledFrom`](https://github.com/adamdecaf/xmlencoderclose/pull/1) instead of the example in [sqlrowsutil](https://github.com/gostaticanalysis/sqlrows/blob/master/sqlrowsutil/util.go#L199). However this does not work as expected. analysisutil seems to be close, but not the exact behavior...

# Related issue https://github.com/gostaticanalysis/sqlrows/issues/1 # Detail `func (c *calledFrom) succs(b *ssa.BasicBlock) bool` ignores other than the first BasicBlock in a recursive loop. It causes an unexpected pass through when the...