[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
Tue Nov 3 09:00:46 PST 2020


balazske added a comment.

This is a very simplified form of the check that is implemented in D72705 <https://reviews.llvm.org/D72705> but still may be useful in practical cases. This check could be a clang-tidy check but it is planned that the checker takes use of the planned new attributes to determine if a function should be checked.


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