[PATCH] D111623: [clang-tidy] Update documentation of check bugprone-unused-return-value [NFC].

Eugene Zelenko via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Oct 12 07:30:27 PDT 2021


Eugene.Zelenko added inline comments.


================
Comment at: clang-tools-extra/docs/clang-tidy/checks/bugprone-unused-return-value.rst:16
+   By default the following functions are checked:
+   ``std::async, std::launder, std::remove, std::remove_if, std::unique,
+   std::unique_ptr::release, std::basic_string::empty, std::vector::empty,
----------------
I think will be good idea to maintain list style as later entries. Some comments may be added after name.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D111623



More information about the cfe-commits mailing list