You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[clang-tidy][readability-container-contains] Use hasOperands when possible
Simplifies two cases and matches two new cases previously missing, `container.end() [!=]= container.find(...)`.
I had split this change from #107521 for easier review.
0 commit comments