GitHub Issue #56009
Show implicit conversion warning to and from std::optional objects when running clang-tidy.
Examples:
std::optional<bool> a = 5;
std::optional<int> b = false;
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
Please mention changes in Release Notes and add test case, but don't rely on STL implementation, see other tests as example for mock implementations.