[PATCH] D13166: Create modernize-make-unique check.

Angel Garcia via cfe-commits cfe-commits at lists.llvm.org
Mon Sep 28 07:19:54 PDT 2015


angelgarcia added a comment.

This raises a question. Do we want to do replacements when we use an alias
for std::unique_ptr? That fact that something is an unique_ptr might be an
implementation detail that should not be exposed, but it could also happen
that the alias is there only for brevity. What do you think?


http://reviews.llvm.org/D13166





More information about the cfe-commits mailing list