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
Paths
| Differential D129568
[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 TimelineThis revision is now accepted and ready to land.Jul 12 2022, 9:07 AM Closed by commit rG3ec2b2f4ec32: [clang][dataflow] Rename `Status` field in a `Solver::Result` struct to… (authored by wyt). · Explain WhyJul 13 2022, 4:41 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 443970 clang/include/clang/Analysis/FlowSensitive/Solver.h
|