Skip to content

Minor conversions to `unique_ptr`

Saleem Abdulrasool requested to merge compnerd/cmake:unique into master

This makes it easier to understand the memory model and avoids the manual delete.

Merge request reports