[PATCH] D16568: [LLVM] Fix Clang-tidy modernize-use-nullptr and modernize-use-override warnings in include/lld/Core/range.h; other minor fixes

Eugene Zelenko via llvm-commits llvm-commits at lists.llvm.org
Mon Jan 25 18:58:29 PST 2016


Eugene.Zelenko created this revision.
Eugene.Zelenko added reviewers: hans, aaron.ballman.
Eugene.Zelenko added a subscriber: llvm-commits.
Eugene.Zelenko set the repository for this revision to rL LLVM.

I checked this patch on my own build on RHEL 6. Regressions were OK.

Repository:
  rL LLVM

http://reviews.llvm.org/D16568

Files:
  include/llvm/ADT/ArrayRef.h
  include/llvm/CodeGen/SlotIndexes.h
  include/llvm/DebugInfo/CodeView/MemoryTypeTableBuilder.h
  include/llvm/ExecutionEngine/Orc/OrcRemoteTargetClient.h
  include/llvm/ProfileData/InstrProf.h
  include/llvm/ProfileData/InstrProfData.inc
  include/llvm/Support/AlignOf.h
  include/llvm/Support/ErrorOr.h
  lib/Bitcode/Reader/BitcodeReader.cpp
  lib/ProfileData/InstrProf.cpp
  lib/Support/Unix/Memory.inc
  lib/Target/X86/X86ISelLowering.h
  lib/Transforms/Instrumentation/PGOInstrumentation.cpp
  lib/Transforms/Utils/AddDiscriminators.cpp
  lib/Transforms/Utils/SanitizerStats.cpp
  tools/sanstats/sanstats.cpp
  unittests/ExecutionEngine/Orc/ObjectLinkingLayerTest.cpp
  unittests/IR/VerifierTest.cpp
  unittests/ProfileData/InstrProfTest.cpp
  unittests/Support/AlignOfTest.cpp
  utils/TableGen/DFAPacketizerEmitter.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D16568.45942.patch
Type: text/x-patch
Size: 30582 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160126/5d47f800/attachment-0001.bin>


More information about the llvm-commits mailing list