summaryrefslogtreecommitdiffstats
path: root/llvm/test/tools/llvm-cov/warnings.h
Commit message (Collapse)AuthorAgeFilesLines
* [Coverage] Report errors when reading malformed source regionsVedant Kumar2017-09-081-0/+3
| | | | | | | | | | | | | Each source region has a start and end location. Report an error when the end location does not precede the begin location. The old lineExecutionCounts.covmapping test actually had a buggy source region in it. This commit introduces a regenerated copy of the coverage and moves the old copy to malformedRegions.covmapping, for a test. Differential Revision: https://reviews.llvm.org/D37387 llvm-svn: 312814
* [llvm-cov] Add an option which maps the location of source directories on ↵Sean Eveson2017-08-141-4/+4
| | | | | | | | | | | | | | | | | | | another machine to your local copies Summary: This patch adds the -path-equivalence option (example: llvm-cov show -path-equivalence=/origin/path,/local/path) which maps the source code path from one machine to another when using `llvm-cov show`. This is similar to the -filename-equivalence option, but doesn't require you to specify all the source files on the command line. This allows you to generate the coverage data on one machine (e.g. in a CI system), and then use llvm-cov on another machine where you have the same code base on a different path. Reviewers: vsk Reviewed By: vsk Subscribers: llvm-commits Differential Revision: https://reviews.llvm.org/D36391 llvm-svn: 310827
* [llvm-cov] Error-out when an unsupported format is used (PR32087)Vedant Kumar2017-02-281-0/+2
| | | | llvm-svn: 296487
* [llvm-cov] Fix two warningsVedant Kumar2016-06-241-0/+11
They were using output streams inconsistently. One also had a grammar bug. I noticed these while trying to pare down D18278. llvm-svn: 273642
OpenPOWER on IntegriCloud