Vendor import of llvm-project branch release/18.x llvmorg-18.1.1-0-gdba2a75e9c7e.
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user