These functions previously passed nil for the location, which always resulted in a crash.
This is a signature breaking change, but I cannot see how they could have been used before.
Differential D51970
[bindings/go] Add DebugLoc parameter to InsertXXXAtEnd() ben-clayton on Sep 12 2018, 2:53 AM. Authored by
Details These functions previously passed nil for the location, which always resulted in a crash. This is a signature breaking change, but I cannot see how they could have been used before.
Diff Detail
Event TimelineComment Actions LGTM Signature changes are fine for this package, the API guarantees are the same as for the C bindings: https://llvm.org/docs/DeveloperPolicy.html#c-api-changes |