forked from OSchip/llvm-project
parent
cbcc5e83ca
commit
72dfbc754e
|
@ -433,6 +433,6 @@ QualType Sema::InstantiateType(QualType T,
|
|||
#include "clang/AST/TypeNodes.def"
|
||||
}
|
||||
|
||||
assert(false && "Not all types hav been decided for template instantiation");
|
||||
assert(false && "Not all types have been decoded for instantiation");
|
||||
return QualType();
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue