================ @@ -58,6 +95,8 @@ class UnsafeBufferUsageHandler { #endif public: + enum class TargetType { Span, Array }; ---------------- jkorous-apple wrote: Totally. Removed. Thanks! https://github.com/llvm/llvm-project/pull/80084