[LLVMbugs] [Bug 15030] New: Missing newline in Type::dump()

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Tue Jan 22 02:32:11 PST 2013


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

             Bug #: 15030
           Summary: Missing newline in Type::dump()
           Product: new-bugs
           Version: trunk
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: P
         Component: new bugs
        AssignedTo: unassignedbugs at nondot.org
        ReportedBy: rmann at latencyzero.com
                CC: llvmbugs at cs.uiuc.edu
    Classification: Unclassified


Created attachment 9906
  --> http://llvm.org/bugs/attachment.cgi?id=9906
Patch adds newline.

The dump() method for llvm::Type doesn't emit a newline like
llvm::Value::dump() does, makes the log harder to read.

I'm new to this, so I'm not sure if I should create a bug, a patch, or both, or
if I should just submit a patch to a list and not a bug...

Patch attached, but it's a trivial fix.

-- 
Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.



More information about the llvm-bugs mailing list