Deleted Added
full compact
80c80
< static unsigned GetDiagForGotoScopeDecl(ASTContext &Context, const Decl *D) {
---
> static unsigned GetDiagForGotoScopeDecl(const Decl *D) {
84c84
< if (VD->hasAttr<CleanupAttr>(Context))
---
> if (VD->hasAttr<CleanupAttr>())
128c128
< if (unsigned Diag = GetDiagForGotoScopeDecl(this->S.Context, *I)) {
---
> if (unsigned Diag = GetDiagForGotoScopeDecl(*I)) {