[PATCH] D155890: [clang-tidy] Add folly::Optional to unchecked-optional-access
Piotr Zegar via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Jul 20 15:44:27 PDT 2023
PiotrZSL added a comment.
To be honest, all those things just should be configurable instead of hardcoding them.
For example, a project that I work for got 4 different custom optional implementations, and this check is useless for all of them.
And still no boost::optional support.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D155890/new/
https://reviews.llvm.org/D155890
More information about the cfe-commits
mailing list