[PATCH] D131517: [clang-tidy] readability-implicit-bool-conversion: support implicit conversion to std::optional

2022-08-09 Thread Perry Huang via Phabricator via cfe-commits
huangperry added a comment. In D131517#3710734 , @Eugene.Zelenko wrote: > 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. Will do! Repository: r

[PATCH] D131517: implicit conversion to std::optional

2022-08-09 Thread Perry Huang via Phabricator via cfe-commits
huangperry created this revision. Herald added a subscriber: carlosgalvezp. Herald added a project: All. huangperry requested review of this revision. Herald added a project: clang-tools-extra. GitHub Issue #56009 Show implicit conversion warning to and from std::optional objects when running cla