1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 02:52:53 +02:00
llvm-mirror/tools/llvm-cov
Vedant Kumar d34b10ac08 Retry^3 "[ProfileData] (llvm) Use Error in InstrProf and Coverage, NFC"
Transition InstrProf and Coverage over to the stricter Error/Expected
interface.

Changes since the initial commit:
- Fix error message printing in llvm-profdata.
- Check errors in loadTestingFormat() + annotateAllFunctions().
- Defer error handling in InstrProfIterator to InstrProfReader.
- Remove the base ProfError class to work around an MSVC ICE.

Differential Revision: http://reviews.llvm.org/D19901

llvm-svn: 270020
2016-05-19 03:54:45 +00:00
..
CMakeLists.txt Move coverage related code into a separate library. 2016-04-29 18:53:05 +00:00
CodeCoverage.cpp Retry^3 "[ProfileData] (llvm) Use Error in InstrProf and Coverage, NFC" 2016-05-19 03:54:45 +00:00
CoverageFilters.cpp llvm-cov: Disentangle the coverage data logic from the display (NFC) 2014-09-20 15:31:56 +00:00
CoverageFilters.h Move coverage related code into a separate library. 2016-04-29 18:53:05 +00:00
CoverageReport.cpp [llvm-cov] Adjust column widths for function and file reports 2015-10-21 16:03:32 +00:00
CoverageReport.h llvm-cov: Actually use the command line arguments when reporting 2015-02-14 02:05:05 +00:00
CoverageSummaryInfo.cpp llvm-cov: Simplify coverage reports, fixing PR22575 in the process 2015-02-14 02:01:24 +00:00
CoverageSummaryInfo.h Move coverage related code into a separate library. 2016-04-29 18:53:05 +00:00
CoverageViewOptions.h [llvm-cov] Disable name and path truncation 2015-09-14 23:26:36 +00:00
gcov.cpp Rename one of our two llvm::GCOVOptions classes to llvm::GCOV::Options. We used 2015-10-14 00:04:19 +00:00
llvm-cov.cpp llvm-cov: Make llvm-cov --version DTRT 2015-06-03 02:48:09 +00:00
LLVMBuild.txt Move coverage related code into a separate library. 2016-04-29 18:53:05 +00:00
RenderingSupport.h Removing LLVM_DELETED_FUNCTION, as MSVC 2012 was the last reason for requiring the macro. NFC; LLVM edition. 2015-02-15 22:54:22 +00:00
SourceCoverageView.cpp InstrProf: Fix display of large numbers in llvm-cov 2015-05-13 22:41:48 +00:00
SourceCoverageView.h Move coverage related code into a separate library. 2016-04-29 18:53:05 +00:00
TestingSupport.cpp [Coverage] Ensure that coverage mapping data has an expected alignment in 'covmapping' files. 2016-05-18 07:43:27 +00:00