зеркало из https://github.com/microsoft/clang.git
Fix array initialization test.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@95375 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Родитель
7e673c4c11
Коммит
b054e3804c
|
@ -675,7 +675,8 @@ public:
|
|||
if (!E->getConstructor()->isTrivial())
|
||||
return 0;
|
||||
|
||||
QualType Ty = E->getType();
|
||||
// FIXME: We should not have to call getBaseElementType here.
|
||||
QualType Ty = CGM.getContext().getBaseElementType(E->getType());
|
||||
|
||||
const CXXRecordDecl *RD =
|
||||
cast<CXXRecordDecl>(Ty->getAs<RecordType>()->getDecl());
|
||||
|
|
Загрузка…
Ссылка в новой задаче