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
Clangd's support library defines a GMock matcher called [`HasValue`](https://searchfox.org/llvm/rev/7144325109353f9153780f93ec5a8fee8fdc0927/clang-tools-extra/clangd/unittests/Matchers.h#194) for matching `std::optional` (or `llvm::Optional` at the time of its introduction).
GMock has since added an equivalent matcher of its own called Optional, which we can use instead.
Clangd's support library defines a GMock matcher called
HasValue
for matchingstd::optional
(orllvm::Optional
at the time of its introduction).GMock has since added an equivalent matcher of its own called
Optional
, which we can use instead.The text was updated successfully, but these errors were encountered: