gobra
gobra copied to clipboard
Support for Ghost Pointers
This PR adds support for ghost pointers. However, ghost fields will be added by a separate PR. Note that this PR does not address the issue of calling ghost functions in non-ghost code, which is instead part of PR #755.
I had to change the implementation quite a bit more and introduce the concept of whether the location an expression refers to is ghost or not. Please take another look