We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a6caff8 commit 0a989aeCopy full SHA for 0a989ae
1 file changed
cpp2rust/converter/translation_rule.cpp
@@ -654,6 +654,7 @@ class Callback : public clang::ast_matchers::MatchFinder::MatchCallback {
654
}
655
656
assert(0 && "Rule resolution failed");
657
+ return nullptr;
658
659
660
clang::NamedDecl *lookupMemberAccess(clang::FunctionTemplateDecl *decl,
@@ -707,6 +708,7 @@ class Callback : public clang::ast_matchers::MatchFinder::MatchCallback {
707
708
709
710
711
712
713
714
clang::QualType lookupType(clang::FunctionTemplateDecl *decl) {
0 commit comments