balazske added a comment.

Possible improvement: Add the check for `reset` too.



================
Comment at: 
clang-tools-extra/test/clang-tidy/checkers/modernize-make-shared.cpp:48
 void basic() {
+  std::shared_ptr<int[]> Pt1(new int[22]);
+
----------------
This change was not intentional (should be removed).


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D117306/new/

https://reviews.llvm.org/D117306

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

Reply via email to