[PATCH] D111228: [clang-tidy] Add options to bugprone-unused-return-value.

Balázs Kéri via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Oct 6 07:01:20 PDT 2021


balazske added reviewers: aaron.ballman, martong, jranieri-grammatech, sammccall.
balazske added a comment.
Herald added a subscriber: rnkovacs.

These options are added to make the configuration more comfortable if only functions are to be added or removed from the list. I plan another commit that extends the list of checked functions significantly (to include all or some of the functions listed in CERT ERR33-C <https://wiki.sei.cmu.edu/confluence/display/c/ERR33-C.+Detect+and+handle+standard+library+errors>) (but after looking at D76083 <https://reviews.llvm.org/D76083> I am not sure).


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D111228/new/

https://reviews.llvm.org/D111228



More information about the cfe-commits mailing list