[PATCH] D41655: [clang-tidy] New check bugprone-unused-return-value
Alexander Kornienko via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Mar 14 09:05:43 PDT 2018
alexfh accepted this revision.
alexfh added a comment.
LG. Thank you!
BTW, there's an old related patch https://reviews.llvm.org/D17043, which mostly focuses on member functions of STL containers. It might be useful as a reference (there's a pretty extensive list of member functions and containers).
https://reviews.llvm.org/D41655
More information about the cfe-commits
mailing list