This is an archive of the discontinued LLVM Phabricator instance.

[clang][dataflow] Weaken guard to only check for storage location
ClosedPublic

Authored by li.zhe.hua on May 17 2022, 11:49 AM.

Details

Summary

Weaken the guard for whether a sub-expression has been evaluated to
only check for the storage location, instead of checking for the
value. It should be sufficient to check for the storage location, as
we don't necessarily guarantee that a value will be set for the
location (although this is currently true right now).

Diff Detail

Event Timeline

li.zhe.hua created this revision.May 17 2022, 11:49 AM
Herald added a project: Restricted Project. · View Herald TranscriptMay 17 2022, 11:49 AM
li.zhe.hua requested review of this revision.May 17 2022, 11:49 AM
Herald added a project: Restricted Project. · View Herald TranscriptMay 17 2022, 11:49 AM
Herald added a subscriber: cfe-commits. · View Herald Transcript
ymandel accepted this revision.May 17 2022, 11:51 AM
This revision is now accepted and ready to land.May 17 2022, 11:51 AM
This revision was landed with ongoing or failed builds.May 17 2022, 11:58 AM
This revision was automatically updated to reflect the committed changes.