[PATCH] D41655: [clang-tidy] New check bugprone-unused-return-value

Kalle Huttunen via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Mar 14 11:23:09 PDT 2018


khuttun added a comment.

In https://reviews.llvm.org/D41655#1037234, @alexfh wrote:

> Do you need help committing the patch?


Yes please, I don't have commit access to the repo.

I think the next step for improving this checker could be to make it work with class template member functions. That would allow to add checking also to those container functions that https://reviews.llvm.org/D17043 handles.


https://reviews.llvm.org/D41655





More information about the cfe-commits mailing list