OSDN Git Service

[Transforms] Fix some Clang-tidy modernize and Include What You Use warnings; other...
authorEugene Zelenko <eugene.zelenko@gmail.com>
Thu, 19 Oct 2017 21:21:30 +0000 (21:21 +0000)
committerEugene Zelenko <eugene.zelenko@gmail.com>
Thu, 19 Oct 2017 21:21:30 +0000 (21:21 +0000)
commitab16d0abcd68c515720e0da86db48e36db562d3f
tree7da255ad01133cca57c8de2ac51c580bb1607410
parentfb5a67b59440cfd44ae8c3bb6d64612ff4500090
[Transforms] 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@316187 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Transforms/IPO/ArgumentPromotion.h
include/llvm/Transforms/IPO/FunctionAttrs.h
include/llvm/Transforms/IPO/Inliner.h
include/llvm/Transforms/IPO/LowerTypeTests.h
lib/Transforms/IPO/ArgumentPromotion.cpp
lib/Transforms/IPO/FunctionAttrs.cpp
lib/Transforms/IPO/Inliner.cpp
lib/Transforms/IPO/LowerTypeTests.cpp
lib/Transforms/IPO/MergeFunctions.cpp
lib/Transforms/IPO/SampleProfile.cpp