[PATCH] D97630: [clang-tidy] Added option to uniqueptr delete release check

Eugene Zelenko via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Sun Feb 28 08:45:09 PST 2021


Eugene.Zelenko added inline comments.


================
Comment at: clang-tools-extra/docs/clang-tidy/checks/readability-uniqueptr-delete-release.rst:24
+
+  If ``true``, refactor by calling the reset member function instead of
+  assigning to ``nullptr``. Default value is ``false``.
----------------
Please use single back-ticks for option values. Same below.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D97630



More information about the cfe-commits mailing list