[PATCH] D151283: [llvm-cov] Support a Hierarchical Structure for HTML Coverage Report Generating
Petr Hosek via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Jul 12 00:56:38 PDT 2023
phosek added inline comments.
================
Comment at: llvm/tools/llvm-cov/SourceCoverageViewHTML.cpp:432
+
+void CoveragePrinterHTML::emitBeforeTable(raw_ostream &OSRef,
+ const std::string &Title) {
----------------
This is a just a suggestion, but I think that `emitPrelude` might be a better name.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D151283/new/
https://reviews.llvm.org/D151283
More information about the llvm-commits
mailing list