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

Jonas Toth via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Jan 12 09:17:48 PST 2018


JonasToth added a comment.

High Integrity C++ has the rule `17.5.1 Do not ignore the result of std::remove, std::remove_if or std::unique`. Do we want to add those to the preconfigured list?


https://reviews.llvm.org/D41655





More information about the cfe-commits mailing list