Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [llvm-cov] Reland sources-specified.test with addition of "-path-equivalence". | Max Moroz | 2017-10-13 | 1 | -0/+0 |
| | | | | | | | | | | | | Summary: This version of tests should be working properly. Reviewers: vsk Reviewed By: vsk Differential Revision: https://reviews.llvm.org/D38889 llvm-svn: 315714 | ||||
* | [llvm-cov] Generate "report" for given source paths if sources are specified. | Max Moroz | 2017-10-13 | 6 | -0/+20 |
Summary: Documentation says that user can specify sources for both "show" and "report" commands. "Show" command respects specified sources, but "report" does not. It is useful to have both "show" and "report" generated for specified sources. Also added tests to for both commands with sources specified. Reviewers: vsk, kcc Reviewed By: vsk Differential Revision: https://reviews.llvm.org/D38860 llvm-svn: 315685 |