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

            Bug ID: 15237
           Summary: handling of new/delete by the unix.Malloc checker
           Product: clang
           Version: unspecified
          Hardware: PC
                OS: All
            Status: NEW
          Severity: enhancement
          Priority: P
         Component: Static Analyzer
          Assignee: [email protected]
          Reporter: [email protected]
                CC: [email protected]
    Classification: Unclassified

Adding pre/post handling of new/new[]/delete/delete[] operators will allow to
apply all unix.Malloc checks to the memory allocated by this operators. 
This will automatically bring memory.LeakNeverReleased, memory.MismatchedFree,
memory.MismatchedDelete, memory.MultipleDelete and memory.DeallocateNonPtr
checks to the unix.Malloc checker.

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