llvm-project/clang-tools-extra/docs/clang-tidy
Jonathan Coe b9b3a62727 [clang-tidy] Improve bugprone-unused-return-value check
Summary:
Add support for checking class template member functions.

Also add the following functions to be checked by default:

- std::unique_ptr::release
- std::basic_string::empty
- std::vector::empty

Reviewers: alexfh, hokein, aaron.ballman, ilya-biryukov

Reviewed By: aaron.ballman

Subscribers: jbcoe, xazax.hun, cfe-commits

Tags: #clang-tools-extra

Differential Revision: https://reviews.llvm.org/D45891

Patch by khuttun (Kalle Huttunen)

llvm-svn: 330772
2018-04-24 21:25:16 +00:00
..
checks [clang-tidy] Improve bugprone-unused-return-value check 2018-04-24 21:25:16 +00:00
index.rst [clang-tidy] Customize FileCheck prefix in check_clang-tidy.py 2018-04-21 15:23:56 +00:00