[PATCH] D90392: [clang-tidy] Omit std::make_unique/make_shared for default initialization.
Chris Kennelly via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Dec 8 07:34:04 PST 2020
This revision was not accepted when it landed; it landed in state "Needs Review".
This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rG8d2c095e5a6b: [clang-tidy] Omit std::make_unique/make_shared for default initialization. (authored by ckennelly).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D90392/new/
https://reviews.llvm.org/D90392
Files:
clang-tools-extra/clang-tidy/modernize/MakeSmartPtrCheck.cpp
clang-tools-extra/clang-tidy/modernize/MakeSmartPtrCheck.h
clang-tools-extra/docs/clang-tidy/checks/modernize-make-shared.rst
clang-tools-extra/docs/clang-tidy/checks/modernize-make-unique.rst
clang-tools-extra/test/clang-tidy/checkers/modernize-make-shared.cpp
clang-tools-extra/test/clang-tidy/checkers/modernize-make-unique-default-init.cpp
clang-tools-extra/test/clang-tidy/checkers/modernize-make-unique.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D90392.310201.patch
Type: text/x-patch
Size: 28950 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20201208/6ebfa275/attachment-0001.bin>
More information about the cfe-commits
mailing list