This is an archive of the discontinued LLVM Phabricator instance.

[clang][dataflow] Rename `Status` field in a `Solver::Result` struct to `SATCheckStatus`.
ClosedPublic

Authored by wyt on Jul 12 2022, 8:51 AM.

Details

Summary

Previously, the Status field was named after the enum type Status which caused the enum to be hidden by the non-type declaration of the Status field. This patch fixes this issue by using different names for the field and type.

Depends On D129547

Diff Detail

Event Timeline

wyt created this revision.Jul 12 2022, 8:51 AM
Herald added a project: Restricted Project. · View Herald Transcript
wyt requested review of this revision.Jul 12 2022, 8:51 AM
Herald added a project: Restricted Project. · View Herald TranscriptJul 12 2022, 8:51 AM
Herald added a subscriber: cfe-commits. · View Herald Transcript
wyt edited the summary of this revision. (Show Details)Jul 12 2022, 8:53 AM
sgatev accepted this revision.Jul 12 2022, 9:07 AM
This revision is now accepted and ready to land.Jul 12 2022, 9:07 AM
gribozavr2 accepted this revision.Jul 12 2022, 9:17 AM
xazax.hun accepted this revision.Jul 12 2022, 9:21 AM