Remove the "Files which contain no functions" section from the index page when filtering (using -name*= options) with an output directory. The coverage for those files is not produced in the directory structure.
Details
Diff Detail
Event Timeline
Could you upload a diff with some source context (e.g 'git diff -U1000')?
test/tools/llvm-cov/dir-with-filtering.test | ||
---|---|---|
38 | This test looks like it would pass without this patch's functionality change. Could you "CHECK-NOT" against "Files which ..."? |
test/tools/llvm-cov/dir-with-filtering.test | ||
---|---|---|
38 | The test checks that dir-with-filtering2.cpp does not appear in the index file. Before the change it appears listed under the "Files which ..." sections, so the test doesn't pass. I'll add a check for "Files which ..." since that shouldn't be in the output either. Thanks for the review! |
This test looks like it would pass without this patch's functionality change. Could you "CHECK-NOT" against "Files which ..."?