malcolm.parsons added inline comments.

================
Comment at: test/clang-tidy/modernize-make-unique.cpp:291
+
+  // Initialization with ordinary constructor.
+  std::unique_ptr<G> PG3 = std::unique_ptr<G>(new G{1, 2});
----------------
The comment doesn't match the test?


https://reviews.llvm.org/D36016



_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to