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
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
Comment Actions
Could you upload a diff with some source context (e.g 'git diff -U1000')?
test/tools/llvm-cov/dir-with-filtering.test | ||
---|---|---|
38 ↗ | (On Diff #117331) | 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 ↗ | (On Diff #117331) | 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! |