зеркало из https://github.com/microsoft/clang-1.git
Fixed a bug in categories and properties.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@49883 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Родитель
f624f8186d
Коммит
5833b901d0
|
@ -977,7 +977,7 @@ Sema::DeclTy *Sema::ActOnPropertyImplDecl(SourceLocation AtLoc,
|
|||
return 0;
|
||||
}
|
||||
ObjCCategoryDecl *Categories;
|
||||
for (ObjCCategoryDecl *Categories = IDecl->getCategoryList();
|
||||
for (Categories = IDecl->getCategoryList();
|
||||
Categories; Categories = Categories->getNextClassCategory())
|
||||
if (Categories->getIdentifier() == CatImplClass->getIdentifier())
|
||||
break;
|
||||
|
|
Загрузка…
Ссылка в новой задаче