Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(2133)

Unified Diff: pointer/analysis.go

Issue 13270045: code review 13270045: go.tools/oracle: add option to output results in JSON s... (Closed)
Patch Set: diff -r 07183b5c385c https://code.google.com/p/go.tools Created 10 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « oracle/testdata/src/main/peers-json.golden ('k') | pointer/api.go » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pointer/analysis.go
===================================================================
--- a/pointer/analysis.go
+++ b/pointer/analysis.go
@@ -243,7 +243,7 @@
// Notify the client of the call graph, if
// they're interested.
if Call != nil {
- Call(site, site.caller, cgn)
+ Call(site, cgn)
}
// Warn about calls to non-intrinsic external functions.
« no previous file with comments | « oracle/testdata/src/main/peers-json.golden ('k') | pointer/api.go » ('j') | no next file with comments »

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b