[llvm-bugs] [Bug 39346] New: cplusplus.NewDeleteLeaks would benefit from type information in the message

via llvm-bugs llvm-bugs at lists.llvm.org
Thu Oct 18 16:51:28 PDT 2018


https://bugs.llvm.org/show_bug.cgi?id=39346

            Bug ID: 39346
           Summary: cplusplus.NewDeleteLeaks would benefit from type
                    information in the message
           Product: clang
           Version: unspecified
          Hardware: PC
                OS: All
            Status: NEW
          Severity: enhancement
          Priority: P
         Component: Static Analyzer
          Assignee: dcoughlin at apple.com
          Reporter: alexfh at google.com
                CC: llvm-bugs at lists.llvm.org

Currently the message generated by the cplusplus.NewDeleteLeaks analyzer
doesn't contain any information about the type of the object potentially being
leaked. In some cases that's not enough (template factory functions and other
cases where the path is not enough to figure out the type).

-- 
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20181018/42f9755b/attachment-0001.html>


More information about the llvm-bugs mailing list