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

            Bug ID: 16670
           Summary: No warning on dynamically-allocated data with new not
                    being freed
           Product: clang
           Version: unspecified
          Hardware: Macintosh
                OS: MacOS X
            Status: NEW
          Severity: enhancement
          Priority: P
         Component: Static Analyzer
          Assignee: [email protected]
          Reporter: [email protected]
                CC: [email protected]
    Classification: Unclassified

The static analyzer already performs a check tagged "cplusplus.NewDelete" which
checks for "double-free and use-after-free problems involving C++ delete"

As "new and delete" are important language features of C++, I really hope to
see check for unfreed data in future release of clang static analyzer.

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