[PATCH] D90691: [analyzer] Add new checker for unchecked return value.
Artem Dergachev via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Feb 11 07:06:11 PST 2021
NoQ added a comment.
> but it is planned that the checker takes use of the planned new attributes to determine if a function should be checked
This is literally `__attribute__((warn_unused_result))` for which there already is a compiler warning.
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