]> granicus.if.org Git - llvm/commit
[ProfileData, Support] Fix some Clang-tidy modernize-use-using and Include What You...
authorEugene Zelenko <eugene.zelenko@gmail.com>
Wed, 21 Jun 2017 23:19:47 +0000 (23:19 +0000)
committerEugene Zelenko <eugene.zelenko@gmail.com>
Wed, 21 Jun 2017 23:19:47 +0000 (23:19 +0000)
commitdfaebc43c987d4856bea7eae58a47ac82f30a2f5
tree91ab906a5be7c9790a8ba59b4b9b12110dd74279
parentbb561ec060874d7d34a851d7b0ea248a078fb4c4
[ProfileData, Support] 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@305969 91177308-0d34-0410-b5e6-96231b3b80d8
18 files changed:
include/llvm/ProfileData/Coverage/CoverageMapping.h
include/llvm/ProfileData/InstrProf.h
include/llvm/ProfileData/InstrProfReader.h
include/llvm/ProfileData/InstrProfWriter.h
include/llvm/ProfileData/SampleProf.h
include/llvm/ProfileData/SampleProfReader.h
include/llvm/Support/GCOV.h
include/llvm/Support/GraphWriter.h
include/llvm/Support/TargetRegistry.h
include/llvm/Support/YAMLParser.h
include/llvm/Support/YAMLTraits.h
lib/ProfileData/Coverage/CoverageMapping.cpp
lib/ProfileData/Coverage/CoverageMappingReader.cpp
lib/ProfileData/InstrProfReader.cpp
lib/ProfileData/InstrProfWriter.cpp
lib/Support/GraphWriter.cpp
lib/Support/YAMLParser.cpp
lib/Support/YAMLTraits.cpp