struct should be used when all members are public:
https://llvm.org/docs/CodingStandards.html#use-of-class-and-struct-keywords
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D77865
[VPlan] Turn classes with all public members into structs (NFC). ClosedPublic Authored by fhahn on Apr 10 2020, 3:50 AM.
Details Summary struct should be used when all members are public:
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Apr 10 2020, 4:45 AM Closed by commit rGae1e353a258a: [VPlan] Turn classes with all public members into structs (NFC). (authored by fhahn). · Explain WhyApr 12 2020, 3:11 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 256845 llvm/lib/Transforms/Vectorize/VPlanTransforms.h
llvm/lib/Transforms/Vectorize/VPlanValue.h
llvm/lib/Transforms/Vectorize/VPlanVerifier.h
|