[PATCH] D18469: [LLVM] Fix Clang-tidy modernize-deprecated-headers warnings in some files; other minor fixes

Eugene Zelenko via llvm-commits llvm-commits at lists.llvm.org
Thu Mar 24 17:49:03 PDT 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.
Herald added a subscriber: joker.eph.

Some Include What You Use suggestions were used too.

Use anonymous namespaces in source files.

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

Repository:
  rL LLVM

http://reviews.llvm.org/D18469

Files:
  include/llvm-c/Disassembler.h
  include/llvm-c/lto.h
  include/llvm/ADT/Statistic.h
  include/llvm/DebugInfo/PDB/PDBTypes.h
  include/llvm/Support/DataTypes.h.cmake
  include/llvm/Support/Valgrind.h
  include/llvm/Target/TargetCallingConv.h
  include/llvm/Transforms/IPO/LowerBitSets.h
  include/llvm/Transforms/IPO/WholeProgramDevirt.h
  lib/Analysis/ConstantFolding.cpp
  lib/DebugInfo/Symbolize/Symbolize.cpp
  lib/LineEditor/LineEditor.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D18469.51623.patch
Type: text/x-patch
Size: 28293 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160325/d355882e/attachment.bin>


More information about the llvm-commits mailing list