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: [email protected]
          Reporter: [email protected]
                CC: [email protected]
    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.
_______________________________________________
LLVMbugs mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/llvmbugs

Reply via email to