[PATCH] D62958: [clang-tidy] Fix descriptions for modernize-make-unique/shared checks.

2019-06-07 Thread Haojian Wu via Phabricator via cfe-commits
hokein abandoned this revision. hokein added a comment. As discussed offline, we don't need a separate fix description for this check, as the check warning message clearly implies what the fix will do. Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION

[PATCH] D62958: [clang-tidy] Fix descriptions for modernize-make-unique/shared checks.

2019-06-06 Thread Haojian Wu via Phabricator via cfe-commits
hokein created this revision. hokein added a reviewer: gribozavr. Herald added a subscriber: xazax.hun. Herald added a project: clang. Repository: rG LLVM Github Monorepo https://reviews.llvm.org/D62958 Files: clang-tools-extra/clang-tidy/modernize/MakeSmartPtrCheck.cpp