[PATCH] D23291: [LLVM] Fix some Clang-tidy modernize and Include What You Use warnings

Eugene Zelenko via llvm-commits llvm-commits at lists.llvm.org
Mon Aug 8 18:52:14 PDT 2016


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

Fixed Clang-tidy warnings are: modernize-use-bool-literals, modernize-use-nullptr and modernize-use-override.

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

Repository:
  rL LLVM

https://reviews.llvm.org/D23291

Files:
  llvm-svn.src/lib/CodeGen/MachinePipeliner.cpp
  llvm-svn.src/lib/ProfileData/InstrProfWriter.cpp
  llvm-svn.src/lib/Transforms/IPO/WholeProgramDevirt.cpp
  llvm-svn.src/lib/Transforms/InstCombine/InstCombineCalls.cpp
  llvm-svn.src/lib/Transforms/Instrumentation/IndirectCallPromotion.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D23291.67274.patch
Type: text/x-patch
Size: 18867 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160809/c5572861/attachment.bin>


More information about the llvm-commits mailing list