OSDN Git Service

[CodeGen] Fix some Clang-tidy modernize-use-using and Include What You Use warnings...
authorEugene Zelenko <eugene.zelenko@gmail.com>
Wed, 24 May 2017 23:10:29 +0000 (23:10 +0000)
committerEugene Zelenko <eugene.zelenko@gmail.com>
Wed, 24 May 2017 23:10:29 +0000 (23:10 +0000)
commit6463296227de866316ffde79f4800f90aed44b71
tree69dee609bd6b1bc79624227488efd862e00cd3c8
parent1c3064b7b3a01fe7d499bcb96e3cfd7e189a250c
[CodeGen] Fix some Clang-tidy modernize-use-using and Include What You Use warnings; other minor fixes (NFC).

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@303820 91177308-0d34-0410-b5e6-96231b3b80d8
15 files changed:
include/llvm/CodeGen/AsmPrinter.h
include/llvm/CodeGen/AtomicExpandUtils.h
include/llvm/CodeGen/DIE.h
include/llvm/CodeGen/FaultMaps.h
include/llvm/CodeGen/LiveInterval.h
include/llvm/CodeGen/LiveIntervalAnalysis.h
include/llvm/CodeGen/LiveIntervalUnion.h
include/llvm/CodeGen/LivePhysRegs.h
include/llvm/CodeGen/LiveRangeEdit.h
include/llvm/CodeGen/LiveStackAnalysis.h
include/llvm/CodeGen/MachineBasicBlock.h
include/llvm/CodeGen/MachineBlockFrequencyInfo.h
include/llvm/CodeGen/MachineDominanceFrontier.h
include/llvm/CodeGen/MachineDominators.h
lib/CodeGen/LiveIntervalAnalysis.cpp