[PATCH] D72210: [NFC] Fixes -Wrange-loop-analysis warnings

Mark de Wever via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat Jan 4 11:29:37 PST 2020


Mordante created this revision.
Mordante added reviewers: aaron.ballman, xbolva00, MaskRay.
Mordante added projects: lld, LLVM.
Herald added subscribers: lucyrfox, mgester, arpith-jacob, csigg, nicolasvasilache, antiagainst, shauheen, burmako, jpienaar, rriddle, mehdi_amini, aheejin, arichardson, sbc100, emaste.
Herald added a reviewer: bollu.
Herald added a reviewer: espindola.
Herald added a reviewer: nicolasvasilache.

This avoids new warnings due to D68912 <https://reviews.llvm.org/D68912> adds -Wrange-loop-analysis to -Wall.

It seems my previous build didn't enable all targets so this should really be the last patch of the series.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D72210

Files:
  lld/COFF/InputFiles.cpp
  lld/ELF/Driver.cpp
  lld/ELF/Relocations.cpp
  lld/ELF/SyntheticSections.cpp
  lld/lib/ReaderWriter/MachO/MachONormalizedFileFromAtoms.cpp
  lld/wasm/Driver.cpp
  mlir/lib/Conversion/LoopsToGPU/LoopsToGPU.cpp
  mlir/lib/Dialect/Traits.cpp
  mlir/lib/Dialect/VectorOps/VectorOps.cpp
  mlir/lib/IR/TypeUtilities.cpp
  mlir/lib/Parser/Parser.cpp
  mlir/lib/Target/LLVMIR/ModuleTranslation.cpp
  mlir/tools/mlir-tblgen/StructsGen.cpp
  polly/lib/Analysis/ScopGraphPrinter.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D72210.236192.patch
Type: text/x-patch
Size: 8740 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200104/f21efa81/attachment.bin>


More information about the llvm-commits mailing list