mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-25 12:12:47 +01:00
7655f081e8
Most of the -Wsign-compare warnings are due to the fact that enums are signed by default in the MS ABI, while the tautological comparison warnings trigger on x86 builds where sizeof(size_t) is 4 bytes, so N > numeric_limits<unsigned>::max() is always false. Differential Revision: https://reviews.llvm.org/D41256 llvm-svn: 320750 |
||
---|---|---|
.. | ||
ELFRelocs | ||
WasmRelocs | ||
COFF.h | ||
Dwarf.def | ||
Dwarf.h | ||
ELF.h | ||
MachO.def | ||
MachO.h | ||
Magic.h | ||
Wasm.h |