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

             Bug #: 14977
           Summary: StringRef::drop_front and drop_back should take size_t
           Product: new-bugs
           Version: 3.2
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: P
         Component: new bugs
        AssignedTo: [email protected]
        ReportedBy: [email protected]
                CC: [email protected]
    Classification: Unclassified


When compiling under Xcode x86_64 (standard Cocoa app template), I get warnings
in StringRef.h on lines 494 and 500, because type passed in to drop_XXX is
size_t, but the expected type is "unsigned (int)". size_t is unsigned long.

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

Reply via email to