Home | History | Annotate | Download | only in SemaObjC

Lines Matching full:super

36   [super dealloc];  // Shouldn't warn
39 [super finalize]; // Shouldn't warn
44 // CHECK: warn-missing-super.m:24:1: warning: method possibly missing a [super dealloc] call
48 // CHECK-GC: warn-missing-super.m:24:1: warning: method possibly missing a [super dealloc] call
49 // CHECK-GC: warn-missing-super.m:26:1: warning: method possibly missing a [super finalize] call
53 // CHECK-GC-ONLY: warn-missing-super.m:26:1: warning: method possibly missing a [super finalize] call
57 // CHECK-ARC: warn-missing-super.m:36:4: error: ARC forbids explicit message send of 'dealloc'