Skip to content

Commit 472de42

Browse files
Address feedback: remove dubious comment
1 parent d22fc94 commit 472de42

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

clang/lib/StaticAnalyzer/Core/RegionStore.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2662,7 +2662,6 @@ RegionStoreManager::bindArray(LimitedRegionBindingsConstRef B,
26622662
return bindAggregate(B, R, nonloc::ConcreteInt(SafeValue));
26632663
}
26642664

2665-
// Handle lazy compound values and symbolic values.
26662665
if (std::optional LCV = Init.getAs<nonloc::LazyCompoundVal>()) {
26672666
if (std::optional NewB = tryBindSmallArray(B, R, AT, *LCV))
26682667
return *NewB;

0 commit comments

Comments
 (0)