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: unassignedb...@nondot.org
          Reporter: jas...@jawset.com
                CC: chandl...@gmail.com, htmldevelo...@gmail.com,
                    llvm-bugs@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.
_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to