[LLVMbugs] [Bug 5228] New: Pass StringRef by value.

bugzilla-daemon at cs.uiuc.edu bugzilla-daemon at cs.uiuc.edu
Sat Oct 17 11:20:30 PDT 2009


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

           Summary: Pass StringRef by value.
           Product: libraries
           Version: trunk
          Platform: PC
        OS/Version: All
            Status: NEW
          Severity: minor
          Priority: P2
         Component: Core LLVM classes
        AssignedTo: unassignedbugs at nondot.org
        ReportedBy: daniel at zuster.org
                CC: llvmbugs at cs.uiuc.edu


StringRef is pervasive enough in LLVM that there is no reason to pass it by
reference, we normalize all APIs to pass it by value.


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