http://llvm.org/bugs/show_bug.cgi?id=2517
Summary: scan-build reports âmissing -deallocâ where -dealloc
is unnecessary
Product: clang
Version: unspecified
Platform: Macintosh
OS/Version: MacOS X
Status: NEW
Severity: minor
Priority: P2
Component: Semantic Analyzer
AssignedTo: [EMAIL PROTECTED]
ReportedBy: [EMAIL PROTECTED]
CC: [email protected]
One such instance of this is when you have a class which has no object ivars,
but has integers instead. A -dealloc implementation is unnecessary, since all
youâd have it do is call [super dealloc];, but scan-build/ccc-analyzer
complains anyway.
--
Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
_______________________________________________
LLVMbugs mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/llvmbugs