[LLVMbugs] [Bug 21188] New: 3 * possible missing copy constructor ?

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Tue Oct 7 07:21:04 PDT 2014


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

            Bug ID: 21188
           Summary: 3 * possible missing copy constructor ?
           Product: new-bugs
           Version: trunk
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: normal
          Priority: P
         Component: new bugs
          Assignee: unassignedbugs at nondot.org
          Reporter: dcb314 at hotmail.com
                CC: llvmbugs at cs.uiuc.edu
    Classification: Unclassified

[trunk/llvm/tools/clang/tools/diagtool/DiagTool.h:38]: (style) 'class
DiagTools' does not have a copy constructor which is recommended since the
class contains a pointer to allocated memory.
[trunk/llvm/lib/CodeGen/AsmPrinter/DwarfUnit.h:67]: (style) 'class DwarfUnit'
does not have a copy constructor which is recommended since the class contains
a pointer to allocated memory.
[trunk/llvm/tools/clang/lib/Frontend/CacheTokens.cpp:60]: (style) 'class
PTHEntryKeyVariant' does not have a copy constructor which is recommended since
the class contains a pointer to allocated memory.

Suggest add the three copy constructors.

-- 
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/20141007/f726ffa9/attachment.html>


More information about the llvm-bugs mailing list