Closed Xazax-hun closed 1 day ago
We import class template specializations via type alias declarations. This patch adds logic to look for declaration attributes on the type alias declarations to mark the underlying class template specialization type as non-escapable.
@swift-ci please smoke test
We decided to only have conditional escapability and do not implement per-specialization annotation separately.
We import class template specializations via type alias declarations. This patch adds logic to look for declaration attributes on the type alias declarations to mark the underlying class template specialization type as non-escapable.