OSDN Git Service

[Transforms] Fix some Clang-tidy modernize-use-using and Include What You Use warning...
authorEugene Zelenko <eugene.zelenko@gmail.com>
Wed, 13 Sep 2017 21:43:53 +0000 (21:43 +0000)
committerEugene Zelenko <eugene.zelenko@gmail.com>
Wed, 13 Sep 2017 21:43:53 +0000 (21:43 +0000)
commitc49953f5fec8fd01c8313085e92db6f00024e173
treee6e5419917bda8940513253c1691249829e5cc30
parent57d83cbdcddea8a1299667933991621c81ad19dd
[Transforms] 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@313198 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Transforms/Scalar/ConstantHoisting.h
include/llvm/Transforms/Scalar/GVN.h
include/llvm/Transforms/Scalar/GVNExpression.h
include/llvm/Transforms/Scalar/JumpThreading.h
lib/Transforms/Scalar/ConstantHoisting.cpp
lib/Transforms/Scalar/GVN.cpp
lib/Transforms/Scalar/JumpThreading.cpp