From ab3cd075b314995f213b6ca50b6b3b4a14c051bd Mon Sep 17 00:00:00 2001 From: Alan Phipps Date: Wed, 20 Sep 2023 16:31:49 -0500 Subject: Revert "[Coverage][llvm-cov] Enable MC/DC Support in LLVM Source-based Code Coverage (2/3)" This reverts commit 618a22144db5e45da8c95dc22064103e1b5e5b71. Buildbots failing on windows and one other issue. --- llvm/tools/llvm-cov/SourceCoverageViewHTML.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'llvm/tools/llvm-cov/SourceCoverageViewHTML.h') diff --git a/llvm/tools/llvm-cov/SourceCoverageViewHTML.h b/llvm/tools/llvm-cov/SourceCoverageViewHTML.h index 7b97f05..c846379 100644 --- a/llvm/tools/llvm-cov/SourceCoverageViewHTML.h +++ b/llvm/tools/llvm-cov/SourceCoverageViewHTML.h @@ -91,9 +91,6 @@ class SourceCoverageViewHTML : public SourceCoverageView { void renderBranchView(raw_ostream &OS, BranchView &BRV, unsigned ViewDepth) override; - void renderMCDCView(raw_ostream &OS, MCDCView &BRV, - unsigned ViewDepth) override; - void renderInstantiationView(raw_ostream &OS, InstantiationView &ISV, unsigned ViewDepth) override; -- cgit v1.1