aboutsummaryrefslogtreecommitdiff
path: root/llvm/tools/llvm-cov/CodeCoverage.cpp
AgeCommit message (Expand)AuthorFilesLines
2014-12-17Remove unused includes and out of date comment. NFC.Rafael Espindola1-1/+0
2014-11-14llvm-cov: Sink some reporting logic into CoverageMappingJustin Bogner1-1/+1
2014-10-30llvm-cov: Follow LLVM naming conventionsJustin Bogner1-2/+2
2014-10-30llvm-cov: Don't manually parse an option for no reasonJustin Bogner1-18/+5
2014-09-20llvm-cov: Allow creating CoverageMappings from filenamesJustin Bogner1-18/+1
2014-09-20llvm-cov: Disentangle the coverage data logic from the display (NFC)Justin Bogner1-273/+96
2014-09-20llvm-cov: Move some reader debug output out of the tool.Justin Bogner1-11/+0
2014-09-19llvm-cov: Return unique_ptrs instead of filling objects (NFC)Justin Bogner1-53/+62
2014-09-19llvm-cov: Generalize -filename-equivalenceJustin Bogner1-29/+51
2014-09-18llvm-cov: Simplify FunctionInstantiationSetCollector (NFC)Justin Bogner1-28/+15
2014-09-17llvm-cov: Push some more debug output into the View (NFC)Justin Bogner1-24/+0
2014-09-17llvm-cov: Rework the API for getting the coverage of a file (NFC)Justin Bogner1-12/+12
2014-09-17llvm-cov: Distinguish expansion/instantiation from SourceCoverageViewJustin Bogner1-6/+14
2014-09-15llvm-cov: Make debug output more consistentJustin Bogner1-4/+4
2014-09-15llvm-cov: Clean up some redundancy in the view API (NFC)Justin Bogner1-11/+4
2014-09-12llvm-cov: Move FunctionCoverageMapping into CoverageMapping.h (NFC)Justin Bogner1-1/+0
2014-09-11Revert "llvm-cov: Remove an overly system specific test"Justin Bogner1-1/+1
2014-09-09llvm-cov: Combine two types that were nearly identical (NFC)Justin Bogner1-1/+2
2014-09-09llvm-cov: Rename MappingRegion to coverage::CountedRegion (NFC)Justin Bogner1-30/+30
2014-09-08llvm-cov: Use ErrorOr rather than an error_code* (NFC)Justin Bogner1-4/+4
2014-09-08llvm-cov: Remove dead codeJustin Bogner1-3/+3
2014-09-04llvm-cov: Don't pointlessly create a unique_ptr (NFC)Justin Bogner1-9/+7
2014-08-22llvm-cov: add code coverage tool that's based on coverage mapping format and ...Alex Lorenz1-0/+709