Skip to content

EPA: Remove SrcSpanAnn

Alan Zimmerman requested to merge wip/az/epa-remove-srcspanann into master

Now that we only have a single constructor for EpAnn, and it uses a SrcSpan for its location, we can do away with SrcSpanAnn completely. It only existed to wrap the original SrcSpan in a location, and provide a place for the exact print annotation.

Merge request reports