Vendor import of llvm-project branch release/18.x llvmorg-18.1.1-0-gdba2a75e9c7e.

This commit is contained in:
Dimitry Andric
2024-03-10 12:16:42 +01:00
parent b3ca86c61e
commit 8b885620ff
46 changed files with 1402 additions and 70 deletions
+1 -1
View File
@@ -139,7 +139,7 @@ bool SourceCoverageView::shouldRenderRegionMarkers(
bool SourceCoverageView::hasSubViews() const {
return !ExpansionSubViews.empty() || !InstantiationSubViews.empty() ||
!BranchSubViews.empty();
!BranchSubViews.empty() || !MCDCSubViews.empty();
}
std::unique_ptr<SourceCoverageView>