This change applies clang-tidy with modernize-make-unique to the codebase, correcting all instatiations of unique_ptr to use std::make_unique.
This change applies clang-tidy with modernize-make-unique to the codebase, correcting all instatiations of unique_ptr to use std::make_unique.