http://llvm.org/bugs/show_bug.cgi?id=22562

            Bug ID: 22562
           Summary: the ObjCMissingSuperCallChecker should also check
                    [NSDocument close]
           Product: clang
           Version: trunk
          Hardware: PC
                OS: All
            Status: NEW
          Severity: normal
          Priority: P
         Component: Static Analyzer
          Assignee: [email protected]
          Reporter: [email protected]
                CC: [email protected]
    Classification: Unclassified

Created attachment 13853
  --> http://llvm.org/bugs/attachment.cgi?id=13853&action=edit
patch

i just lost hours because my NSDocument subclass did override "close" without
calling super. the documentation does not indicate this has to happen but in
practice any NSDocument application that overrides "close" without calling
super just hangs on exit.

patch attached.

i've also filed a report at apple about missing documentation

-- 
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

Reply via email to