[PATCH] D55044: [clang-tidy] check for Abseil make_unique

Roman Lebedev via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Apr 4 23:49:30 PDT 2019


lebedev.ri resigned from this revision.
lebedev.ri added a comment.

Hmm, i suppose this looks good to me now.
It would be good to early-exit, but i'm not sure how important that is.
Please see D52771 <https://reviews.llvm.org/D52771> / `clang-tools-extra/trunk/clang-tidy/misc/NonPrivateMemberVariablesInClassesCheck.cpp`
on how to use the bool params to short-circuit the astmatchers.



================
Comment at: docs/ReleaseNotes.rst:114
+  <clang-tidy/checks/modernize-make-unique>` now supports an
+  `IgnoreListInit` option.
+
----------------
... which does xyz


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

https://reviews.llvm.org/D55044





More information about the cfe-commits mailing list