зеркало из https://github.com/microsoft/clang-1.git
Cleanup.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@102179 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Родитель
f6513edbb7
Коммит
63010a7f0f
|
@ -4153,8 +4153,7 @@ void Sema::DefineImplicitCopyConstructor(SourceLocation CurrentLocation,
|
|||
!CopyConstructor->isUsed()) &&
|
||||
"DefineImplicitCopyConstructor - call it for implicit copy ctor");
|
||||
|
||||
CXXRecordDecl *ClassDecl
|
||||
= cast<CXXRecordDecl>(CopyConstructor->getDeclContext());
|
||||
CXXRecordDecl *ClassDecl = CopyConstructor->getParent();
|
||||
assert(ClassDecl && "DefineImplicitCopyConstructor - invalid constructor");
|
||||
|
||||
DeclContext *PreviousContext = CurContext;
|
||||
|
|
Загрузка…
Ссылка в новой задаче