This is an archive of the discontinued LLVM Phabricator instance.

[analyzer] LazyCompoundVals should be always bound as default bindings
ClosedPublic

Authored by steakhal on Aug 18 2022, 8:45 AM.

Details

Summary

LazyCompoundVals should only appear as default bindings in the
store. This fixes the second case in this patch-stack.

Depends on: D132142

Diff Detail

Event Timeline

steakhal created this revision.Aug 18 2022, 8:45 AM
Herald added a project: Restricted Project. · View Herald TranscriptAug 18 2022, 8:45 AM
steakhal requested review of this revision.Aug 18 2022, 8:45 AM
Herald added a project: Restricted Project. · View Herald TranscriptAug 18 2022, 8:45 AM
Herald added a subscriber: cfe-commits. · View Herald Transcript
steakhal updated this revision to Diff 454010.Aug 19 2022, 8:17 AM
  • Rebase for using :digit: regex matching in the tests.
xazax.hun accepted this revision.Aug 19 2022, 8:32 AM
This revision is now accepted and ready to land.Aug 19 2022, 8:32 AM