[llvm-bugs] [Bug 44199] New: DenseMapInfo.h(265): warning: integer conversion resulted in a change of sign

via llvm-bugs llvm-bugs at lists.llvm.org
Mon Dec 2 01:54:42 PST 2019


https://bugs.llvm.org/show_bug.cgi?id=44199

            Bug ID: 44199
           Summary: DenseMapInfo.h(265): warning: integer conversion
                    resulted in a change of sign
           Product: new-bugs
           Version: trunk
          Hardware: PC
                OS: All
            Status: NEW
          Severity: enhancement
          Priority: P
         Component: new bugs
          Assignee: unassignedbugs at nondot.org
          Reporter: jascha at jawset.com
                CC: chandlerc at gmail.com, htmldeveloper at gmail.com,
                    llvm-bugs at lists.llvm.org

Emitted when compiling LLVM using clang. Same for line 266.
Caused by call hash_code(-1).
Possible resolution: hash_code(size_t(-1))

-- 
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/20191202/0bb477b2/attachment.html>


More information about the llvm-bugs mailing list