llvm-6502/tools/llvm-cov
Justin Bogner 0e93e26d37 llvm-cov: Warn if object file is newer than profile
Looking at coverage with an out of date profile can be confusing.
Provide a little hint that something might be wrong.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@236408 91177308-0d34-0410-b5e6-96231b3b80d8
2015-05-04 04:09:38 +00:00
..
CMakeLists.txt
CodeCoverage.cpp llvm-cov: Warn if object file is newer than profile 2015-05-04 04:09:38 +00:00
CoverageFilters.cpp
CoverageFilters.h
CoverageReport.cpp
CoverageReport.h
CoverageSummaryInfo.cpp
CoverageSummaryInfo.h
CoverageViewOptions.h
gcov.cpp Make helper functions static. 2015-03-09 16:23:46 +00:00
llvm-cov.cpp llvm-cov: Require a subcommand when invoked as llvm-cov 2015-03-24 23:34:36 +00:00
LLVMBuild.txt
Makefile
RenderingSupport.h
SourceCoverageView.cpp
SourceCoverageView.h InstrProf: Teach llvm-cov to show the max count instead of the last 2015-02-23 21:21:34 +00:00
TestingSupport.cpp