mirror of
https://github.com/golang/go
synced 2024-11-19 10:24:43 -07:00
d3bf790afa
Now that we support authoring cgo packages better, we need a way to regenerate the C definitions. Doing it automatically is very difficult; in particular, referencing a new symbol from the C package may require regeneration, but we don't want to do that for every typo. For now, give the user a button and make them push it. We attach a code lens to the import "C" line. This is vulnerable to the usual user-didn't-save glitches. Updates golang/go#35721. Change-Id: Iaa3540a9a12bbd8705e7f0e43ad0be1b22e87067 Reviewed-on: https://go-review.googlesource.com/c/tools/+/234103 Run-TryBot: Heschi Kreinick <heschi@google.com> TryBot-Result: Gobot Gobot <gobot@golang.org> Reviewed-by: Robert Findley <rfindley@google.com> |
||
---|---|---|
.. | ||
analysis.go | ||
cache.go | ||
check.go | ||
debug.go | ||
error_test.go | ||
errors.go | ||
external.go | ||
load.go | ||
mod.go | ||
os_darwin.go | ||
os_windows.go | ||
parse.go | ||
pkg.go | ||
session.go | ||
snapshot.go | ||
view_test.go | ||
view.go |