[PATCH] D151650: [clang-tidy] Update UnusedReturnValueCheck types

Piotr Zegar via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon May 29 13:51:45 PDT 2023


PiotrZSL added inline comments.


================
Comment at: clang-tools-extra/docs/clang-tidy/checks/bugprone/unused-return-value.rst:53
    By default the following function return types are checked:
-   `::std::error_code`, `::std::expected`, `::boost::system::error_code`, `::abseil::Status`
+   `::std::error_code`, `::std::error_condition`, `::std::errc`, `::std::expected`, `::boost::system::error_code`
 
----------------
should be break into 2 lines, 80 characters limit per line.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D151650



More information about the cfe-commits mailing list