]> granicus.if.org Git - llvm/commit
[CodeGen] Fix some Clang-tidy modernize and Include What You Use warnings; other...
authorEugene Zelenko <eugene.zelenko@gmail.com>
Fri, 17 Feb 2017 21:43:25 +0000 (21:43 +0000)
committerEugene Zelenko <eugene.zelenko@gmail.com>
Fri, 17 Feb 2017 21:43:25 +0000 (21:43 +0000)
commitad3a5404cb490df13dfe64baf440ab9546f77f4f
tree1f12025b157601592fa5102a26f154f40c1521d3
parentfcd878d1811327876efab20b1e18c7ffb76a6b83
[CodeGen] Fix some Clang-tidy modernize and Include What You Use warnings; other minor fixes (NFC).

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@295499 91177308-0d34-0410-b5e6-96231b3b80d8
12 files changed:
include/llvm/CodeGen/LexicalScopes.h
include/llvm/CodeGen/LiveIntervalUnion.h
include/llvm/CodeGen/LiveRegMatrix.h
include/llvm/CodeGen/LiveRegUnits.h
include/llvm/CodeGen/LowLevelType.h
include/llvm/CodeGen/MachineRegisterInfo.h
lib/CodeGen/LexicalScopes.cpp
lib/CodeGen/LiveIntervalUnion.cpp
lib/CodeGen/LiveRegMatrix.cpp
lib/CodeGen/LiveRegUnits.cpp
lib/CodeGen/LowLevelType.cpp
lib/CodeGen/MachineRegisterInfo.cpp