[PATCH] D90691: [analyzer] Add new checker for unchecked return value.
Balázs Kéri via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Feb 15 02:57:26 PST 2021
balazske added a comment.
There is a clang-tidy check bugprone-unused-return-value <https://clang.llvm.org/extra/clang-tidy/checks/bugprone-unused-return-value.html> that may be confusing in relation to this checker. It does similar job for a selected set of functions and with different reason.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D90691/new/
https://reviews.llvm.org/D90691
More information about the cfe-commits
mailing list