[PATCH] D130745: [llvm-cov][WIP] Add Per Directory coverage to llvm-cov

Ashutosh Pandey via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Aug 12 01:50:51 PDT 2022


ashpande updated this revision to Diff 452107.
ashpande marked an inline comment as done.
ashpande added a comment.

Block scoped the stream so that it is closed before calling the builder for children. This is more efficient than keeping the stream open


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D130745/new/

https://reviews.llvm.org/D130745

Files:
  llvm/tools/llvm-cov/SourceCoverageViewHTML.cpp
  llvm/tools/llvm-cov/SourceCoverageViewHTML.h

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D130745.452107.patch
Type: text/x-patch
Size: 14069 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220812/229e42e7/attachment.bin>


More information about the llvm-commits mailing list