1 Commits

Author SHA1 Message Date
Piotr Zegar
575900d0d9
[clang-tidy] Add bugprone-optional-value-conversion check
Detects potentially unintentional and redundant conversions where a value is
extracted from an optional-like type and then used to create a new instance of
the same optional-like type.

Reviewed By: xgupta

Differential Revision: https://reviews.llvm.org/D147357
2023-07-31 06:22:39 +00:00