Change CLFunction::source to a unique_ptr
We don't currently destruct CLFunctions, but this makes it clear that each SourceInfo belongs to a single CLFunction.
Showing
Please register or sign in to comment
We don't currently destruct CLFunctions, but this makes it clear that each SourceInfo belongs to a single CLFunction.