[PATCH] D41256: Fix many -Wsign-compare and -Wtautological-constant-compare warnings in clang-cl.

Zachary Turner via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Dec 14 14:07:50 PST 2017


This revision was automatically updated to reflect the committed changes.
Closed by commit rL320750: Fix many -Wsign-compare and -Wtautological-constant-compare warnings. (authored by zturner, committed by ).

Changed prior to commit:
  https://reviews.llvm.org/D41256?vs=127012&id=127024#toc

Repository:
  rL LLVM

https://reviews.llvm.org/D41256

Files:
  cfe/trunk/lib/CodeGen/CGExpr.cpp
  llvm/trunk/include/llvm/BinaryFormat/COFF.h
  llvm/trunk/include/llvm/Object/COFF.h
  llvm/trunk/include/llvm/Object/ELFObjectFile.h
  llvm/trunk/include/llvm/Object/MachO.h
  llvm/trunk/include/llvm/Object/ObjectFile.h
  llvm/trunk/include/llvm/Object/RelocVisitor.h
  llvm/trunk/include/llvm/Object/Wasm.h
  llvm/trunk/lib/Analysis/InstructionSimplify.cpp
  llvm/trunk/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp
  llvm/trunk/lib/Object/COFFObjectFile.cpp
  llvm/trunk/lib/Object/MachOObjectFile.cpp
  llvm/trunk/lib/Object/WasmObjectFile.cpp
  llvm/trunk/lib/ProfileData/InstrProfReader.cpp
  llvm/trunk/lib/ProfileData/SampleProfReader.cpp
  llvm/trunk/lib/Support/ARMAttributeParser.cpp
  llvm/trunk/lib/Target/X86/X86ISelLowering.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D41256.127024.patch
Type: text/x-patch
Size: 14467 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20171214/826cd4a3/attachment-0001.bin>


More information about the llvm-commits mailing list