arphaman marked an inline comment as done. arphaman added inline comments.
================ Comment at: lib/Sema/SemaDeclAttr.cpp:7292 + if (const auto *MD = dyn_cast<ObjCMethodDecl>(OffendingDecl)) { + if (const auto *Impl = dyn_cast<ObjCImplDecl>(Ctx)) { + if (MD->getClassInterface() == Impl->getClassInterface() && ---------------- erik.pilkington wrote: > This should be `C` instead of `Ctx` right? Sorry, the naming here really > sucks. right, I'll fix that. Repository: rC Clang CHANGES SINCE LAST ACTION https://reviews.llvm.org/D56469/new/ https://reviews.llvm.org/D56469 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits