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 aaa3f72 commit 87bd71eCopy full SHA for 87bd71e
clang/include/clang/Serialization/ASTWriter.h
@@ -763,8 +763,9 @@ class ASTWriter : public ASTDeserializationListener,
763
return DeclDependentNonTemplateCXXMethodAbbrev;
764
case FunctionDecl::TK_DependentFunctionTemplateSpecialization:
765
return DeclDependentSpecializationCXXMethodAbbrev;
766
+ default:
767
+ llvm_unreachable("Unknwon Template Kind!");
768
}
- llvm_unreachable("Unknwon Template Kind!");
769
770
unsigned getDeclTemplateTypeParmAbbrev() const {
771
return DeclTemplateTypeParmAbbrev;
0 commit comments