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 eb8dffe commit 7b0375dCopy full SHA for 7b0375d
src/CppParser/Parser.cpp
@@ -900,7 +900,6 @@ static clang::CXXRecordDecl* GetCXXRecordDeclFromBaseType(const clang::QualType&
900
else if (auto Injected = Ty->getAs<clang::InjectedClassNameType>())
901
return Injected->getDecl();
902
903
- assert(0 && "Could not get base CXX record from type");
904
return nullptr;
905
}
906
0 commit comments