This is an archive of the discontinued LLVM Phabricator instance.

[clang][dataflow] Include fields initialized in an `InitListExpr` in `getModeledFields()`.
ClosedPublic

Authored by mboehme on Jul 11 2023, 6:30 AM.

Details

Summary

Previously, we were including these fields only in the specific instance that was initialized by the InitListExpr, but not in other instances of the same type. This is inconsistent and error-prone.

Depends On D154952

Diff Detail

Event Timeline

mboehme created this revision.Jul 11 2023, 6:30 AM
Herald added a project: Restricted Project. · View Herald Transcript
mboehme requested review of this revision.Jul 11 2023, 6:30 AM
Herald added a project: Restricted Project. · View Herald TranscriptJul 11 2023, 6:30 AM
Herald added a subscriber: cfe-commits. · View Herald Transcript
mboehme edited the summary of this revision. (Show Details)
gribozavr2 accepted this revision.Jul 11 2023, 6:47 AM
This revision is now accepted and ready to land.Jul 11 2023, 6:47 AM
xazax.hun accepted this revision.Jul 11 2023, 7:33 AM
This revision was landed with ongoing or failed builds.Jul 11 2023, 9:53 PM
This revision was automatically updated to reflect the committed changes.