aboutsummaryrefslogtreecommitdiff
path: root/llvm/tools/llvm-cov/SourceCoverageViewText.cpp
diff options
context:
space:
mode:
authorHaojian Wu <hokein@google.com>2016-09-23 13:28:38 +0000
committerHaojian Wu <hokein@google.com>2016-09-23 13:28:38 +0000
commitdaf4cb8b6a71ea2f548f3862fa7248409503defb (patch)
treee4eca71ef41f75a22d772990b4c287677a9161e1 /llvm/tools/llvm-cov/SourceCoverageViewText.cpp
parentd2c3c51a70a3c0f6234b40db82442a6183992191 (diff)
downloadllvm-daf4cb8b6a71ea2f548f3862fa7248409503defb.zip
llvm-daf4cb8b6a71ea2f548f3862fa7248409503defb.tar.gz
llvm-daf4cb8b6a71ea2f548f3862fa7248409503defb.tar.bz2
[clang-move] The new.cc file should include new_header.h instead of old_header.h
Summary: Previously, all #includes (includeing old_header.h) in old.cc will be copied to new.cc, however, the new.cc should include new_header.h instead of the old_header.h Before applying the patch, the new.cc looks like: ``` #include "old_header.h" ... ``` The new.cc looks like with this patch: ``` #include "new_header" ... ``` Reviewers: ioeric Subscribers: cfe-commits Differential Revision: https://reviews.llvm.org/D24828 llvm-svn: 282247
Diffstat (limited to 'llvm/tools/llvm-cov/SourceCoverageViewText.cpp')
0 files changed, 0 insertions, 0 deletions