[PATCH] D36051: Move from a long list of checkers to tables
Jonas Toth via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Dec 31 02:51:22 PST 2019
JonasToth added a comment.
In D36051#1799785 <https://reviews.llvm.org/D36051#1799785>, @sylvestre.ledru wrote:
> @malcolm.parsons really? Oh, where is it implemented?
> https://github.com/llvm/llvm-project/blob/61504079515f76ca094bb836c4d53b41064220d6/clang-tools-extra/clang-tidy/modernize/MakeUniqueCheck.cpp
> I didn't see it here
It is in `MakeSmartPtrCheck.{h,cpp}`, as `unique_ptr` and `shared_ptr` can be treated the same.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D36051/new/
https://reviews.llvm.org/D36051
More information about the cfe-commits
mailing list