We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b01fe73 commit 4a85fa3Copy full SHA for 4a85fa3
clang/unittests/ASTMatchers/ASTMatchersTest.h
@@ -649,6 +649,8 @@ template <typename T> class VerifyBoundNodeMatch : public BoundNodesCallback {
649
case MatchKind::TypeStr:
650
return getTypeStrText(Node, EmitFailures);
651
}
652
+
653
+ return std::nullopt;
654
655
656
bool isMatch(const T *const Node, const ASTContext &Context) const {
0 commit comments