forked from OSchip/llvm-project
Fix up indentation and fix an 80 column violation.
llvm-svn: 208164
This commit is contained in:
parent
8ae1203992
commit
dcfc60ff41
|
@ -3698,7 +3698,8 @@ Decl *ASTNodeImporter::VisitObjCImplementationDecl(ObjCImplementationDecl *D) {
|
|||
if ((Super && !Impl->getSuperClass()) ||
|
||||
(!Super && Impl->getSuperClass()) ||
|
||||
(Super && Impl->getSuperClass() &&
|
||||
!declaresSameEntity(Super->getCanonicalDecl(), Impl->getSuperClass()))) {
|
||||
!declaresSameEntity(Super->getCanonicalDecl(),
|
||||
Impl->getSuperClass()))) {
|
||||
Importer.ToDiag(Impl->getLocation(),
|
||||
diag::err_odr_objc_superclass_inconsistent)
|
||||
<< Iface->getDeclName();
|
||||
|
|
Loading…
Reference in New Issue