зеркало из https://github.com/microsoft/clang-1.git
Fix backwards assert.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@43894 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Родитель
aa33763cc3
Коммит
3ef5bc03d0
|
@ -149,7 +149,7 @@ bool CallExpr::isBuiltinClassifyType(llvm::APSInt &Result) const {
|
|||
else if (argType->isUnionType())
|
||||
Result = union_type_class;
|
||||
else // FIXME: offset_type_class, method_type_class, & lang_type_class?
|
||||
assert(1 && "CallExpr::isBuiltinClassifyType(): unimplemented type");
|
||||
assert(0 && "CallExpr::isBuiltinClassifyType(): unimplemented type");
|
||||
}
|
||||
return true;
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче